Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 3, 2005 18:24:59 GMT
Global FooterCompatibility: This code will only work in Microsoft Internet Explorer. There is no way to make a cross browser version. <script type="text/javascript"> <!-- /* glowing member names by elindir 101support.proboards43.com do not redistribute or edit */ var a = document.getElementsByTagName('a'); function MemberGlow(name,color,glow) { for(i=0; i<a.length; i++) { if(a.href.match('action=viewprofile&user='+name)){ a.innerHTML = '<font color='+color+' style="filter:glow(color='+glow+', strength=2); height: 1; cursor: hand;">'+a.innerHTML+'</font>'; } } } // Edit Below
MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW');
//--> </script>
Replace the red with the members username, the blue with the username color and the purple with the glow color You can repeat: MemberGlow(' USERNAME',' COLOR',' GLOW'); As many times as needed
|
|
|
Post by gamerzproz on Feb 19, 2006 22:27:34 GMT
Also,if you want your username glowed everywhere,then instead of words for color and glow,replace it with a color code
|
|
|
Post by ProUser on Mar 24, 2006 21:55:57 GMT
The preview link dosent work or it may just be my pc
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Mar 27, 2006 23:41:22 GMT
I've removed the preview and will sort out a new one at some stage. It was another code on that forum causing it to crash.
|
|
coral
New Member
Posts: 21
|
Post by coral on Oct 24, 2006 0:05:31 GMT
so that doesnt work anymore?
|
|
|
Post by BobbyKat LittleCub on Oct 24, 2006 3:02:17 GMT
The code works fine, it's the 'preview' that's gone.
|
|
coral
New Member
Posts: 21
|
Post by coral on Oct 24, 2006 12:23:38 GMT
oh right thanx, it dont seem to be working but i will give it another go
|
|
ME!
Moderator
~Remanifesting-Eternal.~
Posts: 778
|
Post by ME! on Oct 24, 2006 13:06:36 GMT
it works only in IE, also you need to make sure you add in the usernames properly , not the display names
|
|