The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Permissions question on display
I hope I can adaquately describe what I want to do and any assistance is very much appreicated.
Step 1) Give a specific usergroup a small icon next to their name. This will of course be separate from their avatar. This will be a descriptor for their status on the forums; via their usergroup. It is important to note that this icon will appear for two separate usergroups; A and B respectively. So to the casual user, usergroup A and B will appear the same for all intent and purpose. Step 2) Give usergroup A the ability to to differentiate between A and B. Usergroup A members will see the usernames of other A members in red versus B which remain in black. Usergroup B is completely unaware of the difference as are the other regular members of the board. |
#2
|
|||
|
|||
1. Admin CP -> Usergroups -> (Select Usergroup) -> Username HTML Markup
Simply place... Code:
<img src="http://url.to/image.png" align="absmiddle"> 2. If you only want to do this in postbits you could do something like... Code:
<if condition="$post[usergroupid] == $bbuserinfo[usergroupid]"> <span style="color: #FF000">$post[musername]</span> <else /> $post[musername] </if> Hope this helps! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|