Quote:
Originally Posted by borbole
Try this:
PHP Code:
if(is_member_of($vbulletin->post, 5, 6, 7))
{
//your code here to excute if true
}
|
Doesn't seem to be working, it's never coming back true no matter the groups I use.
and just to be clear, what I'm really using is
Code:
<if condition="(is_member_of($vbulletin->post, 2, 6, 20, 21))">
I forgot the 'condition=' in the example...