• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

vBulletin Sparkle Effect

Newbie Spellweaver
Joined
Nov 28, 2010
Messages
58
Reaction score
11
Does anyone know how to do the vbulletin spark effect like change name color and know any more images?
 
Newbie Spellweaver
Joined
Nov 28, 2010
Messages
58
Reaction score
11
i know but how to change like color of name like yours is blue
 
Newbie Spellweaver
Joined
Nov 28, 2010
Messages
58
Reaction score
11
can you post a example
 
Newbie Spellweaver
Joined
Nov 28, 2010
Messages
58
Reaction score
11
<span background="shitnoob.gif" style="color: #somehex;"> </span>

replacing your shitnoob.gif with a picture of your choice, and somehex with a number which you want your username to be..

Code:
<span background="shitnoob.gif" style="color: #5;"> </span>
 
Joined
Dec 5, 2004
Messages
2,781
Reaction score
85
Code:
<span background="shitnoob.gif" style="color: #5;"> </span>
Well but the colour 5 doesn't exist, you have to use an hexadecimal colour.

Here u've some colours:

And if you want to go futher, you can edit the skin's template (the post one) and add some really NICE jQuery/AJAX/JS effects, like 3D depth, and a bunch of stuff.

I've been able to use Flash to display the user's name, now in a few months I'll open a forum with all that stuff
 
Last edited:
Joined
Sep 10, 2006
Messages
2,817
Reaction score
1,417
no we do not

---------- Post added at 02:42 AM ---------- Previous post was at 02:41 AM ----------

and there are already two or three thread about the same subject already, just in this section

---------- Post added at 02:43 AM ---------- Previous post was at 02:42 AM ----------

and it's the very basic-est html markup ever if you don't know it and you've never heard about "view source" either, you shouldn't even run a forum

---------- Post added at 02:45 AM ---------- Previous post was at 02:43 AM ----------

and stop "playing" habbo it sucks
 
Custom Title Activated
Loyal Member
Joined
Jun 1, 2008
Messages
2,232
Reaction score
1,007

Hard to find the edit button?
 
Revolution-Entrepreneur
Joined
Apr 2, 2009
Messages
451
Reaction score
19
Use the search button. LOl. or google. There's like a whole lot of these type of threads on the forum and on google
 
Last edited:
Experienced Elementalist
Joined
Apr 5, 2008
Messages
287
Reaction score
1
for vb4:

<span style="background-image:url('image.gif')" > </span>

vb3:
<span background="image,gif" style="color: #somehex;"> </span>

cheers