Quote:
Originally Posted by Itworx4me
Was wondering if someone would help me out with an if statement. Here is what I need:
<if bbuser = membership usergroup then show $photo></if>
Thanks,
Itworx4me
|
<if condition="IS_MEMBER_OF($var, groupid)">$photo</if>
Now. where are we trying to do this? in the postbit per user, or as a global?
$post for the postbit
$bbuserinfo for most other places.