View Full Version : vars
goblues
05-31-2008, 11:10 PM
I know there is a is_member_of var but what about is_not_member _of?
MoT3rror
05-31-2008, 11:36 PM
<if condition="!is_member_of($bbuserinfo, 6)">
//code not to show to usergroup 6
</if>
goblues
06-01-2008, 12:17 AM
Will test. Thank you!!
veenuisthebest
06-01-2008, 01:08 AM
better do this
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)">...........</if>
Opserty
06-01-2008, 08:53 AM
You may find this useful: https://vborg.vbsupport.ru/showthread.php?t=179928
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.