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
@VBDev thank you for looking in to this for me. I appreciate you are busy.
Here is the page source code in a zip.
Thanks
Hum couldn't find any useful info, please send me test account to your forum by PM.
Quote:
Originally Posted by Chalex4
I just removed all the <br /> tags in the display management plugin and somehow it didn't have any effect. I must be doing something wrong . Do you want me to provide a seperate admin login for my site to make it a little easier for you to help?
This is the only thing that's stopping me using this shoutbox right now . Thanks for the help.
Might be one remaining in the template, have you check ?
Quote:
Originally Posted by harleyparts
sorry to highjack your thread but need a chat mod makers input
an external java based chat , that also has camara and voice
I think that would be the next big thing in here , you used to be able to use skype on VB but they changed the way skype works and I dont think thats possible anymore
EVO can you look into this and tell me whats the story on the cam in chat deal?
you can see a pic here of a widget i made for my board that uses this java script to do this
:erm:
Sorry but this isn't a feature I am interested in implementing.
Quote:
Originally Posted by angeljs
There is no exact database error, just a basic message on each page that there is a problem with the database with no specifics.
Don't you have server database error logs ?
Quote:
Originally Posted by jskoh
found some bug on the new release
Well let's try that fix, open the mgc_cb_evo.php file, search around line 911 for:
PHP Code:
// 2 - Member group test if (!$hasaccess && !empty($vbulletin->userinfo['membergroupids']))
Replace by:
PHP Code:
// 2 - Member group test if (!$hasaccess && is_array($command['usergroupids']) && !empty($vbulletin->userinfo['membergroupids']))
To get the tab, you have to refresh the page first, then click once on a username.
Those tabs only appear when u click once on a username, not when u just /pm them.
Well the pre-requisite is also to have the PM command active and authorized for your usergroup and the usergroup of the user you are trying to PM.
And then you need to have the PM in a tab function working.
Quote:
Originally Posted by ellinofatsa
hi can i change the sound with mp3?
and how?
thanks
Well I never have put an mp3 on a page but this should work by replacing the swf call in the js to an mp3 call.
Have you tried modifying the mgc_cb_evo/clientscript/mgc_cb_evo_functions.js file for that purpose ?
Quote:
Originally Posted by Geissbock66
Is it possible to get the box at the startsite of the cms fro, 4.03?
Please tell me who - great THX!
In a widget ? No, not in this version, but in the next one yes.
Quote:
Originally Posted by shadowla05
Sound still does not work i have edited the .js file to the correct file path which there where 3 of them i fixed.
Well then this should work if you activated the notification sound option in your chatbox settings.
Originally Posted by shadowla05
Sound still does not work i have edited the .js file to the correct file path which there where 3 of them i fixed.
Well then this should work if you activated the notification sound option in your chatbox settings.
Its not working at all i have it activated in the chatbox settings and i have edited the .js file look below,and on the .js file i edited 3 lines.
VBDev thank you for your time with my many couestions.
i need your help for this mod.
i thing if you can upload a part of sound diferent of this that you have in this mod.-
is that inposible;
this mod is the best choutbox bud the sound is litle tiring.
switch(THIS_SCRIPT)
{
case 'index':
// Manage number of users online
if ($vbulletin->options['mgc_cb_evo_whoisonline_active'] && $vbulletin->options['mgc_cb_evo_show_number_of_users_inchat_forumhome'])
{
// Inactive mode active and delay < session delay => inactive mode delay taken
if ($vbulletin->options['mgc_cb_evo_inactive_mode'] && $vbulletin->options['mgc_cb_evo_inactive_mode_delay'] < $vbulletin->options['mgc_cb_evo_whoisonline_delay'])
{
$dateline = TIMENOW - ($vbulletin->options['mgc_cb_evo_inactive_mode_delay'] * 60);
}
else
{
$dateline = TIMENOW - ($vbulletin->options['mgc_cb_evo_whoisonline_delay'] * 60);
}
$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
");
$mgc_cb_evo_users_online = 0;
if ($vbulletin->db->num_rows($getusers))
{
$first = 1;
while ($user = $vbulletin->db->fetch_array($getusers))
{
if ($user['invisible'])
{
if ($MGCCbEvoCore->evo_permissions->can_see_hidden_users() OR $user['userid'] == $vbulletin->userinfo['userid'])
{
if ($user['suserid'])
{
$mgc_cb_evo_users_online++;
}
}
}
else
{
if ($user['suserid'])
{
$mgc_cb_evo_users_online++;
}
}
}
}
// List of pages specified
if (!empty($vbulletin->options['mgc_cb_evo_allpages_list']))
{
$pageslists_array = explode(",", $vbulletin->options['mgc_cb_evo_allpages_list']);
1st in the mgc_cb_evo.php? do = showsmilies is a mistake in it, the smilies are not displayed in the box when you click there ..
2nd I would like to have the box directly below the menu, how can I change this (see picture) Attachment 117394
3rd an update of the German xml would be really great or how can I change myself (on what I have to) see
German Language Attachment 117395
English Language Attachment 117396
sry for this englisch ...it was translatet by google....