Using cbox shoutbox (cbox.ws)
Since upgrading to vbuletin 4x, its no longer working using plugin code that developer gave me.
I get this error when posting.
Quote:
Posting failed. You do not have permission to post on this Cbox. The Cbox may be misconfigured.
|
The plugin code is:
Quote:
$cbox_nme = $vbulletin->userinfo['username']; if ($vbulletin->userinfo['usergroupid'] != 38 && $vbulletin->userinfo['usergroupid'] != 6 && $vbulletin->userinfo['usergroupid'] != 7 &&
$vbulletin->userinfo['usergroupid'] != 2 &&
$vbulletin->userinfo['usergroupid'] != 38) {
$cbox_nme = "";
}
$cbox_key = md5('keyremoved' . $cbox_nme); $cbox_nme = urlencode($cbox_nme);
|
The html forumhome code is:
Quote:
<iframe frameborder="0" style="height: 180px; overflow:auto; width: 100%" src="http://www.cbox.ws/box/?boxid=439&boxtag=7868&sec=main" name="cboxmain" id="cboxmain" seamless="seamless" scrolling="auto" frameborder="0"></iframe> <iframe frameborder="0" width="100%" height="55" src="http://www.cbox.ws/box/?boxid=439&boxtag=7868&sec=form&wmsg=150&nme=$cbox _nme&nmekey=$cbox_key" marginheight="1" marginwidth="1" scrolling="no" allowtransparency="yes" name="cboxform" id="cboxform"></iframe>
|
Would appreciate if someone can assist me in getting it working. I've contacted cbox for support and its been nearly 3 days without a solution or response.