Usernames with multiple colors. [SOLVED]
4 posters
Page 1 of 1
Usernames with multiple colors. [SOLVED]
Hello guys,
I have read this tutorial thoroughly: https://help.forumotion.com/t129844-username-in-multiple-colors#870453 , and I have enabled javascript code management, but it doesn't work for me,
My code is as follow:
I am not sure why this doesn't work at all. Thanks in advance for all the help!
I have read this tutorial thoroughly: https://help.forumotion.com/t129844-username-in-multiple-colors#870453 , and I have enabled javascript code management, but it doesn't work for me,
My code is as follow:
- Code:
$(function(){
$('a[href="/u01"]').not(function(){return $("img",this)[0]}).html('<strong><font color="#99CC66">Ad</font><font color="#307A9C">min™</font></strong>');
});
I am not sure why this doesn't work at all. Thanks in advance for all the help!
Last edited by cat2006house on January 25th 2014, 10:08 am; edited 1 time in total
Re: Usernames with multiple colors. [SOLVED]
The first user is /u1 and not u01.
Try adding this and check it:
Try adding this and check it:
- Code:
$(function(){
$('a[href="/u1"]').not(function(){return $("img",this)[0]}).html('<strong><font color="#99CC66">Ad</font><font color="#307A9C">min™</font></strong>');
});
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Usernames with multiple colors. [SOLVED]
Hello,
Doing as Marios has mentioned above should make the code work. For the first members the numbers are one digit. The two X's are to represent any number, so placing what exactly is at the end of that members address bar will make the code work proper.
Doing as Marios has mentioned above should make the code work. For the first members the numbers are one digit. The two X's are to represent any number, so placing what exactly is at the end of that members address bar will make the code work proper.
Re: Usernames with multiple colors. [SOLVED]
Works perfectly!
I must have accidentally added 0 between u and 1.
Thank you both!
I must have accidentally added 0 between u and 1.
Thank you both!
Re: Usernames with multiple colors. [SOLVED]
Topic Solved & Locked
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.
Similar topics
» How do I add two different colors on usernames?
» Username in multiple colors
» Multiple Theme Colors?
» Multiple Accounts SOLVED
» How to have changing colors?(Solved)
» Username in multiple colors
» Multiple Theme Colors?
» Multiple Accounts SOLVED
» How to have changing colors?(Solved)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum