Hello,
i've also cbox, but i cant integrate it on my forum.
this is my code:
Code:
<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="450" height="230" src="http://www5.cbox.ws/box/?boxid=36246&boxtag=cdttg7&sec=main"
marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#EDDEDB 1px solid;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="450" height="75"
src="http://www5.cbox.ws/box/?boxid=36246&boxtag=cdttg7&sec=form&nme=<?=urlencode($bbuserinfo[username])?>&nmekey=<?=md5('KEYKEYKEY'.$bbuserinfo[username])?>"
marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#EDDEDB 1px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->
I've changed $name with $bbuserinfo[username], put the integration code and inserted all on navbar template.
But when i try to send a msg the chat says that i don't have permission to do that.
Thanks in advance.