The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Usergroup Permission
How do i restrict a code to certain usergroups?
Something like this... <if condition="$show['usergroupid5','usergroupid8','usergroupid10']"> code here </if> |
#2
|
||||
|
||||
use the is_member_of conditional instead.
|
#3
|
||||
|
||||
Code:
<if condition="is_member_of($bbuserinfo, 5, 8, 10)"> |
#4
|
|||
|
|||
Thanks for a detailed response. :up:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|