[REQ] Image next to username

DXS

New Member
I've looked all over this forum and others and I cannot find this mod/hack. Simply, it adds an image in front of your username all over the forums. In the who's online, who's visited, shoutbox, posts, forum leaders, member list, etc.
Katz Forums - Powered by vBulletin - They use it.

Can anyone help me out? :D
 

DXS

New Member
Sorry;

a1mp2t.jpg

5l1dn7.jpg

hrm2dg.jpg

ml13es.jpg
 

DXS

New Member
Doing it with HTML markup messes it up. It only shows the image with a coloured box around it. It doesn't add the image and then the username...
...any help? I'm sure that there has to be a plugin or something.
 

Hoxxy

New Member
......It only shows the image with a coloured box around it.
Add
HTML:
border="0"
to your image link
ie:
HTML:
<img src="your/image/path/image.gif" border="0" />
This will remove the colored box around the image ;)
 

DXS

New Member
Yeah, but then the username doesn't show up at all...that's what I'm saying...it's JUST the image, no username... =[
 

Hoxxy

New Member
DXS said:
Yeah, but then the username doesn't show up at all...that's what I'm saying...it's JUST the image, no username... =[

What code have you put in the html mark up? as it works fine for me...
Code:
<img src="images/smilies/biggrin.gif" border="0" /><span style="color:red;">

Code:
</span>
The "<span....." code is just the legend color, imgs show without this aswell

Did you try and close with:
Code:
</img>
in the second box? ...as its not needed.
 
Top