vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

VBDev 05-17-2010 08:43 PM

Quote:

Originally Posted by legacy123 (Post 2038751)
Is there a way to get the [url] tag into the chatbox?

It's already possible, you just have to activate an option :)

Swordman844555 05-17-2010 09:00 PM

Quote:

Originally Posted by VBDev (Post 2038752)
Hu that's really strange, do you have a custom vB style ?

Yes!

VBDev 05-17-2010 09:12 PM

Quote:

Originally Posted by Swordman844555 (Post 2038766)
Yes!

Hum might be that, please send me test account to your forum by pm so that I can check out on myself.

Trumpetrhapsody 05-17-2010 09:38 PM

When the sidebar is enabled, it squishes the shoutbox and goes next to it instead of the shoutbox being the full width of the forum and the sidebar going underneath it. Any way to fix this?

EDIT: Nevermind, moving the:
Code:

{vb:raw template_hook.forumhome_above_forums}
from above:
Code:

<ol id="forums" class="floatcontainer">
to above:
Code:

<vb:if condition="$show['sidebar']">
fixed it.



DOUBLE EDIT: Sure could use an importer for the new VSa Chatbox (previously Cyb) version 3.1.

VBDev 05-17-2010 10:25 PM

Quote:

Originally Posted by Trumpetrhapsody (Post 2038789)
DOUBLE EDIT: Sure could use an importer for the new VSa Chatbox (previously Cyb) version 3.1.

This is planned for next version.

VBDev 05-17-2010 10:34 PM

Quote:

Originally Posted by Swordman844555 (Post 2038766)
Yes!

There is an issue in your style, by inspecting elements with Google Chrome I found out that one is causing issue :

Code:

* html .floatcontainer,
.formcontrols .blockrow,
dl.stats {
    height:1%;
}

This causes the height of the lines to be very small and all messed up.

About the bootstrap error, apparently it's an issue of in the mgc_cb_evo/class/class_core.php file, try that code, search for :
PHP Code:

if (!empty($unserialized_params)) 

Replace by :
Code:

if (!empty($unserialized_params) && is_array($unserialized_params))
Cl?ment

Erica1977 05-17-2010 11:59 PM

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.

Chalex4 05-18-2010 12:02 AM

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 :).

inciarco 05-18-2010 02:56 AM

VBDev, in this Last Version did You Managed to Correct the Counters Update Bug I Reported a Few Weeks Ago? :confused:

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. :confused:

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). :confused:

I Hope You Can Fix That Bug.

My Best Regards.

:)

VBDev 05-18-2010 04:17 AM

Quote:

Originally Posted by Erica1977 (Post 2038882)
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 (Post 2038883)
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 (Post 2038961)
VBDev, in this Last Version did You Managed to Correct the Counters Update Bug I Reported a Few Weeks Ago? :confused:

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. :confused:

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). :confused:

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


angeljs 05-18-2010 06:15 AM

Hi, I've just tried to install this in my vB 4, but when I imported the product it gave my whole forums a database error...now I can't access anything, even the admin to uninstall. Please help!

Edit: I managed to disable all plugins then login to disable the chatbox, but I'd still like to know why I'm having this problem. Any help would be appreciated, as I love this chatbox mod! :)

shadowla05 05-18-2010 07:50 AM

why cant i hear the sound notification????

will555559 05-18-2010 07:54 AM

Quote:

Originally Posted by angeljs (Post 2039016)
Hi, I've just tried to install this in my vB 4, but when I imported the product it gave my whole forums a database error...now I can't access anything, even the admin to uninstall. Please help!

Edit: I managed to disable all plugins then login to disable the chatbox, but I'd still like to know why I'm having this problem. Any help would be appreciated, as I love this chatbox mod! :)

Hey are you making sure that all the files are uploaded to the correct locations. Try reuploading the files and importing the product again.

Greight 05-18-2010 08:16 AM

As you know there are bot scripts with full lists of QA. Can they be integrated in this mod?
Also is it possible for the bot to be active only when there are not any other users active on the chat box?

ellinofatsa 05-18-2010 08:20 AM

many thanksssssssssssssssssssssssssss

Diablotic 05-18-2010 08:58 AM

Can somoeone post some screenshots or show me a demo? The demo posted in first post doesn't work and there are 417 pages to go through ;/

angeljs 05-18-2010 09:04 AM

Quote:

Originally Posted by will555559 (Post 2039037)
Hey are you making sure that all the files are uploaded to the correct locations. Try reuploading the files and importing the product again.

