vBulliten - username

Check in the actual coding section.. that, or Google is your friend. LOTS of VBulletin plugins can be found very readily by just a quick search of "Vbulletin plugins".
 
In the vBulletin settings, there is a setting to change the group markup.
On one side, have
Code:
<span style="have any style settings you want here, for example: color:#0c57be;">
Then there'll be a box right next to it, just have
Code:
</span>
in there.


Perhaps its a link to the Blinking thingy , just throw the link in there :P , ima noob i know.
 
PHP:
<span style="font-weight:bold;color:#99CCFF;background: url(http://forum.ragezone.com/images/backround1x.gif)">{username}</span>
:P
 
Last edited by a moderator:
thats a pretty easy thing to do;
log-in to your AdminCP then -> usergroups -> manage usergroups
then enter the edit form for the usergroup you want to add the style:
you will see a row called:Username HTML Markup
with 2 inputes, in the first one you enter:
<span style="text-decoration: blink;"> and in the seconed one: </span>

saves and done.
Hagai.
 
admincp=>usergroup=>usergroup manager=>chose u group edit
in Username HTML Markup first :
PHP:
<span style="background: url(images/backround11.gif)"><b><font color="red">
second:
PHP:
</font></b></span>
and upload that pict in images folder
 

Attachments

  • backround11 - vBulliten - username - RaGEZONE Forums
    backround11.gif
    23.8 KB · Views: 60
  • backround16 - vBulliten - username - RaGEZONE Forums
    backround16.gif
    18.2 KB · Views: 68
Back