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
This mod messed up all the themes I added. I tried to fix it but just lost the chat box altogether. So I've uninstalled this one & decided to go with another.
The Forum Coding Demo website is not working. Can somebody post a link to a forum that IS using this chatbox live. I'd like to test it out elsewhere, before giving it a shot. Thanks!
"Warn users when new unread messages are available in the other channels
Activate channel icons blinking when new unread chats are available.
Warning : Add 1 sql query at each chats refresh plus the minimum number of queries needed to load a page upon each new chats verification."
How to use this option? I mean; how to add 1 sql query?
Is there any documents that I can see the instructions?
Just wondering since it appears there are lots of reported bugs and lots of little fixes here and there. When are you planning on updating and putting up the update here?
Quote:
Originally Posted by SessizDunya
"Warn users when new unread messages are available in the other channels
Activate channel icons blinking when new unread chats are available.
Warning : Add 1 sql query at each chats refresh plus the minimum number of queries needed to load a page upon each new chats verification."
How to use this option? I mean; how to add 1 sql query?
Is there any documents that I can see the instructions?
you dont need to do anything extra. that is just saying that it will add a little extra load on your server by enabling that option
Just wondering since it appears there are lots of reported bugs and lots of little fixes here and there. When are you planning on updating and putting up the update here?
you dont need to do anything extra. that is just saying that it will add a little extra load on your server by enabling that option
I can see that but I got an error when I activate the notification system and the chatbox stays on loading like forever..
This is the error:
Quote:
Database error in vBulletin 3.7.0:
Invalid SQL:
(
SELECT c.*,fromu.userid AS fromuserid,fromu.username AS fromusername,fromu.usergroupid AS fromusergroupid,fromu.displaygroupid AS fromdisplaygroupid,
tou.userid AS touserid,tou.username AS tousername,tou.usergroupid AS tousergroupid,tou.displaygroupid AS todisplaygroupid,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight,
customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb,
fromu.avatarid,fromu.avatarrevision
FROM mgc_cb_evo_chat AS c
LEFT JOIN user AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN user AS tou ON (c.touid=tou.userid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = fromu.userid)
WHERE (
chanid='0'
AND coidentifier IN ('0','me','announcement','del','ignore','pm','slap ')
AND (touid='0' OR fromuid='1'
OR touid='1')
AND iswarning='0'
)
ORDER BY sticky DESC,c.dateline DESC
LIMIT 15
)
UNION ALL
(
SELECT c.*,fromu.userid AS fromuserid,fromu.username AS fromusername,fromu.usergroupid AS fromusergroupid,fromu.displaygroupid AS fromdisplaygroupid,
tou.userid AS touserid,tou.username AS tousername,tou.usergroupid AS tousergroupid,tou.displaygroupid AS todisplaygroupid,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight,
customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb,
fromu.avatarid,fromu.avatarrevision
FROM mgc_cb_evo_chat AS c
LEFT JOIN user AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN user AS tou ON (c.touid=tou.userid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = fromu.userid)
WHERE
ORDER BY sticky DESC,c.dateline DESC
LIMIT 20
);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY sticky DESC,c.dateline DESC
LIMIT 20
)' at line 39
Error Number : 1064
Request Date : Friday, January 23rd 2009 @ 03:48:53 PM
Error Date : Friday, January 23rd 2009 @ 03:48:53 PM
Script : http://siteaddress/forum/mgc_cb_evo_ajax.php
Referrer : http://siteaddress/forum/
IP Address : ipaddress
Username : REVOLUTION
Classname : vb_database
MySQL Version : 5.0.51a-19-log
Ok noted as bug, I will correct this in the next version that should come by the end of the month.
Ok, I tried it again, the permissions are ok!
The problem is, if I disallow all format-options for users in the usercp, than comes this problem, it need at least 1 option. But would be nice that it works without options for users to format their shouts.