The Arcive of vBulletin Modifications Site. |
|
Staff / User ranking for postbit! Details »»
|
||||||||||||||||||||
Hi,
What this does is enable a staff or user rank via template modifications, its so simple that it doesnt require no plugin and anybody can do it! For a live demo visit; Link: http://forum.ragezone.com/outerworld...mg-167121.html ######################################## installation guide
Code:
<div class="vb_postbit_info">$vbphrase[posts]: $post[posts]</div> Code:
<!-- MentaL -- Ranking --> <if condition="$post[usergroupid] == 6"><div class="vb_postbit_info"><b>Rank:</b> Administrator</div></if> <if condition="$post[usergroupid] == 7"><div class="vb_postbit_info"><b>Rank:</b> Moderator</div></if> <if condition="$post[usergroupid] == 5"><div class="vb_postbit_info"><b>Rank:</b> Super Moderator</div></if> <! -- MentaL -- Ranking --> Code:
<if condition="$post[usergroupid] == XX"><div class="vb_postbit_info"><b>Rank:</b> XX</div></if> Enjoy. MentaL ############################### Marquee If you want to have your special usergroups stand out more, why not use a marquee like myself... Link: http://forum.ragezone.com/post1549928.html To do this simply use a code as follows Code:
<if condition="$post[usergroupid] == 6"><div class="vb_postbit_info"><MARQUEE BEHAVIOR=ALTERNATE><b>Rank:</b> Administrator</div></if></marquee> Code:
<MARQUEE BEHAVIOR=ALTERNATE> Ranking </marquee> Coloured rankings!! if you check here you notice that i am using coloured username markups, you can match that colour to the ranking pretty easy! http://forum.ragezone.com/outerworld...mg-167121.html Here is an example code Code:
<if condition="$post[usergroupid] == 5"><div class="vb_postbit_info"><b>Rank:</b> <font color="#CE1800">Super Moderator</font></div></if> Show Your Support
|
||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
was looking for something like this, thanks
|
|
#3
|
||||
|
||||
|
Yeah me to, so i made it
|
|
#4
|
||||
|
||||
|
Added marquee info.
|
|
#5
|
|||
|
|||
|
thats how it works for me:
Code:
<if condition="$post['usergroupid'] == 6"><div class="post_field"><MARQUEE BEHAVIOR=ALTERNATE><b>Rank:</b>: Admin</div></if> <if condition="$post['usergroupid'] == 5"><div class="post_field"><strong>Rank</strong>: SuperModerator</div></if> <if condition="$post['usergroupid'] == 7"><div class="post_field"><strong>Rank</strong>: Moderator</div></if> Marco |
|
#6
|
|||
|
|||
|
I cant find the line in the postbit to know where to add the info... I am using 3.6 legacy
|
|
#7
|
|||
|
|||
|
I cant find where to add it. If I look in postbit_legacy, it says not found, to the code. I am using 3.6
|
|
#8
|
||||
|
||||
|
copy ur template code here and ill have a look.
|
|
#9
|
||||
|
||||
|
pmed u the code.
|
|
#10
|
|||
|
|||
|
good thanx.
|
![]() |
|
|