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
  #2412  
Old 09-03-2008, 01:54 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
The chat would be used as a little shoutbox (or greeting box whatsoever).
I give an example as attachment.

First line: Username (the X means Mods can delete this item)
second line: Date and time
following lines: Message itself

Best Reagrds,
I see what you mean but that option would affect the chatbox display on all pages. Which is not very beautiful on the forumhome page for example.
Reply With Quote
  #2413  
Old 09-04-2008, 03:07 AM
Angel-Wings's Avatar
Angel-Wings Angel-Wings is offline
 
Join Date: Sep 2007
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed

Just - I've reworked some JS / IF conditions like:

Quote:
<if condition="!empty($autocompletion_js)">
function mgc_cb_evo_autocomplete()
{
$("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
}
$(document).ready(function(){
mgc_cb_evo_autocomplete();
}
);</if>
Before the "IF" condition was inside the function and so created an empty JS function used for nothing.
Also about the Collapse / Show mode:

Quote:
<span id="mgc_cb_evo_title_opened"
<if condition="$vbcollapse[collapseobj_mgc_cb_evo] == ''">
<else />
style="display: none;"
</if>
>
....
<span id="mgc_cb_evo_title_closed"
<if condition="$vbcollapse[collapseobj_mgc_cb_evo] == ''">
style="display: none;"
</if>
>
Got a CSS warning - specially about the first one - because the IF condition produced an empty:

Quote:
style='display: ';
This fixes this
Reply With Quote
  #2414  
Old 09-04-2008, 04:45 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 Angel-Wings View Post
Installed

Just - I've reworked some JS / IF conditions like:



Before the "IF" condition was inside the function and so created an empty JS function used for nothing.
Also about the Collapse / Show mode:



Got a CSS warning - specially about the first one - because the IF condition produced an empty:



This fixes this
Oh yes thanks for the info I'll add it to the "bug list" to be fixed !
Reply With Quote
  #2415  
Old 09-04-2008, 04:48 AM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx
Reply With Quote
  #2416  
Old 09-04-2008, 04:58 AM
solidlink solidlink is offline
 
Join Date: Jul 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all the commands does not seem to work for me?

# /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
Reply With Quote
  #2417  
Old 09-04-2008, 06:48 AM
txspaderz's Avatar
txspaderz txspaderz is offline
 
Join Date: Apr 2006
Location: Houston
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error when going: /ban show

Any idea's? I did uninstall the old chatbox too

Quote:
Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT username,userid,usergroupid,displaygroupid
FROM user
WHERE mgc_cb_evo_banned='1'
ORDER BY username ASC;

MySQL Error : Unknown column 'mgc_cb_evo_banned' in 'where clause'
Error Number : 1054
Request Date : Thursday, September 4th 2008 @ 02:41:00 AM
Error Date : Thursday, September 4th 2008 @ 02:41:00 AM
Script : http://www.*****.com/forum/mgc_cb_evo.php?do=showban
Referrer : http://www.****.com/forum/index.php?
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.51a-community
Reply With Quote
  #2418  
Old 09-04-2008, 10:26 AM
carphead carphead is offline
 
Join Date: Oct 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?

Code:
if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo()) 
{ 
   require_once(DIR . '/includes/functions_mgc_cb_evo.php'); 
    
   if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome']) 
   { 
      /* Stats */
      if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
      {
         $mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
      }
      
      
      $replace = ' $mgc_cb_evo ';
      
      if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
      { 
          $find = '$navbar';
          $brb = ' '; 
          $bra = ' <br />'; 
      } 
      else 
      { 
          $find = '$forumhome_markread_script';
          $brb = ' <br />'; 
          $bra = ' '; 
      } 
      
      $mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);

      $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']); 
   } 
}
Reply With Quote
  #2419  
Old 09-04-2008, 11:08 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 solidlink View Post
i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx
The new version is very light on the server load, far more than it used to be.

Yes it's possible through the use of a command or a periodic cron task or directly from the archives with a inline moderation removal tool.

Quote:
Originally Posted by solidlink View Post
all the commands does not seem to work for me?

# /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
You have to set permissions boy Check the command management tool in the admincp.

Quote:
Originally Posted by txspaderz View Post
I'm getting this error when going: /ban show

Any idea's? I did uninstall the old chatbox too
Did you install the 1.0.0 chatbox just when released or more recently ?

Coz there was a small mistake in the first zip file of the 1.0.0.

Quote:
Originally Posted by carphead View Post
I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?

Code:
if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo()) 
{ 
   require_once(DIR . '/includes/functions_mgc_cb_evo.php'); 
    
   if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome']) 
   { 
      /* Stats */
      if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
      {
         $mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
      }
      
      
      $replace = ' $mgc_cb_evo ';
      
      if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
      { 
          $find = '$navbar';
          $brb = ' '; 
          $bra = ' <br />'; 
      } 
      else 
      { 
          $find = '$forumhome_markread_script';
          $brb = ' <br />'; 
          $bra = ' '; 
      } 
      
      $mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);

      $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']); 
   } 
}
Sorry it's not $search_text but $find.
Reply With Quote
  #2420  
Old 09-04-2008, 03:54 PM
txspaderz's Avatar
txspaderz txspaderz is offline
 
Join Date: Apr 2006
Location: Houston
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
Did you install the 1.0.0 chatbox just when released or more recently ?

Coz there was a small mistake in the first zip file of the 1.0.0.
Hi!

I downloaded it last night around midnight CST if that helps.
Reply With Quote
  #2421  
Old 09-04-2008, 04:56 PM
gtcompscientist gtcompscientist is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ranger187 View Post
I figured it out.....

MOD_SECURITY on linux boxes disables this plugin from working...

edit/create .htaccess

Add

Code:
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>
Place this in the root of the forum. Done.
Ranger - Thanks for this... after the upgrade lots of users were complaining of problems, and this fixed it straight-away.
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 03:40 AM.


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.08361 seconds
  • Memory Usage 2,392KB
  • 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
  • (3)bbcode_code
  • (12)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