Version: 3.4.0, by VBDev
Developer Last Online: Dec 2021
Category: Chat Modifications -
Version: 4.2.x
Rating:
Released: 01-27-2008
Last Update: 09-01-2013
Installs: 2476
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations
No support by the author.
This mod is automatically compatible with vB3.6.x, vB3.7.x, vB3.8.x and vB4.x.x
Overview
MGC Chatbox Evo is the most ever installed chatbox for vBulletin !
It offers a new enhanced online experience to your members leading to increased time spent online of more than 25% by providing them with a new, more interactive, way to interact with each other.
Important number of features
High level of configurability to fit each users needs
Channels system
Many commands
Bot system
and more...
... makes MGC Chatbox Evo a must have for your forum !
Detailed features
Following is a non-exhaustive list:
Simple install
Ajax based with:
Fast and Intelligent chats retrieval through javascript calls to server files (refresh delay configurable per usergroup)
Edit/update by double-clicking on a chat
Interact on chats through menus and javascript
Many usergroup permissions to limit features according to usergroups
Full configuration of the chatbox display:
Size, position on forum pages, editor layout (either top/bottom input or left/right textarea) and position, number of chats displayed, ...
Full configuration of the chats display:
Authorized bbcodes selection, date/time options, avatar display, ...
Possibility to create channels (unlimited number) with multiple configuration options:
Warn user of new message when not active through blinking image and eventually sound notification
Possibility to select on which specific page each is displayed
Option to display the channel only for selected languages
Usergroup/User permissions to access the channel
Many commands available with usergroup/user permissions to access them:
/me: well known IRC command
/del: remove shouts (different possibilities of removal)
/ignore: ignore shouts from another user
/ban: ban user from chatbox
/pm: send a private chat to another user
/announcement: modify the announcement on top of the chatbox
/slap: allow user to slap another user
/team: chats sending between specified usergroups
/l33t: I33t-ify a message
/banchan: ban user from specific channel [PRO only]
Forum activity notifications system in the chatbox:
Different display options:
In the chatbox melted with chats
In the chatbox in a separate column
In the vB4 sidebar or a custom sidebar for vB3
Multiple notifications:
New thread creation
New post creation
Post thanked (Abe's)
New registrations (not included - separate product)
IBProarcade highscore (not included - separate product)
Bot system with set of predefined trigger chat and corresponding answers and automatic bot chats [PRO only]
Archive system with statistics as well as download and search capabilities
Possibility to display the list of users online in the chatbox
Force anynomous to enter a username before chatting if they can access the chatbox
Antiflood system
Private chats feature through PM in tabs
Optional sound notifications
Inactive mode feature for server load optimization
"Save the collapsed stae of the BBCODE and smilies lines" does not seem to work. BBcode line and smilies line expands on every page load, if you use ie7. It is working correctly in ff3.
The default setting of that option (=no) is working correctly on both browsers.
ehm the intern channel isnt working propper after the update i have to click collapse mode and back to view it any ideas ? tryed to renew the channel without result
rest is working fine as i could see nice update thanks :up:
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1224535366' AND cbs.userid!=0;
MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
Request Date : Tuesday, October 21st 2008 @ 01:07:46 AM
Error Date : Tuesday, October 21st 2008 @ 01:07:46 AM
Script : http://***/forum/mgc_cb_evo_ajax.php
Referrer : http://***/forum/mgc_cb_evo.php?
IP Address : ***
Username : Ram
Classname : vb_database
MySQL Version : 5.0.26-lk-log
I just received the same error. Fyi this happens when slapping someone and having vBSEO installed.
Now that the new version of the chatbox is out I was wondering if all of you would you be interested in the creation of a forum for the chatbox ? An external one.
Is there any way to salvage my archives? I usually backup my mgc_cb_evo_chat table and then re-import it back after I upgrade but for some reason it's not allowing me to do so in the 1.1.0 version. Is there something that's now changed within that table that's not allowing this?
well from ive reinstalled this and only been 10 mins i need to uninstall it now im getting
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
I got this error when I didn't UNINSTALL FIRST. If you try to just overwrite everything it doesn't seem to work. You have to UNINSTALL the old version FIRST and then do a FRESH INSTALL of the new version.
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1224535366' AND cbs.userid!=0;
MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
Request Date : Tuesday, October 21st 2008 @ 01:07:46 AM
Error Date : Tuesday, October 21st 2008 @ 01:07:46 AM
Script : http://***/forum/mgc_cb_evo_ajax.php
Referrer : http://***/forum/mgc_cb_evo.php?
IP Address : ***
Username : Ram
Classname : vb_database
MySQL Version : 5.0.26-lk-log
Ok indeed there is a bug.
Open mgc_cb_evo_ajax.php and search for :
PHP Code:
$getusers = $vbulletin->db->query_read(" SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid (u.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible FROM " . TABLE_PREFIX . "mgc_cb_evo_session AS cbs LEFT JOIN " . TABLE_PREFIX . "user AS u ON (cbs.userid=u.userid) LEFT JOIN " . TABLE_PREFIX . "session AS s ON (cbs.userid=s.userid) WHERE cbs.dateline>='$dateline' AND cbs.userid!=0 ");
In this query after u.usergroupid, just add a coma.