The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#32
|
|||
|
|||
I was trying to get something that would display below the avatar with location / postcount, etc.. I suppose there's probably a way to move the rank field though.
|
#33
|
|||
|
|||
Some of my members are members of custom additional groups, say people who have been there for longer than 3 years are members of a prmary group 'registered users' and an additional group 'OG'
Is there anyway to make this relate to additional groups instead of posting groups? Cuz i tried putting in the user group id for the OG group, but nothing came up |
#34
|
|||
|
|||
Could someone tell me where this option is? I can't find it!
|
#35
|
||||
|
||||
vb_postbit_info does not appear anywhere in the postbit for 3.6.8
|
#36
|
|||
|
|||
what if i want a specfic user to show that he is staff how can i write that...can you help i tried usning the same format instead of using userid i put usertitle..but didnt work
<if condition="$post[usertitle] == mystic"><div class="vb_postbit_info"><b>Rank:</b> Staff</div></if> like this so that specific name will show rank anyone |
#37
|
|||
|
|||
Actully there is a setting in vb to disply user ranks and levels anyways I guess this may come in handy to some of are members that have not read the guide.
|
#38
|
|||
|
|||
vBulletin 3.7 upgrade possible?
|
#39
|
||||
|
||||
I would imagine it would work, just uses variables.
|
#40
|
|||
|
|||
I placed mine above usertitle and everything under it was changed to the colour I put the rank as. Is there anyway to stop this from happening so only the rank is coloured?
|
#41
|
|||
|
|||
Can someone tell me how to set this area? Currently mine runs across each message. I would mine to run down the side of each message. I am sure I have just missed this. Thanks for the help. (And as soon as I am like this I will install this.)
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|