Version: 1.7, by stangger5
Developer Last Online: Oct 2023
Category: Add-On Releases -
Version: 3.7.2
Rating:
Released: 02-07-2008
Last Update: 08-23-2008
Installs: 227
Auto-Templates
Additional Files
No support by the author.
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
I think the BF (Branding Free $20) version has some. I'm talking about the main chat program, not this plugin for VBa...... You can search the thread, I think on the main chat page here or on his site, they have more sounds.... And you can convert/save/make your own sounds but like we all have time to do that?
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 = '';
}
Yeah, I edited several locations. If I weren't in the middle of a HUGE work crisis, I'd have cataloged my edits by now. I'll try to provide more details once the smoke clears and I'm not spending 16 hours a day at my job.
If you can when you get time i would appreciate it, thanks very much, i'll keep trying to find all the bits and bobs and i'll post if i solve it myself
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...
I'm not sure what I'm missing. I followed the installation instructions.. maybe I put the adv_index in the wrong box. any suggestions help will be much appreciated.
Thanks
+ Ok I installed the revised module posted in here and this is the error i'm getting:
Quote:
Warning: require_once([path]/includes/mgc_cb_evo/plugins.php) [function.require-once]: failed to open stream: No such file or directory in [path]/modules/mgc_cb_evo.php on line 2
Fatal error: require_once() [function.require]: Failed opening required '/home/username/domainname.com/forums/includes/mgc_cb_evo/plugins.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/username/domainname.com//forums/modules/mgc_cb_evo.php on line 2
I hope you all find this useful. I couldn't wait any longer for an update, so I edited the module and came up with this version. It works for me with 2.4.2, so I'm sharing it with you.
Bear in mind that I had to perform many other template and code edits to repair path issues because of the persistent "Loading..." screen. Fixed that loading error with this post. I also used this post to fix some other script/image errors. My environment has vBAdvanced in the web root, and my forums in a subdirectory.
If this works for you, let stangger5 know so he can see what I did, and maybe improve on it.