Quote:
Originally Posted by Dismounted
Just do some usergroup conditionals.
Code:
<if condition="is_member_of($vbulletin->userinfo, 6)">
USERGROUP 6
<else />
<if condition="is_member_of($vbulletin->userinfo, 4)">
USERGROUP 4
</if>
</if>
|
tried that and not working, for example in the postbit legacy template i used it to insert something to the right of the 'report bad post' icon.
then i tried inserting something below the signature.