Quote:
Originally Posted by BirdOPrey5
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...
|
Ah, you want it to use in a template. From your op, I thought you needed the rraw php code.
Anyway, try this:
HTML Code:
<if condition="is_member_of($post, 2, 6, 20, 21 )">
<!--your code here-->
</if>
That should do the trick.