View Full Version : if condition in_array - HOW?
CrazyLady
05-09-2005, 02:16 AM
<if condition="is_member_of($bbuserinfo, 3)">
I want to add more user groups to this condition, but for the life of me can't figure it out, or find it anywhere... please help.
thanks
CL
Adrian Schneider
05-09-2005, 02:51 AM
<if condition="is_member_of($bbuserinfo, 3) OR is_member_of($bbuserinfo, 4)">
amykhar
05-09-2005, 03:29 AM
Threre's also a hack that allows you to do it like this
<if condition="is_member_of($bbuserinfo, 3,4,5,6)">
Adrian Schneider
05-09-2005, 03:51 AM
Threre's also a hack that allows you to do it like this
<if condition="is_member_of($bbuserinfo, 3,4,5,6)">
I was trying that today (without the hack) lol. Arg. Spent 20 minutes doing workarounds. Can you post a link?
amykhar
05-09-2005, 10:26 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=61149" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=61149</a>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.