View Full Version : Staff rank above username
Blind Guardian
08-10-2005, 10:00 PM
This simple postbit edit will add text above a staff members (mod/smod/admin) username, displaying the relevant usergroup title. It'll work on both the regular postbit and postbit_legacy.
In either postbit or postbit_legacy, find:
<div id="postmenu_$post[postid]">
Add above:
<font size=1 color=#XXXXXX><b>
<if condition="$post[usergroupid] == X">Administrator</if>
<if condition="$post[usergroupid] == X">Super Moderator</if>
<if condition="$post[usergroupid] == X">Moderator</if>
</b></font>
Replace the 'X' after '$post[usergroupid]' with the relevant usergroupid.
Replace the XXXXXX after 'font size=1 color=#' with a HEX code that suits your color theme.
You're set!
xtreme-mobile
08-11-2005, 10:18 PM
this is just what i wanted but is there anyway of changing the colour of the text as it doesnt show up on my post bit cos the backgrown is dark blue
regards
dean
Blind Guardian
08-11-2005, 11:27 PM
this is just what i wanted but is there anyway of changing the colour of the text as it doesnt show up on my post bit cos the backgrown is dark blue
regards
dean
Ah, indeed.
Just change "color=#XXXXXX" in the <font> tag to whatever suits your style. Considering it's dark blue, you'd want to go with something nearer to #EEEEEE, but that's for you to tinker with.
Sleepyk
08-14-2005, 01:03 AM
good little mod i like
cuz with cust. titles people dont know
bi11i
08-17-2005, 12:58 AM
What variable would you use for a secondary usergroup?
I tried this, but I get nothing: <if condition="$post['usergroupid'] == 13"><div class="smallfont">$vbphrase[donated]</div></if> <br/>
turksengel
08-17-2005, 07:08 AM
working only vertical avatar
King Kovifor
08-17-2005, 12:33 PM
<if condition="$post['usergroupid'] == 13"><div class="smallfont">$vbphrase[donated]</div></if> <br/>
Try something like this:
<div class="smallfont"><if condition="$post['usergroupid'] == 13">$vbphrase[donated]<br /></if></div>
bi11i
08-17-2005, 05:18 PM
I finally had to use this, nothing else would work:<if condition="is_member_of($userinfo, XX)"><div class="smallfont"><strong>$vbphrase[mynewphrase]</strong></div></if><br/>
But that does! (Thanks for the help!)
Hornstar
09-09-2005, 02:01 AM
it seems to only work for some staff, its not working for me the super admin, its working for only 1 staff member i think, and the usergroup id's are correct i checked the usergroup manager for them.
my site is http://www.gamerzneeds.net/forums Its a online gaming site with gunbound and other cheats on it, I have installed the shop so people can change their username colour and sometimes it looks like they are admin or mod, thats why this hack is perfect, hopefully someone else had the same problem, and knows how to fix it.
Quillz
09-11-2005, 10:08 PM
This is a nice mod, but couldn't user ranks accomplish the exact same thing, especially if you apply a textual rank? Or is this something different?
G-Unot
09-15-2005, 05:11 AM
Hey this is nice, but one thing how do you do this if a person have more than 2 - 3 groups?
it seems to only work for some staff, its not working for me the super admin, its working for only 1 staff member i think, and the usergroup id's are correct i checked the usergroup manager for them.
my site is http://www.gamerzneeds.net/forums Its a online gaming site with gunbound and other cheats on it, I have installed the shop so people can change their username colour and sometimes it looks like they are admin or mod, thats why this hack is perfect, hopefully someone else had the same problem, and knows how to fix it.
I had this problem... If your using UShop, put the new code before the line of code about the glow.
So just before the first line of this code instead of just before the second section:
<if condition="$post['uttstore_glow']"><div align="center" id="postmenu_$post[postid]" style="width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else />
<div id="postmenu_$post[postid]" align="center"></if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.