Is this safe to use alongside another chatbox?
I wanted to have two chatboxes; 1 for members and 1 for staff.
I already have inferno shoutbox lite installed, displaying on the index so members can use it. But, if its possible and safe, I'd like to install cyb's chatbox aswell.
After that, I'd just throw this on the forum display template:
Code:
<if condition="in_array($forumid, array(x,y,z))">
$cybchatbox
</if>
So it only displays in private (staff only) forums =)
But, is this safe to use with inferno shoutbox, as long as they are displayed on different pages?
I noticed both chatboxes had database changes, I don't know if they will conflict or not.