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.

Multi colored username

3 posters

Go down

Solved Multi colored username

Post by JAN2XONLINE March 8th 2013, 5:19 am

I want to put two colors on some of my members' username. Is it possible?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 5:22 am

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 6:54 am

How do I add more members to have it?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 6:56 am

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.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 7:02 am

I got a problem. My username became vertical on last posts columns.

Multi colored username Multic10
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 7:15 am

Forum URL please?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 7:19 am

JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 7:28 am

Add this to your css.
Code:
a[href^="/u"] span {
    display: inline !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 7:39 am

Thank you. ^^
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 7:40 am

Topic Solved & Locked

Edit: Unlocked on author's request.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 8:03 am

Multi colored username Mroran11

I got a problem again. The usernames got spaces on the last post column when they have multi-colored username.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 8:04 am

Add the codes again? What all codes did you add for the two usernames?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 8:27 am

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.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 8:35 am

You added one more code for another user?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:13 am

Yes, but I also removed the code of the other user to test if that's the cast but it is not.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 9:17 am

Post both the codes that you added here & post both the codes on your forum.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:19 am

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

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 9:21 am

I mean are the javascripts added on your forum?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:28 am

^
Yes sir.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 9:33 am

In one or both are added separately?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:39 am

In one javascript sir. I also tried separately but still.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 9:41 am

Add them separately & let me know.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:42 am

It is separated right now.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by Sanket March 8th 2013, 9:54 am

Add this to your css & check.
Code:
dd.lastpost span {
    padding-left: 0px !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Multi colored username

Post by JAN2XONLINE March 8th 2013, 9:56 am

It works! Thank you again! Solved.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Multi colored username

Post by SLGray March 8th 2013, 9:57 am

Topic Solved & Locked


Multi colored username 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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