The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Simply add all the usergroups IDs separated by a comma. You'll only have to do it once unless you add a usergroup of course.
So from a step listed in the background postbit mod (linked above): Code:
<if condition="is_member_of($post, #)"> <td class="postbit" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]"> <else /> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"></if> 1 = Unregisted / Not Logged In 2 = Registered 3 = Users Awaiting Email Confirmation 4 = (COPPA) Users Awaiting Moderation 5 = Super Moderator 6 = Administrators 7 = Moderators Plus whatever custom usergroup ID you have.. So to add them all: Code:
<if condition="is_member_of($post, 1,2,3,4,5,6,7)"> <td class="postbit" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]"> <else /> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|