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
  #192  
Old 02-03-2008, 01:29 PM
mikkle mikkle is offline
 
Join Date: Sep 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lolo? View Post
the error message
I can confirm this (at least when using Firefox).

I successfully patched the by replacing the outer single-quotes with double-qoutes in admincp/mgc_cb_evo.php :

Line 45:
Code:
if(confirm('<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>'))
changed to:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
and Line 1313:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>))
changed to:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
:O) Mikkle
Reply With Quote
  #193  
Old 02-03-2008, 01:50 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 mikkle View Post
I can confirm this (at least when using Firefox).

I successfully patched the by replacing the outer single-quotes with double-qoutes in admincp/mgc_cb_evo.php :

Line 45:
Code:
if(confirm('<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>'))
changed to:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
and Line 1313:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>))
changed to:
Code:
if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
:O) Mikkle
Cool thanks for the fix

Not being able to reproduce it was a bit of a problem to fix it

Included in next release.
Reply With Quote
  #194  
Old 02-03-2008, 01:57 PM
adnedarn adnedarn is offline
 
Join Date: Jan 2007
Location: Tucson, Arizona
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev View Post
I don't get you on that one ? What do you mean ?
If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.

Quote:
Originally Posted by VBDev View Post
H is for 24 format i think. This is not a bug but rather a misset of the parameter.
Then I guess your example is wrong? You have:

"AM/PM format (ie, 11:15 PM): h:i A "

I think the correct code for that would be "g:i A"

Andrew
Attached Images
File Type: jpg dropdown.jpg (44.7 KB, 0 views)
Reply With Quote
  #195  
Old 02-03-2008, 02:10 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 adnedarn View Post
If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.
Hum I'll have a look.

Quote:
Originally Posted by adnedarn View Post
Then I guess your example is wrong? You have:

"AM/PM format (ie, 11:15 PM): h:i A "

I think the correct code for that would be "g:i A"
Oh ok thanks.
Reply With Quote
  #196  
Old 02-03-2008, 03:47 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 adnedarn View Post
If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.
About that problem, I am using vBulletin menu system to achieve the menu and the div used for that purpose are floating.

This is the reason why you see the menu above, as the chats are in scrollable div and the menu doesn't take that into account.

Unless I create my own menu system (which would take time) this won't be fixed. Otherwise, I could perhaps make the menu item open each time on top corner of the chatbox, what is your advice?
Reply With Quote
  #197  
Old 02-03-2008, 04:09 PM
adnedarn adnedarn is offline
 
Join Date: Jan 2007
Location: Tucson, Arizona
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

VBDev- right now I've just removed the extra post count.... It's nice to be able to scroll up some lines instead of having to open the archive if you miss something. The main problem with this problem, is even if it pops up below, when you go to click on something you run across other arrows and so you're chasing the box and it's like a boxing match trying to get to send a PM to the correct member. Does that make sense?

If you made it to open in the top corner (or maybe the bottom corner?), would it then not change even if we scrolled over other arrows? or would it still change?

Having the box show up directly under your curser is obviously best, but I understand that would be lots of work.
Reply With Quote
  #198  
Old 02-03-2008, 04:25 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 adnedarn View Post
VBDev- right now I've just removed the extra post count.... It's nice to be able to scroll up some lines instead of having to open the archive if you miss something. The main problem with this problem, is even if it pops up below, when you go to click on something you run across other arrows and so you're chasing the box and it's like a boxing match trying to get to send a PM to the correct member. Does that make sense?

If you made it to open in the top corner (or maybe the bottom corner?), would it then not change even if we scrolled over other arrows? or would it still change?

Having the box show up directly under your curser is obviously best, but I understand that would be lots of work.
Having it shown just under the cursor is IMO too much for such feature.

No If I was showing it always at tip it wouldn't move below.
Reply With Quote
  #199  
Old 02-03-2008, 04:31 PM
adnedarn adnedarn is offline
 
Join Date: Jan 2007
Location: Tucson, Arizona
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

having it always show up in one spot would be better I think. If whoever you click no longer changes as you move up (or down) to select your option in the box. All the options (new at top/new at bottom/input field at top/bottom) wouldn't affect this and cause a problem would it? ...just trying to think ahead
Reply With Quote
  #200  
Old 02-03-2008, 07:49 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No no don't worry this wouldn't

That's ok then I'll do that like that, perhaps not in the next version but the one after.
Reply With Quote
  #201  
Old 02-04-2008, 04:15 AM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can't wait till the update is comin...
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:04 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.15738 seconds
  • Memory Usage 2,377KB
  • 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
  • (8)bbcode_code
  • (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
  • (5)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