View Full Version : Extra Image Below Avatar? (For Staff Etc...)
psoexplorer
04-13-2005, 07:56 AM
Is there any way to add an extra image below people's avatars to show that they are staff members, without using a hack? If not, could somebody point me to a hack that does this? I've seen this used on many VB forums but have not yet figured out how to do it myself.
Thanks!
deathemperor
04-13-2005, 09:07 AM
Use ranks, it's vb default.
psoexplorer
04-13-2005, 10:56 AM
Thanks, but that only put an image underneath the username - I want it underneath the avatar, preferably below the post counts/join dates etc... too.
Never mind, I found it in the postbit and moved it :)
twoseven
04-13-2005, 11:09 AM
find this code in the postbit(legacy)
<if condition="$show['avatar']"><td class="alt1"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
and put this underneath and delete the other occurance of it.
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
that should do the trick
-------
glad u found it while i was typing it up
gregsbaby64
04-13-2005, 02:56 PM
Use ranks, it's vb default.
Thanks I put in HTML and I have a rank with an image now. :) Tons easier than c and p!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.