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 coloured name help?

+6
SLGray
Aconitin
Dex♥
Sanket
TWIZTEDxDevil
AuQaClan
10 posters

Go down

Solved Multi coloured name help?

Post by AuQaClan December 23rd 2012, 4:15 am

i went on some guys forum and im wondering how he got this coloured name ?

Spoiler:

How did they change the colour 3 times in one name

member called 'Cool'
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by TWIZTEDxDevil December 23rd 2012, 5:27 am

That looks really cool, I would like to know also. Smile
TWIZTEDxDevil
TWIZTEDxDevil
Forumember

Posts : 51
Reputation : 1
Language : English

http://psvmods.net

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 5:59 am

yeah i know hah
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Sanket December 23rd 2012, 7:02 am

Forum URL where you saw this?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Multi coloured name help?

Post by Dex♥ December 23rd 2012, 7:34 am

Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 10:55 am


thanks for providing the link , i got the forum of one of your old topics
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Aconitin December 23rd 2012, 12:02 pm

Check this topic -> https://help.forumotion.com/t117660-rainbow-usernames-please-look
That topic was solved.. Wink
Aconitin
Aconitin
Forumember

Male Posts : 246
Reputation : 7
Language : Indonesian
Location : Indonesia

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 12:22 pm

iv tried that and it didnt work unless i coded it wrong?
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Sanket December 23rd 2012, 3:09 pm

What code did you add?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 3:16 pm

Code:
a[href="/u14"] span{color:#F00;animation:svcolor 1s infinite;-moz-animation:svcolor 1s infinite;-webkit-animation:svcolor 1s infinite;}
            @keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
            @-moz-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
            @-webkit-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}

that ?
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Sanket December 23rd 2012, 3:17 pm

Which username on your forum do you want to change?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 3:39 pm

mine Razz
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Sanket December 23rd 2012, 3:41 pm

You should add this code then.
Code:
    a[href="/u1"] span{color:#F00;animation:svcolor 1s infinite;-moz-animation:svcolor 1s infinite;-webkit-animation:svcolor 1s infinite;}
                @keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
                @-moz-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
                @-webkit-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 3:42 pm

Sanket wrote:You should add this code then.
Code:
    a[href="/u1"] span{color:#F00;animation:svcolor 1s infinite;-moz-animation:svcolor 1s infinite;-webkit-animation:svcolor 1s infinite;}
                @keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
                @-moz-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}
                @-webkit-keyframes svcolor{10%{color:#F00}20%{color:#F80}30%{color:#FF0}40%{color:#5F0}50%{color:#0F0}60%{color:#0FD}70%{color:#09F}80%{color:#00F}90%{color:#A0F}100%{color:#F0F}}

dint work ? do i post it in css
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by SLGray December 23rd 2012, 4:04 pm

Yes in your CSS. Try adding it at the top of your CSS.


Multi coloured name help?  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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 23rd 2012, 4:15 pm

still didnt work? , do you want to code this for me on my admin panel?
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by KingOfSpades December 23rd 2012, 8:36 pm

Where do I enter the CCS or the CSS what ever it is.
Can you generate a code for my username? my user is ♠♠KingOfSpades♠♠ for my site. Thanks
KingOfSpades
KingOfSpades
Forumember

Male Posts : 215
Reputation : 8
Language : EN

http://roleplaymachugas.forumotion.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by The Lone Ranger December 23rd 2012, 9:20 pm

Css is in AP>Display>Pictures & Colour>Colours>CSS styesheet.

to find your username number, go to AP>Users & Groups>Users>search users.

Make sure the order is "Ascending". Now, count down to where your username is and you're ID will be that number. i.e. a[href="/u1"] where u1 is the founder/first member of the forum.
The Lone Ranger
The Lone Ranger
Forumember

Male Posts : 443
Reputation : 37
Language : English
Location : Scotland

http://www.tenerifesforumoffun.com

Back to top Go down

Solved Re: Multi coloured name help?

Post by KingOfSpades December 23rd 2012, 9:25 pm

The Lone Ranger wrote:Css is in AP>Display>Pictures & Colour>Colours>CSS styesheet.

to find your username number, go to AP>Users & Groups>Users>search users.

Make sure the order is "Ascending". Now, count down to where your username is and you're ID will be that number. i.e. a[href="/u1"] where u1 is the founder/first member of the forum.

Thanks. The code works, but not the way I want. It makes it flash rainbow. Not two colors in one name.
KingOfSpades
KingOfSpades
Forumember

Male Posts : 215
Reputation : 8
Language : EN

http://roleplaymachugas.forumotion.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan December 24th 2012, 1:30 am

does this work for php bb2
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by Blu-Ray December 28th 2012, 2:13 am

AuQaClan wrote:does this work for php bb2
Do you want the code that I used for my site I know you've been on it aqua. Like how my name scrolls like UZI on TTG
Blu-Ray
Blu-Ray
New Member

Male Posts : 18
Reputation : 2
Language : English Spanish German HTML CSS

Back to top Go down

Solved Re: Multi coloured name help?

Post by Kaizer Lee December 28th 2012, 9:58 am

Try this Smile. ACP < Modules < Javascript Management < In all pages < Put the code I'll provide < Save:

Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u1"] strong').rainbow({
colors: [
'#FF0000',
'#f26522',
'#fff200',
'#00a651',
'#28abe2',
'#2e3192',
'#6868ff'
],
animate: false,
animateInterval: 100,
pad: false,
pauseLength: 100,
});
});

I put in false instead of the original true, so the colors wouldn't make me color blind e.e... aka, movin e.e

You can also customize the colors used Smile.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: Multi coloured name help?

Post by AuQaClan January 1st 2013, 12:00 am

Blu-Ray wrote:
AuQaClan wrote:does this work for php bb2
Do you want the code that I used for my site I know you've been on it aqua. Like how my name scrolls like UZI on TTG

yeah please blu ray Wink

Edit ;
Kaizer Lee wrote:Try this Smile. ACP < Modules < Javascript Management < In all pages < Put the code I'll provide < Save:

Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function(){
$('a[href="/u1"] strong').rainbow({
colors: [
'#FF0000',
'#f26522',
'#fff200',
'#00a651',
'#28abe2',
'#2e3192',
'#6868ff'
],
animate: false,
animateInterval: 100,
pad: false,
pauseLength: 100,
});
});

I put in false instead of the original true, so the colors wouldn't make me color blind e.e... aka, movin e.e

You can also customize the colors used Smile.

Thank you so much , although it donest flash?



Last edit , iv played with the settings and this topic is Solved thanks to Kaizer Lee
AuQaClan
AuQaClan
Forumember

Male Posts : 283
Reputation : 5
Language : english

http://www.gameandchat.com/

Back to top Go down

Solved Re: Multi coloured name help?

Post by SLGray January 1st 2013, 2:31 am

Topic Solved & Locked


Multi coloured name help?  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 : 51489
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