3 posters
Multi colored username
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°1
Multi colored username
I want to put two colors on some of my members' username. Is it possible?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°2
Re: Multi colored username
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°3
Re: Multi colored username
How do I add more members to have it?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°4
Re: Multi colored username
Add one more javascript with the changed username, that will definitely work.
I am not sure, if editing the same code in a single javascript would work or not.
I am not sure, if editing the same code in a single javascript would work or not.
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°5
Re: Multi colored username
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°6
Re: Multi colored username
Forum URL please?
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°7
Re: Multi colored username
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°8
Re: Multi colored username
Add this to your css.
- Code:
a[href^="/u"] span {
display: inline !important;
}
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°9
Re: Multi colored username
Thank you. ^^
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°10
Re: Multi colored username
Topic Solved & Locked |
Edit: Unlocked on author's request.
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°11
Re: Multi colored username
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°12
Re: Multi colored username
Add the codes again? What all codes did you add for the two usernames?
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°13
Re: Multi colored username
- Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u9"] strong').rainbow({
colors: [
'#0AC200',
'#C7C037',
],
animate: false,
animateInterval: 50,
pad: false,
pauseLength: 50,
});
});
That code sir.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°14
Re: Multi colored username
You added one more code for another user?
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°15
Re: Multi colored username
Yes, but I also removed the code of the other user to test if that's the cast but it is not.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°16
Re: Multi colored username
Post both the codes that you added here & post both the codes on your forum.
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°17
Re: Multi colored username
What do you mean by post the codes on my forum?
- Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u9"] strong').rainbow({
colors: [
'#0AC200',
'#C7C037',
],
animate: false,
animateInterval: 50,
pad: false,
pauseLength: 50,
});
});
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u8"] strong').rainbow({
colors: [
'#B700FF',
'#C7C037',
],
animate: false,
animateInterval: 50,
pad: false,
pauseLength: 50,
});
});
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°18
Re: Multi colored username
I mean are the javascripts added on your forum?
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°19
Re: Multi colored username
^
Yes sir.
Yes sir.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°20
Re: Multi colored username
In one or both are added separately?
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°21
Re: Multi colored username
In one javascript sir. I also tried separately but still.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°22
Re: Multi colored username
Add them separately & let me know.
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°23
Re: Multi colored username
It is separated right now.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°24
Re: Multi colored username
Add this to your css & check.
- Code:
dd.lastpost span {
padding-left: 0px !important;
}
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°25
Re: Multi colored username
It works! Thank you again! Solved.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°26
Re: Multi colored username
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.