Quote:
Originally Posted by leejohn02
Thanks for the mod, it works really well, the only problem is i cant get it to work in the CB which is where i wanted to use it, i am currently using VSA Chatbox AKA Ajax Shoutbox
Any help will be appreciated
|
try to add new Plugin
Go to Admin CP -> Plugin Manager -> Add a New Plugin
Product: VSA Chatbox
hook location: global_start
Title: AJAX Disable on VSA Chatbox
Execution Order: 5
Code:
if (THIS_SCRIPT == 'member' AND in_array($vbulletin->userinfo['usergroupid'], array(x) ))
$vbulletin->options['disable_ajax'] = 2;
Set ACTIVE to YES and SAVE.
x : usergroupid
use this only with colored group
and set ajax on from admincp - general setting