(REQ) MGC Chatbox Evo for vBadvanced CMPS

mojopanel

New Member
This module shows MGC Chatbox Evo on vBadvanced CMPS v3.0.1
MGC Chatbox Evo found here ..

This module will work with your cmp_index inside or outside the forum root folder..

(New)version 1.7:
Updated to be compatible with:
MGC Chatbox Evo Version: 1.0.0 and MGC Chatbox Evo Version: 1.1.0

New how to install:
1:
Admincp >> MGC Chatbox Evo>> Display and position >>
Display on defined pages in a variable set to Yes..
and in the Other pages list,, put adv_index in that box...

2:
Admincp >> vBa CMPS >> Download / Upload Module,,
Select mgcchatboxevo17.xml file from your computer.
Active set to YES..
Select Style to install templates to..
Set Usergroups permissions..
Click (Submit)..

After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages.
Move to: center Column,,then set the Order:

If you have any problems with it just saying Loading,,do step three..
3:
Adminc >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox

Put this:
Code:
$forumpath = $vbulletin->options[bburl];

before:


Code:
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
	$mgc_cb_evo_floc = $forumpath . '/';
}
else
{
	$mgc_cb_evo_floc = '';
}

Enjoy !!
 
Top