Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MGC Chatbox Evo Details »»
MGC Chatbox Evo
Version: 3.4.0, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

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
  • User statistics display in posts and profile
  • Chatbox statistics display on forumhome
  • Create thread from a chat [PRO only]
  • CMS Integration (not included - separate product)
    • vBAdvanced CMPS
    • vBulletin 4 CMS
  • Importers from other chatbox systems:
Install

Refer to the readme for the chatbox install.

Demo

Live demo on MGC Products forum

Languages
  1. French
  2. English
  3. German [Not yet updated]
  4. Serbian [Not yet updated]
Support

On my website mostly and in this thread


Int?gration

Integration in IBProarcade is described in the readme.
vBAdvanced CMPS and vBulletin 4 CMS integration are available as additional modules.


Compatibility

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

Changelog

First part:

https://vborg.vbsupport.ru/showpost....&postcount=221

Second part:
https://vborg.vbsupport.ru/showpost....postcount=5429

Third part:

https://vborg.vbsupport.ru/showpost....postcount=8469

How to set the channel images


Thanks to princeedwards for this little how to : click here

PRO version and additional addons available on my website

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

Download Now

File Type: zip [FREE]MGC_Chatbox_Evo_3.4.0.zip (1.70 MB, 3001 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2392  
Old 09-01-2008, 08:52 PM
Fireproof Fireproof is offline
 
Join Date: Apr 2007
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
Yes you can by following the chatbox style issue and adding the variable as explained only in your needed style's templates.
I really hate to bug you, but I am such a newbie, and that advice, while it sounds promising, is not enough for me to do anything with.

Can you be a little more specific? What variable should I be looking for and where might I find it? I'm assuming that the "installation process" added some variable to all my styles somewhere. So it sounds like I can go find whatever that is in the mobile style and just manually remove it.

Please let me know.

thanks in advance.
Reply With Quote
  #2393  
Old 09-01-2008, 10:57 PM
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
Here you go :

Edit the mgc_chatbox_ajax.php file and search in the code contained into the condition $_POST['do'] == 'ajax_refresh_chat' :

You must modify the sql request :

PHP Code:
      $chats $vbulletin->db->query_read("
            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
            FROM " 
TABLE_PREFIX "mgc_cb_evo_chat AS c
            LEFT JOIN " 
TABLE_PREFIX "user AS fromu ON (c.fromuid=fromu.userid)
            LEFT JOIN " 
TABLE_PREFIX "user AS tou ON (c.touid=tou.userid)
            WHERE 
$where_clause
            ORDER BY sticky DESC,c.dateline DESC
            LIMIT 
$limit
      "
); 
By adding after :

PHP Code:
            LEFT JOIN " . TABLE_PREFIX . "user AS tou ON (c.touid=tou.userid
This:

PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userfield AS uf ON(fromu.userid uf.userid
And after :

PHP Code:
,tou.displaygroupid AS todisplaygroupid 
You should add field8.

Then you can use $chat[field8] in the mgc_cb_evo_chatbit template.
Thank you!
Reply With Quote
  #2394  
Old 09-02-2008, 05:38 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fireproof View Post
I really hate to bug you, but I am such a newbie, and that advice, while it sounds promising, is not enough for me to do anything with.

Can you be a little more specific? What variable should I be looking for and where might I find it? I'm assuming that the "installation process" added some variable to all my styles somewhere. So it sounds like I can go find whatever that is in the mobile style and just manually remove it.

Please let me know.

thanks in advance.
No no your install process shouldn't have added variables to your style for the chatbox display

However, if you follow the little how to which is in the chatbox readme for the style issue this should be possible to only display the chatbox in the styles you want.

I think you should give it a try but I can perhaps add a new option in the next chatbox release.
Reply With Quote
  #2395  
Old 09-02-2008, 07:25 AM
zelnik zelnik is offline
 
Join Date: Aug 2008
Posts: 374
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi VBDev,

Firstly welcome back from your holiday I hope you had a great time..

I was wondering if you could help me on the following issues:

https://vborg.vbsupport.ru/showpost....postcount=2363
https://vborg.vbsupport.ru/showpost....postcount=2366

Thank you..
Reply With Quote
  #2396  
Old 09-02-2008, 10:16 AM
reitube reitube is offline
 
Join Date: Jan 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
The option for the width of the chatbox is interesting, I will add that request.

However I don't see the point of separating the username and timestamp. Btw it would really complicate the chatbox template and I am not that up to.

Thanks for adding that as a request!
I know, separating timestamp and username will complicate the template but would reduce the necessary width of the box (in order to get the whole thing fit on the side columns).

Reagrds
Reply With Quote
  #2397  
Old 09-02-2008, 12:20 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zelnik View Post
Thank you for taking the time in replying, I've had a look in the FF error console and although I've not located that that error I have found several of the other "unknown location" errors whilst viewing the whois and they are as follows:

Error: syntax error
Source File: http://www.myspain.es/forum/plaza/cl...d/js/jquery.js
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

-----

Error: syntax error
Source File: http://www.myspain.es/forum/plaza/cl...utocomplete.js
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

----

Error: vBulletin is undefined
Source File: http://www.myspain.es/forum/plaza/cl..._menu.js?v=373
Line: 11

------

Error: YAHOO is not defined
Source File: http://www.myspain.es/forum/plaza/cl...lobal.js?v=373
Line: 11

--------------

Error: syntax error
Source File: http://www.myspain.es/forum/plaza/cl...n-min.js?v=373
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

------

Error: syntax error
Source File: http://www.myspain.es/forum/plaza/cl...event.js?v=373
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

---------

The odd thing is I'm not sure why it is calling it from that location as the only place the shoutbox is located is on the main forum index page..

Any help would be greatly appreciated. Thanks.

Perhaps It's a problem with vBSEO?
Hum it's odd.

It's only on that page that you get those errors ?
Reply With Quote
  #2398  
Old 09-02-2008, 12:21 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by reitube View Post
Thanks for adding that as a request!
I know, separating timestamp and username will complicate the template but would reduce the necessary width of the box (in order to get the whole thing fit on the side columns).

Reagrds
Yes but in that case, how would the chat looks like ??

Could you make a small drawing ?
Reply With Quote
  #2399  
Old 09-02-2008, 12:21 PM
Fireproof Fireproof is offline
 
Join Date: Apr 2007
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
No no your install process shouldn't have added variables to your style for the chatbox display

However, if you follow the little how to which is in the chatbox readme for the style issue this should be possible to only display the chatbox in the styles you want.

I think you should give it a try but I can perhaps add a new option in the next chatbox release.
Oh - okay, I get it now.

And yes, that would be a very CONVENIENT feature in the next version if it's not too difficult to implement.

Keep up the great work!!
Reply With Quote
  #2400  
Old 09-02-2008, 02:28 PM
sturdy sturdy is offline
 
Join Date: Aug 2005
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Imported the german lang-pack, why do I get "entrez voutre chat" in the textfield before entering any text the first time ?
Reply With Quote
  #2401  
Old 09-02-2008, 02:46 PM
zelnik zelnik is offline
 
Join Date: Aug 2008
Posts: 374
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
Hum it's odd.

It's only on that page that you get those errors ?
Yes I just get those in the error console, but if think it's a VBSEO issue with that as it mentions forum/plaza and there is not a directory called plaza but we have a section called the plaza on the forum.

But we get this error when you're watching the whois online when someone posts a message :

Unknown Location
/forum/clientscript/mgc_cb_evo_add/css/indicator.gif
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08818 seconds
  • Memory Usage 2,394KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete