Why Wont this work?
PHP Code:
<if condition="$bbuserinfo[field15] == 'YES">
<if condition="THIS_SCRIPT != 'chat.php">
<if condition="is_member_of($bbuserinfo, 5, 7, 6, 16, 12, 11, 17, 10, 13, 9)">
<!-- CometChat Footer Code Start -->
<link type="text/css" rel="stylesheet" media="all" href="/cometchat/cometchatcss.php" charset="utf-8" />
<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
<!-- CometChat Footer Code End -->
</if></if></if>
--------------- Added [DATE]1277251795[/DATE] at [TIME]1277251795[/TIME] ---------------
How about this ??
PHP Code:
<if condition="$bbuserinfo[field15] == 'YES' AND "THIS_SCRIPT != 'chat.php' AND "is_member_of($bbuserinfo, 5, 7, 6, 16, 12, 11, 17, 10, 13, 9)">STUFF</if>
will that work?