
06-23-2010, 12:37 AM
|
 |
|
|
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by noppid
HTML Code:
<if condition="$bbuserinfo[field15] == 1 AND THIS_SCRIPT != 'chat.php' AND 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 field 15 is yes, and the script is NOT chat.php, and the member is in these groups.
Of course chat.php must have define('THIS_SCRIPT', 'chat.php'); in it.
|
Thats EXACTLY what im looking for but its not showing up at all with this code
--------------- Added [DATE]1277257193[/DATE] at [TIME]1277257193[/TIME] ---------------
chat.php has
define('THIS_SCRIPT','chat');
in it
|