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
  #1272  
Old 05-11-2008, 07:06 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 XiZa View Post
It would be nice if you had an easier install like that other chat product. Yours is still superior though
You mean due to the command installation ?

This is because I wanted to allow coders to make their own commands.

Quote:
Originally Posted by estatiktik View Post
ok its my first install and its not showing it at all...

- Go in the Plugin manager of your admincp

- Edit the "Chatbox display on forumhome" plugin

- Replace : $search_text = '$forumhome_markread_script';

- By : $search_text = '$chatbox_forumhome';

- Then, go into the Style manager and edit the FORUMHOME template

- Put the $chatbox_forumhome var before the $footer var

i did that step but nothing happend and i cant find the $search_text but found it on $find = '$forumhome_markread_script';

what did i do wrong...please help...thanks
Have you set usergroup permissions ?

Quote:
Originally Posted by XiZa View Post
I just checked out the mgc_cb_evo_chat table, why are you not denormalizing the usernames? Like done in the thread and post table? Wouldn't that also make it less resource intensive? No extra , unnecessary join etc.
You are not exactly right. They indeed have the username in the post and thread tables but the joins are still there.

The username are in those table in case a user is removed from the system.

Quote:
Originally Posted by XiZa View Post
and same for the session table (who is online)
Same answer.
Reply With Quote
  #1273  
Old 05-12-2008, 12:11 AM
estatiktik estatiktik is offline
 
Join Date: May 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post

Have you set usergroup permissions ?
can u tell me how to do that exactly?...anyone thanks...

the chatbox is not showing on the forum permissions manager...
Reply With Quote
  #1274  
Old 05-12-2008, 06:14 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not in the forum permissions manager but in the usergroup permissions manager
Reply With Quote
  #1275  
Old 05-12-2008, 05:34 PM
Amm0 Amm0 is offline
 
Join Date: May 2008
Location: England
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where do the xml's in the Commands folder go?!
Reply With Quote
  #1276  
Old 05-12-2008, 08:08 PM
Amm0 Amm0 is offline
 
Join Date: May 2008
Location: England
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh my god....I've uploaded a few files from this pack, and somehow this error has appeared. My forums do not work at all!

Warning: Unknown([path]/includes/functions_mgc_cb_evo.php): failed to open stream: No such file or directory in [path]\global.php(384) : eval()'d code on line 354

Fatal error: (null)() [function.require]: Failed opening required 'C:\Domains\epicsen.com\wwwroot/includes/functions_mgc_cb_evo.php' (include_path='.;c:\php4\pear') in C:\Domains\epicsen.com\wwwroot\global.php(384) : eval()'d code on line 354

Does anyone know what is going on, PLEASE HELP!
Reply With Quote
  #1277  
Old 05-13-2008, 05:56 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 Amm0 View Post
Where do the xml's in the Commands folder go?!
You should read the readme in the commands directory

Quote:
Originally Posted by Amm0 View Post
Oh my god....I've uploaded a few files from this pack, and somehow this error has appeared. My forums do not work at all!


Warning: Unknown([path]/includes/functions_mgc_cb_evo.php): failed to open stream: No such file or directory in [path]\global.php(384) : eval()'d code on line 354

Fatal error: (null)() [function.require]: Failed opening required 'C:\Domains\epicsen.com\wwwroot/includes/functions_mgc_cb_evo.php' (include_path='.;c:\php4\pear') in C:\Domains\epicsen.com\wwwroot\global.php(384) : eval()'d code on line 354

Does anyone know what is going on, PLEASE HELP!
You can't upload just a few files if you have imported the product which seems to be the case !

You haven't followed the instructions of the readme correctly, you are supposed to upload needed files and the import the product.
Reply With Quote
  #1278  
Old 05-13-2008, 12:59 PM
Tekmon Tekmon is offline
 
Join Date: Jan 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
How do you set usergroups for a channel ? Once you have created a channel, you have to change them in the command attached to the channel.
Yes we have tried to assign/set usergroups for the channels but they do not save and thus it appears that the usergroups can thus not see the channels. I can look in the archives and see that the messages are in the appropriate channel but for some reason even as an admin I can not see them on the regular chat box.
Reply With Quote
  #1279  
Old 05-13-2008, 01:49 PM
Tekmon Tekmon is offline
 
Join Date: Jan 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Astrof View Post
EDIT: Figured it out. I entered the wrong code for the HTML character set. The dash was missing, I typed in ISO 639-2 instead of ISO-639-2. And now everything works and I am happy.
I do not know what you are talking about. I do not believe I change or made any entry for the html character set...

Can you tell me where you made this change so maybe I can get my chat box channels working?
Reply With Quote
  #1280  
Old 05-13-2008, 02:10 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wierd......I posted an issue today and it's gone. Anyway, Mine works but there seems to be a spanning issue on the forum. In my vbadvanced cmps module it works fine and spans no problem. On a 19" monitor it works fine on the forum, but on a 17-15 inch monitor it doesn't span right no matter how I adjust the resolutions. Instead it stays the same size and makes a horizontal scroll bar. I don't want that, I want the chat box to span to the proper width of the screen.
Reply With Quote
  #1281  
Old 05-13-2008, 08:32 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ever since I installed this mod, I have had general funkiness in my forums. Things don't line up rights, some images don't display and my ACP is all screwed up. Take a look at this screen cap of my ACP.

The only mod I have installed in my forums is this one. All the files and templates are completely unmodified except for whatever this one did.

I try to uninstall this, but when I goto my products page and select the "uninstall" option and press the "Go" button, nothing happens. None of my "Go" buttons work.

Without wiping my forums, how can I uninstall this if the program does not let me do it.

HELP!!
Attached Images
File Type: gif after-thp.gif (30.9 KB, 0 views)
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:38 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.07783 seconds
  • Memory Usage 2,380KB
  • 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
  • (9)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
  • (2)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