Hmm...
HTML Code:
...
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<if condition="is_member_of($posts,9)">$post[field8] </if>
$post[onlinestatus]...
I double checked that the user is in group 9, still nothing displays.
If I remove the conditional, the text is displayed without a problem.
What could I be doing wrong? Does the group have to be the primary group? Is there a "set" list, where I can define a set of groups?
(Is there a central reference to all this, so I don't have to bug all of you on this for the next 2 dozen issues?)