Quote:
Originally Posted by kh99
What's the error, and what hook are you using for the plugin?
|
forumhome_complete
When trying to post, the cbox returns:
Quote:
Posting failed. You do not have permission to post on this Cbox. The Cbox may be misconfigured.
|
Their instructions:
Quote:
Log in to your vBulletin Admin Control Panel.
Choose Plugins & Products -> Add New Plugin from the menu.
Create a new plugin at 'forumhome_complete' and insert this code:
$cbox_nme = urlencode($vbulletin->userinfo['username']);
$cbox_key = md5('a8jifka4djgkaeci' . $vbulletin->userinfo['username']);
Save.
Locate your Cbox HTML code in your forum template.
In your Cbox HTML code, find: sec=form and immediately after, paste:
&nme=$cbox_nme&nmekey=$cbox_key
Save.
And finally, click Enable lower down on this page to turn user integration on.
|
I have their chatbox code added to a sidebar on my forum