Another Symbol
4 posters
Page 1 of 1
Amadeus- Forumember
- Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland
Re: Another Symbol
Hey there,
Add this to a new javascript code:
This should do the job.
Add this to a new javascript code:
- Code:
$(function() {
$('.nav').each(function() {
var text = $(this).html().replace(/::/gi, '»');
$(this).html(text);
});
});
This should do the job.
Re: Another Symbol
Hello, I added your javascript, but unfortunately it doesn't work because there are still the same symbols as on the screen. Nothing's changed.
Amadeus- Forumember
- Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland
Re: Another Symbol
yes. I send you for PM
Amadeus- Forumember
- Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland
Re: Another Symbol
Do you have JavaScript Management activated?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Another Symbol
You edited this part of your templates, I couldn't guess that. Try this:
- Code:
$(function() {
$('td[style="border-top: 1px solid #2c2e3a;"]').each(function() {
var text = $(this).html().replace(/::/gi, '»');
$(this).html(text);
});
});
Re: Another Symbol
mSyx wrote:You edited this part of your templates, I couldn't guess that. Try this:
- Code:
$(function() {
$('td[style="border-top: 1px solid #2c2e3a;"]').each(function() {
var text = $(this).html().replace(/::/gi, '»');
$(this).html(text);
});
});
Thank you so much, is working! You are awesome.
Amadeus- Forumember
- Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland
Similar topics
» Symbol
» How To Use The @ Symbol
» How can I add a symbol before username?
» Add @ symbol to the tool bar
» Symbol for forum
» How To Use The @ Symbol
» How can I add a symbol before username?
» Add @ symbol to the tool bar
» Symbol for forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum