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
Hmmm - may be a weird question but I would like to have the inner table where the shouts are display - the one with:
menu image arrow : date : time : username : chat
would like to make it transparent. I just can guess there's some global VB style used for table / tr / td / tbody or something else - would just like to overwrite it local by appending something like:
... style="background: none;" ...
Just - may someone point me please to the right line where I could add this ?
Yesh, it works on forumdisplay and showthread. It's only forumhome. Roxie had a similar problem in previous posts, but I haven't seen a solution to it posted.
Well i have another bug that i think it is not identified. After i delete one or more chats, after refresh (auto) chatbox shows a previous chat. Here two examples of what i'm talking about:
Normal image before delete
After delete
This after just one delete. If more chats are deleted more previous chats appear. Things go normal only after a entire page refresh.
Upgrading from 0.4 (working) to 1.0.0, I got the infamous eternal "Loading ..." issue for the chatbox that appears on vBadvanced page. After tinkering with codes here and there, I successfully fixed the issue. What I did was, in plugin "Global variables of the chatbox", add line
Code:
$forumpath = $vbulletin->options['bburl'];
After line
Code:
mgc_cb_evo_unserialize_user_params();
Can the mod coder add this fix into next version?
I am sorry but that bit of code works for some but won't work for others.
I am saying that because this variable is used in the chatbox code to get the path to javascript files. And using the bburl option variable would lead to a path to javascript files using http//... which is recognize by some browsers as a security concern and stop the chatbox.
Quote:
Originally Posted by Angel-Wings
Hmmm - may be a weird question but I would like to have the inner table where the shouts are display - the one with:
menu image arrow : date : time : username : chat
would like to make it transparent. I just can guess there's some global VB style used for table / tr / td / tbody or something else - would just like to overwrite it local by appending something like:
... style="background: none;" ...
Just - may someone point me please to the right line where I could add this ?
Thank you in advance
You have to edit the mgc_cb_evo table, chats are in the div with id chats.
Quote:
Originally Posted by pedroenf
Well i have another bug that i think it is not identified. After i delete one or more chats, after refresh (auto) chatbox shows a previous chat. Here two examples of what i'm talking about:
Normal image before delete
After delete
This after just one delete. If more chats are deleted more previous chats appear. Things go normal only after a entire page refresh.
Thanks for reporting that issue. I have fixed it in the upcoming release.