The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi guys i just needed to know what IF condition would i use to remove text for certain group <if condition blah blah . thanks alot
|
#2
|
||||
|
||||
![]()
Try:
Code:
<if condition="is_member_of($bbuserinfo, x, y, z)"> <else /> Code you want all other Usergroups to see... </if> ![]() |
#3
|
|||
|
|||
![]()
Thanks alot worked Perfectly !
|
#4
|
||||
|
||||
![]()
Cool.
![]() |
#5
|
||||
|
||||
![]()
Or slightly more correctly
![]() Code:
<if condition="!is_member_of($bbuserinfo, x, y, z)"> Code you want all other Usergroups to see... </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|