Hi, thanks for the help. I double-checked everything and re-imported, but I still receive a database error when I enable the mod :(

ellinofatsa 05-18-2010 10:20 AM

why i dont have the icons in my chat??

any help for that?

ok i dont have upload the gif files its all working fine now thanks again

i am wondering is that inbposible to change the reply sound???

and how can i change the reply mesage this one---> Reponse au sujet

VBDev 05-18-2010 10:42 AM

Quote:

Originally Posted by shadowla05 (Post 2039035)
why cant i hear the sound notification????

Have you uploaded all the files ?
Are you getting any js error ?

Quote:

Originally Posted by Greight (Post 2039042)
As you know there are bot scripts with full lists of QA. Can they be integrated in this mod?

No I don't know about bot scripts, please explain with links and examples.

Quote:

Originally Posted by Greight (Post 2039042)
Also is it possible for the bot to be active only when there are not any other users active on the chat box?

It tends to be hard to implement.

Quote:

Originally Posted by Diablotic (Post 2039057)
Can somoeone post some screenshots or show me a demo? The demo posted in first post doesn't work and there are 417 pages to go through ;/

In the second post dear buddy :)

Quote:

Originally Posted by angeljs (Post 2039058)
Hi, thanks for the help. I double-checked everything and re-imported, but I still receive a database error when I enable the mod :(

The exact database error would help :)

VBDev 05-18-2010 10:44 AM

Quote:

Originally Posted by ellinofatsa (Post 2039090)
i am wondering is that inbposible to change the reply sound???

Replace the sound which is located in mgc_cb_evo/clientscript

Quote:

Originally Posted by ellinofatsa (Post 2039090)
and how can i change the reply mesage this one---> Reponse au sujet

You have imported the language file ?

ellinofatsa 05-18-2010 10:57 AM

thank you so mats for your help can you sey were can i found sound for raplace?

Greight 05-18-2010 11:01 AM

Quote:

Originally Posted by VBDev (Post 2039108)
No I don't know about bot scripts, please explain with links and examples.

Here is one of them:
HTML Code:

http://www.pandorabots.com/pandora/talk?botid=a6e5ca6e6e37472c

ellinofatsa 05-18-2010 11:13 AM

You have imported the language file ?

can you help my how to make that?

thanks for help its work PERFECT NOW

VBDev 05-18-2010 11:44 AM

Quote:

Originally Posted by ellinofatsa (Post 2039113)
thank you so mats for your help can you sey were can i found sound for raplace?

Did you read my post ? The location is stated !

Quote:

Originally Posted by Greight (Post 2039114)
Here is one of them:
HTML Code:

http://www.pandorabots.com/pandora/talk?botid=a6e5ca6e6e37472c

Well that's only a form, there are no information on how to implement this, that's not helpfull ^^

Quote:

Originally Posted by ellinofatsa (Post 2039119)
You have imported the language file ?

can you help my how to make that?

thanks for help its work PERFECT NOW

Read the install instructions in english, it's clearly stated on how to import the language file.

ellinofatsa 05-18-2010 12:01 PM

ok thanks its ok now i thing that is the best chat for vb4

is that inposible to play youtube videos on the chat??

Trumpetrhapsody 05-18-2010 12:09 PM

Loving this chatbox so far, many more features than the competition, and works better and across more phones/browsers! Thanks!

Couple of things:

- I've noticed in a few places that even after importing the language file (tried multiple times) there are still some French phrases. The main ones I noticed were the default text input field, and some of the email/pm fields for banning.

- Some users (and I've had it happen to me once or twice) are complaining that the shoutbox sticks at "Loading..." and won't load the shouts.

VBDev 05-18-2010 12:40 PM

Quote:

Originally Posted by ellinofatsa (Post 2039142)
ok thanks its ok now i thing that is the best chat for vb4

is that inposible to play youtube videos on the chat??

Nope it's not.

Quote:

Originally Posted by Trumpetrhapsody (Post 2039143)
- I've noticed in a few places that even after importing the language file (tried multiple times) there are still some French phrases. The main ones I noticed were the default text input field, and some of the email/pm fields for banning.

These are all options buddy :) Up to you to configure them.

Quote:

Originally Posted by Trumpetrhapsody (Post 2039143)
- Some users (and I've had it happen to me once or twice) are complaining that the shoutbox sticks at "Loading..." and won't load the shouts.

[/quote]

Well I'd need to know when exactly that happens and also if you got any js error when it achieved so.
Best would be to have firebug installed for example if you have firefox and having it active when the stucking happens so that I could see what the console shows regarding http requests and so on.

Trumpetrhapsody 05-18-2010 01:41 PM

Ah gotcha, just didn't know if the stock text should be French or not, I'll customize it.

Here is the error firebug throws:
AJAX Error: Status = 0: communication failure /clientscript/vbulletin-core.js?v=403 (line 11)

Sometimes if I refresh the page a bunch of times it'll start working, sometimes not.

shadowla05 05-18-2010 02:50 PM

again why cant i hear the sound notification?????

ellinofatsa 05-18-2010 03:45 PM

shadowla05
again why cant i hear the sound notification?????

have you enable the sound???

Jeweetog 05-18-2010 03:59 PM

Quote:

Originally Posted by ellinofatsa (Post 2039295)
shadowla05
again why cant i hear the sound notification?????

have you enable the sound???


Hi,

What sound notification? There is an option to enable the sound.

Did you try that?

VBDev 05-18-2010 04:19 PM

Ok there is a bug for the sound notification :)

