The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing postcount rank from admin
I'd like to remove the normal postcount rank from my admin account since I'm always 500+ posts ahead of everyone else and they can see the next rank a mile away.
Pretty sure it's in the postbit template but not sure how to do it. Any help appreciated. |
#2
|
|||
|
|||
Why not just add a special rank image for admins instead? This will ovberride the postcount ones then.
|
#3
|
|||
|
|||
I tried that. In the postbit it lists as:
Name Custom Rank Postcount Rank I can't get rid of it... |
#4
|
|||
|
|||
oh, thats strange as i only have
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$userinfo[usergroupid]!=6">Postcount rank code</if> |
#5
|
|||
|
|||
I'm a tard. I was trying it in postbit instead of postbit_legacy.
Doh. Here's the code that works. Just delete $post[rank] and replace with: Code:
<if condition="!is_member_of($post, 6)">$post[rank]</if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|