Does anyone know how to make your username sparkle like mine? I have a forum I'm testing out and I want to use the effect on my name in the forum. Any takers?
This is a discussion on [vBulletin] Sparkle Name Effect? within the Coders' Paradise forums, part of the Evolution : RaGEZONE category; Does anyone know how to make your username sparkle like mine? I have a forum I'm testing out and I ...
Does anyone know how to make your username sparkle like mine? I have a forum I'm testing out and I want to use the effect on my name in the forum. Any takers?
It's CSS and HTML.
Go into your admin cp,
user groups
edit the one you want.
HTML markup ( btw i cant remember exactly by memory)
First sideCode:<span style="background: url(images/backround9.gif)"><b><font color="#339966">
Second SideCode:</font></b></span>
Upload the attachment in the /images file on your server.
Well the most important part of this is the GIF image, of course. Also, don't use <font> tags, they're going out of business, per-say.. So are <b> tags.. You can do it all in a <span>, instead.
PHP Code:<span style="font-weight:bold;color:#336699;background: url(images/backround9.gif)">
/* Text Here */
</span>
Look around bud... (google.com?)
Or if your good in graphics try making your own? never hurts to try :)
If you just check the same directory as used in the code snippet, RZ has a few of them.
Just save and re-upload.
Well I tried what Tyler said, and it redirects all of the numbers, whether it be 1, 9, or 9999. Maybe it was just a glitch on my browser's end, but I'm pretty sure it's because there's only one sparkle image. Not sure though.
You can edit the GIF image in Adobe Image Ready and change the Hue. Image Ready should conserve the animation. Just goto 'Image'->'Adjustments'->'Hue/Saturation' to change the hue.
[I'm unsure about the last option, but it contains the word 'Hue' somewhere in there]
http://forum.ragezone.com/images/backround1.gif
http://forum.ragezone.com/images/backround2.gif
http://forum.ragezone.com/images/backround3.gif
http://forum.ragezone.com/images/backround4.gif
http://forum.ragezone.com/images/backround5.gif
http://forum.ragezone.com/images/backround6.gif
http://forum.ragezone.com/images/backround7.gif
http://forum.ragezone.com/images/backround8.gif
http://forum.ragezone.com/images/backround9.gif
Found a place to live in Spain ( my home country ), not fully up and going but I'm getting there. Still need to build a new computer as I sold my last one. Only kept my MacBook, when I went on vacation, but ended up selling it when I decided to stay here.
Cya, ~BB
Admin>User Groups>Go to color and use the span background html code.
Projects: Universal World
Programming Language: C++ Coder