Open the mgc_cb_evo/clientscript/mgc_cb_evo_functions.js.

Search for :
Code:

/clientscript/mgc_cb_evo/sound/new_chat.swf
Replace by :
Code:

/mgc_cb_evo/clientscript/sound/new_chat.swf

Jeweetog 05-18-2010 04:54 PM

Hi,

I did everything the manual said, but the chatbox is on 'loading' forever.

I'm doing an uninstall and a reinstall.

Also, where do I upload the content of the folder 'Channel_icons'?

Thanks in advance!

EDIT

After removing everything trying to do a fresh install, i get a db error.
Strange thing is, everything has been removed and the CP says 'rebuild bitfields successful' (or something like that).

What am I missing?

viader 05-18-2010 05:20 PM

I have found bug (I'm too lazy to check if it wasn't already listed)

Firefox 3.5, and newest Opera - all icons aren't showing. Only when using the Darkness style (link https://vborg.vbsupport.ru/showthread.php?t=231670 )

ellinofatsa 05-18-2010 05:32 PM

VBDev's
sory bud i am 3hours to change the frens language

i have upload meny times bud nothing..wat i an douing wrong???

my englisch is do bad sory

can you send my pm step by step for help??

Halfhidden 05-18-2010 07:10 PM

Hi VBDev, thanks for upgrading this to version 4.
I have a small issue. I installed it and the shout box works perfectly well except that there seems to be excessive padding beneath the shout bot that pushes the forum down.
I've tried all the themes I have including the default theme and the result is the same... could you tell me where I can edit to adjust the padding please?

Halfhidden 05-18-2010 09:11 PM

@ ellinofatsa I replied to your pm.

shadowla05 05-18-2010 09:23 PM

Quote:

Originally Posted by VBDev (Post 2039325)
Ok there is a bug for the sound notification :)

Open the mgc_cb_evo/clientscript/mgc_cb_evo_functions.js.

Search for :
Code:

/clientscript/mgc_cb_evo/sound/new_chat.swf
Replace by :
Code:

/mgc_cb_evo/clientscript/sound/new_chat.swf


i did this and i still cant get sound,can i change the new_chat.swf to a mp3 file format instead of swf??? cuz i think the .swf don't work on Macs.

Edit: Still does not work on PC and i do have the sound settings turned on

cyberbob73 05-18-2010 09:58 PM

I've just below the chatbox vb4.0.3 installed and everything seems to be working. Only appears at the top of the header following error ...

Quote:

Warnung: Invalid argument supplied for foreach() in [path]/mgc_cb_evo/classes/class_display.php (Zeile 760)
:confused::confused::confused:

VBDev 05-18-2010 10:12 PM

Quote:

Originally Posted by Jeweetog (Post 2039341)
After removing everything trying to do a fresh install, i get a db error.
Strange thing is, everything has been removed and the CP says 'rebuild bitfields successful' (or something like that).

What is the DB error ?

Quote:

Originally Posted by viader (Post 2039355)
I have found bug (I'm too lazy to check if it wasn't already listed)

Firefox 3.5, and newest Opera - all icons aren't showing. Only when using the Darkness style (link https://vborg.vbsupport.ru/showthread.php?t=231670 )

Perhaps you could upload the images in each of your styles misc dir as stated in the readme.

Quote:

Originally Posted by ellinofatsa (Post 2039362)
VBDev's
sory bud i am 3hours to change the frens language

i have upload meny times bud nothing..wat i an douing wrong???

my englisch is do bad sory

can you send my pm step by step for help??

Have you read the install instructions they are honestly totally clear.
Becareful, some remaining french texts are options that you have to set :)

Quote:

Originally Posted by Halfhidden (Post 2039427)
Hi VBDev, thanks for upgrading this to version 4.
I have a small issue. I installed it and the shout box works perfectly well except that there seems to be excessive padding beneath the shout bot that pushes the forum down.
I've tried all the themes I have including the default theme and the result is the same... could you tell me where I can edit to adjust the padding please?

??? Please explain with a screenshot.

Quote:

Originally Posted by cyberbob73 (Post 2039513)
I've just below the chatbox vb4.0.3 installed and everything seems to be working. Only appears at the top of the header following error ...

Ok try that :

Edit the mgc_cb_evo/classes/class_display.php file.

Around the line 760, search for:
PHP Code:

if ($this->registry->options['mgc_cb_evo_act_autocompletion']) 

Replace it by:
PHP Code:

if ($this->registry->options['mgc_cb_evo_act_autocompletion'] && is_array($this->registry->mgc_cb_evo_commands)) 

And tell me if that fixes it.


All times are GMT. The time now is 08:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10620 seconds
  • Memory Usage 1,875KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)bbcode_php_printable
  • (32)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete