MGC Chatbox Evo 2.2.1 [vB3.6.x-3.7.x-3.8.x]

Elison

New Member
67925711oh5jn2.png

This mod is compatible with vB3.6.x, vB3.7.x and vB3.8.x


Functionnalities

Here is a small list of functionnalities :

* Ajax based and simple install
* Lots of options to customize the chatbox to your needs
* Intelligent chats retrieving for faster chatbox reload
* Many commands available with usergroup/user permissions to access them :
o /me : well known IRC command
o /del : remove shouts (different possibilities of removal)
o /ignore : ignore shouts from another user
o /ban : ban user from chatbox
o /pm : send a private chat to another user
o /announcement : modify the announcement on top of the chatbox
o /slap : allow user to slap another user

* Edition of chats by a double click on the chat (based on ajax)
* Possibility to create channels (unlimited number of channels)
* Usergroup permissions to access the different chatbox functionnalities
* Display chatbox on the pages you want (options available)
* Notification system upon new message in other channels (blinking icons)
* Inactive mode
* Chats archive page
* Automatic chats removal task
* Who is in the chatbox feature
* Small avatar at the left of the chat
* Force anonymous to enter a username before chatting
* New thread/New post notification in the chatbox
* Sound notification for new messages
* ... And many other functionnalities !!!!

It offers importers from many other chatboxes system:

* cChatbox by Christrato [version 1.5]
* Cyb - Chatbox by Cybernetec [version 2.3]
* vBulletin 3.x Shoutbox 1.0 (AJAX) by DionDev [version 1.0]
* Dream's Chatbox by Dream [version 2.1.1]
* GSBOS by dinnerbone [version 1.0.5]
* Inferno vBShout Lite 2.5.0 by Inferno Tech [version 2.5.1 lite]
* vBShouts 2.0 by Zero Tolerance [version 2.0]
* MGC Chatbox by MGC [version 1.5]

Install

Refer to the readme for the chatbox install.

Demo

Live demo on forumcoding forum

Languages

1. French
2. English
3. Spanish(Rafael Cazada)
4. Arabic (vborg : alessai)
5. German (vborg: captainslater)
6. Italian (vborg: cionfs)
7. Turkish (vborg: bocek)
8. Russian (butch3r)
9. Bosnian (vborg: benjaminbih)

To be updated

Support

In this thread or on forumcoding.

Intégration

Integration in IBProarcade is described in the readme.

vBAdvanced module: here
vBCms integration : here

Compatibility

This hack is compatible with vB3.6.x, vB3.7.x and vB3.8.x
 
Why do I get this error when I enter something into the Chatbox? "Your submission could not be processed because a security token was missing."
 
nevermind anyway :) i got it :) thanks Elison for that 1 i like this chatbox

to the newbie :) change "Chats display order" in "Oldest First"
 
i installed this chatbox in my forum and its too slow to load msgs. and in the settings i choose no if there is "Warning" note and i already do the optimizing tables thingy and repairs...still too slow to load :( why ohh why???please help me
 
u really shouldent install this you knox it took me 4 hours to fix my tabels again becuz it F****** up my user groups and i couldent even change settings inn user group
 
You can find it here!
Code:
http://www.vbteam.info/req-paid-modifications/13825-mgc-chatbox-evo-mgc-version-2-0-2-a.html
 
as requested (fix)


/admincp/mgc_cb_evo.php

Code:
$vbulletin->db->query_first("SELECT MIN(dateline) AS start FROM " . TABLE_PREFIX . "mgc_cb_evo_chat WHERE isthreadwarning='0' AND ispostwarning='0'");


Replace by

Code:
$vbulletin->db->query_first("SELECT MIN(dateline) AS start FROM " . TABLE_PREFIX . "mgc_cb_evo_chat WHERE iswarning='0'");
 
i install this mod to my forum, but i cant see the chat box :( anyone can help me with my problem? i cant find the postbit and postbit_legacy templates


# Upload the content of the Files folder in your forum root.
# Upload the content of the Images in each of your forum styles directories.
# Log into the admin control panel of your forum and import the product located in the Product folder.
# Go in the Download/Upload item of the Language manager menu and then:

1. Select the English language file from the Lang folder.
2. Select the forum language to overwrite.
3. Set the Ignore language version option to YES.
4. Launch the upload.

# Edit the posbit and postbit_legacy templates and add:

$mgc_cb_evo_postbit


where you want the number of chats of the users to appear in their posts on the forum (if you activate the option).
# Installation is finished, you just have to set the permissions of your usergroups so that they can see the chatbox, configure the chatbox settings, manage the available commands and if necessary add channel


im just a noob here :( pls help :(
 
Back
Top