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.

A Flashing Username?

+5
gamesave
darkknight
gamamulya
v.parthi2
PR TAZER
9 posters

Go down

A Flashing Username? Empty A Flashing Username?

Post by PR TAZER June 23rd 2011, 12:39 am

I would like to implement a Feature for a Top Poster on My forum?

Is there a Way to the get a top poster's username to flash randoms colors?

Such as on this forum?

Here's an example?

http://www.thetechgame.com/xKryptic

His username flashes because he's a top poster?

Question
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by v.parthi2 June 23rd 2011, 7:54 am

ya i also want it...it's possible?????????
v.parthi2
v.parthi2
Forumember

Male Posts : 75
Reputation : 0
Language : english

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by gamamulya June 23rd 2011, 12:01 pm

either me if its possible
gamamulya
gamamulya
Forumember

Male Posts : 192
Reputation : 25
Language : English, Indonesian, Deutsch ( Germany ), Japanesse
Location : Everywhere Everyplaces

http://experience.forum.st

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 24th 2011, 10:01 pm

Bump.

:wouhou:
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 26th 2011, 1:17 am

Bump

Dawa
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 27th 2011, 5:23 am

Bump :wouhou:
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 27th 2011, 5:29 am

Of course it is!

Use this javascript:
Code:
<script language="JavaScript1.2">
var message="[b]TEXT YOU WANT TO USE[/b]"
var neonbasecolor="[b]gray[/b]"  //FIRST COLOR OR OFF ONE
var neontextcolor="[b]yellow[/b]"  //LAST COLOR OR ON ONE
var flashspeed=[b]100[/b]  //SPEED IN MILLISECONDS
var n=0
if (document.all||document.getElementById){
document.write('')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 27th 2011, 6:40 am

Where Do I put this code?
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 27th 2011, 6:09 pm

Anywhere you want. Widget, Html page, Forum post, etc.

It's not CSS code.
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by gamesave June 27th 2011, 6:36 pm

omg a flashing banner pic or a flashing profile pic ex-plane more plz...
gamesave
gamesave
Forumember

Male Posts : 99
Reputation : 2
Language : english
Location : ohio

http://gamesave.forumotion.com

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 27th 2011, 6:43 pm

gamesave wrote:omg a flashing banner pic or a flashing profile pic ex-plane more plz...

Wait. I know i'm not a moderator, but this is a suggestion. One question per topic. Create your own Topic, and i'll help you.
A flashing banner pic is kinda easy. Go to google and put this: Flashing banner Generator, and add that Flash code to your forum Description.(Make sure you have not a normal banner added(Photo).
And a flashing profile i think it's not possible.

Anyways i already added in my other post, the answer to the OP.

thumright
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 27th 2011, 7:35 pm

Will this make the Username of the Top Poster Automatically Flash?
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 28th 2011, 11:38 pm

Bump?

:wouhou:

I cant get it to work.
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 29th 2011, 12:21 am

Ok. Listen. In the URL you gave, the flashing username is not in a widget. It's in a normal text spot. So put the code in a post, html page, etc. I perfectly explained. I am sorry if you didn't understand.
OFF: Please use your Gray Matter.
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 29th 2011, 2:49 am

I put it In a Post and It Doesnt Do Anything.

PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 29th 2011, 4:41 am

Pm me your forum URL. I'll go there and test.
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 29th 2011, 6:10 pm

PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by WHITESABBATH June 29th 2011, 6:13 pm

didn't work with my testing it either
WHITESABBATH
WHITESABBATH
Active Poster

Male Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight June 29th 2011, 9:59 pm

Come to this url: http://graalclassic.foromotion.net/h1-test

It works fine for me.
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER June 30th 2011, 11:10 pm

Is there a way for me to Make a Persons Username that Permanently.
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight July 1st 2011, 1:08 am

Oh. I have no idea how to do that. But i'm pretty sure that is by a CSS code. But now i can''t help you A Flashing Username? 306531
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER July 1st 2011, 4:50 am

Do you Know How to make do that for a User or a Group?
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight July 1st 2011, 5:53 am

I am not sure if the groups name accept javascript A Flashing Username? 306531
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER July 1st 2011, 6:32 am

What about a Specific User.

PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by darkknight July 1st 2011, 7:08 pm

Specific user... Ummm... I think it's imposible...

Sorry Sad
darkknight
darkknight
Forumember

Male Posts : 65
Reputation : 0
Language : Spanish
Location : Ecuador

http://graalclassic.foromotion.net

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by PR TAZER July 23rd 2011, 12:49 am

Bump.
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by 12Damon July 24th 2011, 10:09 pm

Bump. This would be cool to have. Anyone?
avatar
12Damon
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by bHulleT.w July 24th 2011, 10:39 pm

Bump ! Wink
bHulleT.w
bHulleT.w
Forumember

Male Posts : 244
Reputation : 13
Language : Estonian - Html - Php - Css - MySQL
Location : Closet :3

Back to top Go down

A Flashing Username? Empty Re: A Flashing Username?

Post by hakimi July 26th 2011, 10:11 am

:wouhou: bump
avatar
hakimi
New Member

Posts : 2
Reputation : 0
Language : malay

Back to top Go down

Back to top

- Similar topics

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