The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Another Symbol

4 posters

Go down

Solved Another Symbol

Post by Amadeus June 7th 2020, 6:13 pm

Hello everyone. I would like to ask if it is possible to change between the category, the name of the sections and the themes of such a tag ' :: ' to another symbol? And in which line can such a symbol be found in templates?

Another Symbol Change10


Last edited by Amadeus on June 8th 2020, 1:38 am; edited 1 time in total
Amadeus
Amadeus
Forumember

Female Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland

Back to top Go down

Solved Re: Another Symbol

Post by mSyx June 7th 2020, 8:27 pm

Hey there,
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.
mSyx
mSyx
Forumember

Male Posts : 155
Reputation : 47
Language : French & English
Location : France

https://help.forumotion.com/

Back to top Go down

Solved Re: Another Symbol

Post by Amadeus June 8th 2020, 12:10 am

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
Amadeus
Forumember

Female Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland

Back to top Go down

Solved Re: Another Symbol

Post by mSyx June 8th 2020, 12:15 am

May I have your forum's link?
mSyx
mSyx
Forumember

Male Posts : 155
Reputation : 47
Language : French & English
Location : France

https://help.forumotion.com/

Back to top Go down

Solved Re: Another Symbol

Post by Amadeus June 8th 2020, 1:15 am

yes. I send you for PM
Amadeus
Amadeus
Forumember

Female Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland

Back to top Go down

Solved Re: Another Symbol

Post by SLGray June 8th 2020, 1:28 am

Do you have JavaScript Management activated?


Another Symbol Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51493
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Another Symbol

Post by mSyx June 8th 2020, 1:29 am

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);
});
});
mSyx
mSyx
Forumember

Male Posts : 155
Reputation : 47
Language : French & English
Location : France

https://help.forumotion.com/

Back to top Go down

Solved Re: Another Symbol

Post by Amadeus June 8th 2020, 1:38 am

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
Amadeus
Forumember

Female Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland

Back to top Go down

Solved Re: Another Symbol

Post by mSyx June 8th 2020, 1:39 am

Glad it worked. Another Symbol 1f603
mSyx
mSyx
Forumember

Male Posts : 155
Reputation : 47
Language : French & English
Location : France

https://help.forumotion.com/

Back to top Go down

Solved Re: Another Symbol

Post by Ape June 8th 2020, 1:40 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Another Symbol Left1212Another Symbol Center11Another Symbol Right112
Another Symbol Ape_b110
Another Symbol Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum