Thread: Chat Modifications - MGC Chatbox Evo
View Single Post
  #6251  
Old 05-18-2010, 04:17 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 Erica1977 View Post
Is there anyway thought to turn off the option in usercp edit options so it dont have the Chatbox options : General Options , Show The chatbox yes or no i checked in general option in MGC and checked everything else in there and user group permission and there's nothing that can turn it off from user option would like that to not be there.
To hide some, you have to go in the Chats formatting options > Choice of the formatting options which can be selected in the user control panel and disable all.

That will however left the ON/OFF switch.

Quote:
Originally Posted by Chalex4 View Post
Hey VBDev, I must say that your MGC chatbox has always been my favourite.

Up until now I've been using the VSa shoutbox on vb4, but I want to make the switch back to this now. However, on my site: http://www.atkcommunity.com/ I only need the shoutbox on the vbadvanced homepage.

Is there anyway to use the new MGC shoutbox with vbadvanced? Someone made a mod for the vb3 version but that broke a while ago. All the other shoutboxes out there have some sort of hook that I can put into a template to make them display, but I want to use your one!!! Please say you'll do this .
Have you tried using the Display chatbox on defined pages in a variable set of options ?

Quote:
Originally Posted by inciarco View Post
VBDev, in this Last Version did You Managed to Correct the Counters Update Bug I Reported a Few Weeks Ago?

When I Update the Counters, and See the MGC ChatBox Archive/History I see Amonge the 10 Best Chatters, Users Who's Chats I've Deleted.

I Can See For MySelf 691 Chats and I've Deleted Most Of My Chats (Currently Are 90 Chats on My ShoutBox, so the Counter is Not Well Calculated).

I Hope You Can Fix That Bug.

My Best Regards.

So you mean the counter doesn't update as it should be ?

Try that : Open the admincp/mgc_cb_evo.php file and search for :
PHP Code:
if (empty($vbulletin->GPC['start'])) 
Replace it by :
PHP Code:
if ($vbulletin->GPC['start'] == 0
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01697 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete