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
  #8272  
Old 10-19-2012, 02:31 AM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ranger187 View Post
Registered users is where you set it to display it by default. The option you are showing is AFTER they are logged in. That's after the fact, that they logged in. That's a UserCP setting AFTER their usergroup takes precedence. Hence USER selects. It's simple.
Bringing this back up because it has come back on my list.

I understand quite well that this is after they login, but for some reason it is default to "No" for everyone on signing up. Where do I set it to default to "Yes" and let them change it to "No" if they want?

I can't find it anywhere. I've even found where it is set in the MySQL database "mgc_cb_evo_show";i0;s18:" is "No" and "Yes" is "mgc_cb_evo_show";i1;s18:"

But I don't know what query to run to get everyone to i1 instead of i0. The string of text for this area is this:

Code:
a:9:{s:15:"mgc_cb_evo_font";s:7:"Verdana";s:15:"mgc_cb_evo_size";i:0;s:16:"mgc_cb_evo_color";s:6:"00FF00";s:12:"mgc_cb_evo_b";i:1;s:12:"mgc_cb_evo_u";i:0;s:12:"mgc_cb_evo_i";i:0;s:15:"mgc_cb_evo_show";i:1;s:18:"mgc_cb_evo_uchanid";i:0;s:24:"mgc_cb_evo_sound_disable";i:0;}
and my MySQL skills are not up to par to write a query to exit that one portion. I have even found the code where this is set:

Code:
	$userdata->set('mgc_cb_evo_params', $serialize_cb_params);
	$userdata->save();
Inside profile_updateoptions.php. But no idea what to do with it:

Code:
		'mgc_cb_evo_show' => $vbulletin->input->clean_gpc('p', 'mgc_cb_evo_show', TYPE_UINT),
So what I am asking is how do I make this:

https://dl.dropbox.com/u/14824930/chatbox.png

Default to "Yes" for everyone instead of defaulting to "No". I have been pulling my hair out on this for way too long. I need help bad.


EDIT:

To expand upon this I have found another issue:

I want a certain usergroup to be able to see the chatbox, but not type inside of it, so I have the following permissions set in this usergroup's permissions:

Can view the chatbox
Yes

Can use the chatbox
No

But nothing shows up for them. If I go to the User CP and click edit options, they do not have the option to display it.

I then go and change "Can use the chatbox" to "Yes" and go back to the forum home as them, and the chatbox is still not there. I go to their User CP and the options show up. I change this to show the chatbox (since it is set to no by default). I then go to the main forum page and it shows up, and they can type. I then go back to the Admin CP, turn "Can use the chatbox" to "No", go back to the forum as them, and they can still see it but they can't post in it (which is what I want). If I go to the User CP the options are gone now as well.

I've tried re-uploading all files from a fresh download and re-importing the product file, and it doesn't seem to change anything. It hasn't always been this way. It happened somewhere along with an upgrade. It was previously on by default and displaying.
Reply With Quote
  #8273  
Old 10-19-2012, 03:08 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
Can you post a screenshot of the exact position issue ?
http://awesomescreenshot.com/0dajnzc0b
Mind that I clicked the dropdown of the chat completely at the bottom.
Clicking the options has no effect.

Quote:
Originally Posted by VBDev View Post
Hum Not seing really the problem here.
The function to close the window is hidden in the chatbox text. See the top left of the window.

Quote:
Originally Posted by VBDev View Post
Well the chats doesn't load or the chatbox itself ?
The chats do not load on low bandwidth.
Reply With Quote
  #8274  
Old 10-19-2012, 08:12 PM
karma010 karma010 is offline
 
