Jump to content
WebFlake
  • 0

Cant find,cometchat problem


SSRebellion

Question

6 answers to this question

Recommended Posts

  • 0
  • Administrator

Nvm. Flinty left a few things out.

<if test="IPSMember::isInGroup($this->memberData, array('19', '9'))"><!-- COMETCHAT --><link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"><script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script></if>

You're missing an </if> closing bracket.

 

 

The code Comet Chat gives you:

<link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"><script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>

Add the following above it:

<if test="IPSMember::isInGroup($this->memberData, array('19', '9'))"><!-- COMETCHAT -->

Close it out with the </if>.

 

 

 

 

The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
Link to comment
Share on other sites

  • 0

i no theres one for arrowchat and i have used it on cometchat aswell and it worked, the only problem is you will see members popping up in the who's online list but they disappear, but anyways heres the code:

 

Add this above the code that cometchat gave you:

 

<if test="IPSMember::isInGroup($this->memberData, array('19', '9'))"><!-- COMETCHAT -->

the numbers are your group ID's so just add your group ID's how they are displayed.

then once you've done that login to another users account to check if it works and if correct the bar shouldn't be there
 
but myself i prefer arrowchat as this code works great
Edited by FlinTY
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...