What is this hack?

Need to be logged in to see what your talking about but im guessing this:

Admincp >> vBulletin Options >> Style & Language Settings

scroll down to:
Use Legacy (Vertical) Postbit Template

tick yes and save
 
You can add image infront of username by editing your Usergroup. To do this:

AdminCP>Usergroups>Usergroup Manager> and edit one of your usergroup which usergroup must have the image.
E.g. If you want to add image infront of Moderator, edit Moderator. And add image code infront of Moderator as below:

In Title
Code:
<img src="path/to/image.gif" border="0" />Moderator

In Username HTML Markup (first box)
Code:
<img src="path/to/image.gif" border="0" />

If you want to add color and image together then add below:

In Title
Code:
<img src="path/to/image.gif" border="0" /><span style="color: green;">Moderator</span>

In Username HTML Markup (first box)
Code:
<img src="path/to/image.gif" border="0" /><span style="color: green;">

In Username HTML Markup (2nd box)
Code:
</span>
and click on Update. YOU ARE DONE.

NOTICE: THERE IS LIMIT CHARACTER IN TITLE, IF YOU ADD MORE THAN LIMIT THEN AFTER YOU SAVED, SOME CHARACTER WILL BE MISSING. RESULT USERGROUP NAME WILL BE DISAPPEAR.

I hope my post will help you!
 
Back
Top