Join Date: Sep 2012
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please post an example of what I would need to add to the postbit template to manually place the chat count? When I enable the feature from the settings, it places it under everything else (including the thumbs up mod I'm using) -- I'd like to place it right under "Posts".
Reply With Quote
  #8275  
Old 10-20-2012, 09:30 AM
StikxX StikxX is offline
 
Join Date: Aug 2011
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I integrate ChatBox in the vBadvanced CMPS v4.2.0 Portal
Reply With Quote
  #8276  
Old 10-20-2012, 01:35 PM
Ranger187 Ranger187 is offline
 
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TruthElixirX View Post
Bringing this back up because it has come back on my list.

I understand quite well that this is after they login, but for some reason it is default to "No" for everyone on signing up. Where do I set it to default to "Yes" and let them change it to "No" if they want?

I can't find it anywhere. I've even found where it is set in the MySQL database "mgc_cb_evo_show";i0;s18:" is "No" and "Yes" is "mgc_cb_evo_show";i1;s18:"

But I don't know what query to run to get everyone to i1 instead of i0. The string of text for this area is this:

Code:
a:9:{s:15:"mgc_cb_evo_font";s:7:"Verdana";s:15:"mgc_cb_evo_size";i:0;s:16:"mgc_cb_evo_color";s:6:"00FF00";s:12:"mgc_cb_evo_b";i:1;s:12:"mgc_cb_evo_u";i:0;s:12:"mgc_cb_evo_i";i:0;s:15:"mgc_cb_evo_show";i:1;s:18:"mgc_cb_evo_uchanid";i:0;s:24:"mgc_cb_evo_sound_disable";i:0;}
and my MySQL skills are not up to par to write a query to exit that one portion. I have even found the code where this is set:

Code:
	$userdata->set('mgc_cb_evo_params', $serialize_cb_params);
	$userdata->save();
Inside profile_updateoptions.php. But no idea what to do with it:

Code:
		'mgc_cb_evo_show' => $vbulletin->input->clean_gpc('p', 'mgc_cb_evo_show', TYPE_UINT),
So what I am asking is how do I make this:

https://dl.dropbox.com/u/14824930/chatbox.png

Default to "Yes" for everyone instead of defaulting to "No". I have been pulling my hair out on this for way too long. I need help bad.


EDIT:

To expand upon this I have found another issue:

I want a certain usergroup to be able to see the chatbox, but not type inside of it, so I have the following permissions set in this usergroup's permissions:

Can view the chatbox
Yes

Can use the chatbox
No

But nothing shows up for them. If I go to the User CP and click edit options, they do not have the option to display it.

I then go and change "Can use the chatbox" to "Yes" and go back to the forum home as them, and the chatbox is still not there. I go to their User CP and the options show up. I change this to show the chatbox (since it is set to no by default). I then go to the main forum page and it shows up, and they can type. I then go back to the Admin CP, turn "Can use the chatbox" to "No", go back to the forum as them, and they can still see it but they can't post in it (which is what I want). If I go to the User CP the options are gone now as well.

I've tried re-uploading all files from a fresh download and re-importing the product file, and it doesn't seem to change anything. It hasn't always been this way. It happened somewhere along with an upgrade. It was previously on by default and displaying.
Usergroup options. But from the sounds of it, you either have sql or template edits over riding this.... I'd revert to a backup at this point if nothing else works. You do take backups right?
Reply With Quote
  #8277  
Old 10-20-2012, 01:50 PM
warlord0 warlord0 is offline
 
Join Date: Apr 2012
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We installed 3.3.0 and lost a shed load of features.

No /team or any other / command - no preview of commands. Had to uninstall it and roll back to 3.2.3
Reply With Quote
  #8278  
Old 10-21-2012, 08:46 AM
Ranger187 Ranger187 is offline
 
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by warlord0 View Post
We installed 3.3.0 and lost a shed load of features.

No /team or any other / command - no preview of commands. Had to uninstall it and roll back to 3.2.3
According to the changlog above /team is there. Did you enable it???
Reply With Quote
  #8279  
Old 10-21-2012, 11:56 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here. commands do not work in this version. Its enabled. I assume this is because we use vb3.
Reply With Quote
  #8280  
Old 10-21-2012, 02:25 PM
Ranger187 Ranger187 is offline
 
Join Date: Nov 2003
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Same here. commands do not work in this version. Its enabled. I assume this is because we use vb3.
I don't think the VB version matters. I'm still on 3.2.3 so I can't verify this.

It's VBDev's birthday today so I'll probably see him on FB later and ask him.
Reply With Quote
  #8281  
Old 10-22-2012, 02:28 AM
Crotan's Avatar
Crotan Crotan is offline
 
Join Date: Feb 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Happy birthday VBDev!
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 07:22 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.54284 seconds
  • Memory Usage 2,385KB
  • 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
  • (6)bbcode_code
  • (7)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
  • (6)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