Quote:
Originally Posted by Erica1977
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
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
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)