How to do this in vBulletin ?

Status
Not open for further replies.

ajinkya9

Active Member
469
2010
46
0
As you know Moderators, Admins & Other Higher Usergroups have Symbols like ^ on the Left of their Usernames.

How is that possible in vBulletin ?
I tried using <img src="link to prefix image" alt="root"></img> <span style="color: red;">

as Username HTML Markup. But then I only see the Image and Not the Username.

Please Help me.
 
7 comments
<img src="image path"><b><span style="color: red;"></span></b>

this is what i use and its working

EDIT:
I assumed that u r following this rules

usergroup>usergroup manager
select usergroup>edit

and then putting this code into html markup

if u r not doing this,i suggest u do like this
 
as Username HTML Markup. But then I only see the Image and Not the Username.
You should check your Html code which you added , if you add a long HTML code (url of image ...), your html code will not have close tag . Thats reason you just see image only. Make sure that your html code is closed. :)

"Username HTML Markup" R4A setting:
First BOX:
<b><font color="#3d89ae"><img src="a short url" border="0"/>
Second:
</font></b>
 
Ok I, Now I got, how to Keep an Image Prefix

BUt still. I don't understand. In wjunction the Prefixes (^) are not Images.
How is it done on Wj ?

I checked the Source Code. ANd its Happening because of this:
Code:
<span class="ra r-ad">
But I still don't understand how it works.
 
Got It. Close thread Now

Aaaahh. Finally Got It
2d8qjut.jpg

Thread Can Be Closed Now. Sorry for Double Posting. :(
Just need to Scale the Image down a little bit and it will be perfect.

And Ya, I have made it unclickable too. You can't select it. So You can NOT do :
Right Click > Save Image As
 
Status
Not open for further replies.
Back
Top