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)

Michael.A 02-19-2009 08:07 AM

thank you,
installed and lovein it,
there is that one more thing how can i take this igly
tax out from the chat box '' MGC Chatbox Evo created by MGC, Version 2.2.0, Copyright 2009 all rights reserved''

do i have to pay to do so.??

Harley D 02-19-2009 08:27 AM

Quote:

Branding free version

A branding free version is available for purchase here at the price of 20$.

The package grants you access to :

* One year download access to the download of the package
* MGC Chatbox Evo Branding Free version :
The free version of the product is released with a branding label which displays the name of the product, its version and a link back to our forum.
This label must remain intact as part of the scripts. The purchasing of this package grants you the right of removal of the copyright from the chatbox.
However, it doesn't transfer in any manner the copyright of the MGC Chatbox Evo product and doesn't allow you to distribute it in any medium.
Please read our Term of Service for further information.
* Set of buttons:
o MSD set: available in blue, green and orange flavors
o Evo 2 set: available in blue, brown, green, orange, purple, silver and yellow flavors
o More to come ...
* Chatbox plugins:
o IBProarcade notifications in the chatbox (New highscore and tournament won)

It will updated regularly with plugins for the chatbox as well as other button packs.
Its well worth it.

VBDev 02-19-2009 10:31 AM

And more notifications plugins to come in the future :)

As well as certainly a caching system feature only available in BF version (faster performances)

SnapOff Racing 02-19-2009 12:32 PM

Quote:

Originally Posted by VBDev (Post 1748125)
Well yeah my fault, here is a fix for all the imports :

Search for :
Code:

name='" . $cchatbox_chats['username'] . "',
Replace it by :
Code:

name='" . $vbulletin->db->escape_string($cchatbox_chats['username']) . "',
Search for :
Code:

name='" . $dream_chats['username'] . "',
Replace it by :
Code:

name='" . $vbulletin->db->escape_string($dream_chats['username']) . "',
Search for :
Code:

name='" . $diondev_chats['username'] . "',
Replace it by :
Code:

name='" . $vbulletin->db->escape_string($diondev_chats['username']) . "',

Are you sure about this VBDev? Because looking thru my older versions of MGC they use the "$vbulletin->db->escape_string" syntax on the ctext line and NOT the name line... See picture below....

https://vborg.vbsupport.ru/

msu2k 02-19-2009 12:39 PM

Quote:

Originally Posted by VBDev (Post 1748884)
And more notifications plugins to come in the future :)

As well as certainly a caching system feature only available in BF version (faster performances)

I just bought the branding free version for the promise of a caching system alone. :) Thanks for the great product.

Skyrider 02-19-2009 01:08 PM

VBDev, remember the SQL errors I get? I get the same when moving threads.

VBDev 02-19-2009 01:20 PM

Quote:

Originally Posted by SnapOff Racing (Post 1748956)
Are you sure about this VBDev? Because looking thru my older versions of MGC they use the "$vbulletin->db->escape_string" syntax on the ctext line and NOT the name line... See picture below....

http://i178.photobucket.com/albums/w...mgc_script.png

Both line should have it :) It's a mistake on my side.

Quote:

Originally Posted by msu2k (Post 1748961)
I just bought the branding free version for the promise of a caching system alone. :) Thanks for the great product.

He he thanks :)

Quote:

Originally Posted by FF|Skyrider (Post 1748983)
VBDev, remember the SQL errors I get? I get the same when moving threads.

Well when moving threads is the one that is known.

SnapOff Racing 02-19-2009 03:24 PM

Quote:

Originally Posted by VBDev (Post 1748985)
Both line should have it :) It's a mistake on my side.

Oh ok, does this go for ALL of the chat imports or just the ones you specified?

tehtide 02-19-2009 03:47 PM

In the firefox error console I'm getting a number of errors. If I turn off all plugins errors go away, but if I enable just this plugin the errors come back.

Errors are as follows:
Code:

Warning: Error in parsing value for property 'width'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 9

Code:

Warning: Error in parsing value for property 'margin-left'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 14

Code:

Warning: Error in parsing value for property 'filter'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 24

And then a number of these:

Code:

Warning: Expected declaration but found '*'.  Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.6.0/build/container/assets/skins/sam/container.css&2.6.0/build/button/assets/skins/sam/button.css
Line: 7


I'm using 2.2.1 and I have vbulletin 3.8.1.

lille L 02-19-2009 05:10 PM

A few questions:

- How do I get this into the navbar? (menu on the top of the site, control panel, search, log out etc..)
- The icon beside the avatar, menu_open.gif is not showing, any idea? Its uploaded where its supposed to...

lille L 02-19-2009 05:32 PM

*blush* solved

***

But I am still wondering about the nav question :)

MDK-Indy 02-20-2009 10:45 AM

I have a Database error if i Approve Posts...

Code:

Database error in vBulletin 3.8.0 Beta 2:

Invalid SQL:

            INSERT INTO vbmgc_cb_evo_chat
                (dateline,fromuid,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid)
            VALUES
                (1235133510,,'7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19);

MySQL Error  : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei ''7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19)' in Zeile 4
Error Number  : 1064
Request Date  : Friday, February 20th 2009 @ 01:38:30 PM
Error Date    : Friday, February 20th 2009 @ 01:38:30 PM
Script        : http://forum.....de/inlinemod.php?threadid=7422&p=
Referrer      : http://forum.....de/showthread.php?t=7422
IP Address    : 217.226.218.56
Username      : Indy
Classname    : vB_Database
MySQL Version : 5.0.32-Debian_7etch8-log


kronnos 02-20-2009 02:42 PM

Is there a way to change the color of the error message when submitting an empty chat. I barely saw the error message "Error: You must enter a chat !" because the text in just about the same color as the background. I think this goes for other error message I received.

Also, is there any way to change the username color so it shows each username in its respective color according to their user ranks.

Shamil. 02-20-2009 08:59 PM

Is there a way to sync this up with a forum? So anything posted in the chatbox will show up in a forum and vice-versa?

gpc10347 02-21-2009 12:51 PM

Small request: To submit a chat in the main window uses either Enter or Okay as submit. Private Chat requires Okay and will not accept Enter key alone. Would love to see Private chat submission be consistant with standard chat. (Using IE)

Thanks!

deta 02-21-2009 01:30 PM

Hello!

Please, Please Fix the obproarcade Bug!

My User are very :mad::(:mad:

Thanks

cu Deta

Nadeemjp 02-21-2009 10:36 PM

the admincp mcg chatbox menu is in some other language. how do i do it in english?

Nadeemjp 02-22-2009 12:44 AM

i am having the following error:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT COUNT(chatid) AS nbchats
FROM mgc_cb_evo_chat AS c
LEFT JOIN user AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN user AS tou ON (c.touid=tou.userid)
WHERE coidentifier IN ('0') AND fromuid='499' AND isthreadwarning='0' AND ispostwarning='0'
ORDER BY c.dateline DESC;

MySQL Error  : Unknown column 'isthreadwarning' in 'where clause'
Error Number  : 1054
Request Date  : Saturday, February 21st 2009 @ 07:24:49 PM
Error Date    : Saturday, February 21st 2009 @ 07:24:50 PM
Script        : http://www.familybunker.com/forums/mgc_cb_evo.php?do=search&what=userchats&u=499
Referrer      : http://www.familybunker.com/forums/
IP Address    : 173.76.154.229
Username      : *****
Classname    : vB_Database_MySQLi
MySQL Version : 5.0.67-community-log

any help?

entertain 02-22-2009 11:49 AM

Quote:

Originally Posted by Nadeemjp (Post 1751088)
i am having the following error:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT COUNT(chatid) AS nbchats
FROM mgc_cb_evo_chat AS c
LEFT JOIN user AS fromu ON (c.fromuid=fromu.userid)
LEFT JOIN user AS tou ON (c.touid=tou.userid)
WHERE coidentifier IN ('0') AND fromuid='499' AND isthreadwarning='0' AND ispostwarning='0'
ORDER BY c.dateline DESC;

MySQL Error  : Unknown column 'isthreadwarning' in 'where clause'
Error Number  : 1054
Request Date  : Saturday, February 21st 2009 @ 07:24:49 PM
Error Date    : Saturday, February 21st 2009 @ 07:24:50 PM
Script        : http://www.familybunker.com/forums/mgc_cb_evo.php?do=search&what=userchats&u=499
Referrer      : http://www.familybunker.com/forums/
IP Address    : 173.76.154.229
Username      : *****
Classname    : vB_Database_MySQLi
MySQL Version : 5.0.67-community-log

any help?

https://vborg.vbsupport.ru/showpost....postcount=4320

Adromir 02-22-2009 11:50 AM

Is there a way to show, how many chatters are in which channel online?

MotMann 02-22-2009 12:01 PM

Quote:

Originally Posted by powersilie (Post 1742630)
Thank You so much! Vielen Dank!
I'll uninstall the 2... version and take this one (I used this before but I didn't find the download link again!)

Dankbare Gr??e
Karin

1.5 works very nice :)

B?dde sch?n. Und klappt das?

entertain 02-22-2009 12:06 PM

It seems that the chats in the collapsed chatbox won't be refreshed.

Can anybody reproduce this? ;)

brock.hutson 02-22-2009 01:45 PM

when I click on smilies, help, archive, etc I get a page not found. The directory it is trying to access isn't correct. Its going to domain.com/forum/... I need it to not put the "forum" directory there (domain.com/...). When I upgraded to 3.8 I moved it form the forum directory to the public_html directory. It appears to be pulling that from somewhere else however. Any ideas?

kronnos 02-22-2009 01:46 PM

Definitely getting the paid version as soon as the next release comes out:)!

Criminal-Minds 02-22-2009 09:52 PM

Ive installed this product and everything works fine! However, It takes alittle to load up when I go to the page and or other threads on the site. Is there away to speed this up?

Mahar 02-23-2009 12:17 AM

I've installed everything...and the admin cp options are all there but....it's not showing up on my forums at all. I've enabled it.

whitey1974 02-23-2009 04:19 AM

Hi, I've been using this since my site was started. It's by far the best chatbox available imho....

Recently updated my Arcade to the latest version along with the latest version of this chat hack. And since then I cannot get the chatbox to display on the Arcade page or any other page except the forum pages. I've followed the instructions over and over with no joy, and like I say I've used this before without any problems at all, it was displaying on the arcade page with no problems.

I've looked through almost this entire thread and I've seen others having similar problems but haven't seen the solution to this yet.

Your help is greatly appreciated and thanks for your fine work :)

VBDev 02-23-2009 05:39 AM

Quote:

Originally Posted by SnapOff Racing (Post 1749099)
Oh ok, does this go for ALL of the chat imports or just the ones you specified?

Just the one specified, the other chats don't have a username/name column in the database so no issue :)

Quote:

Originally Posted by tehtide (Post 1749121)
In the firefox error console I'm getting a number of errors. If I turn off all plugins errors go away, but if I enable just this plugin the errors come back.

Errors are as follows:
Code:

Warning: Error in parsing value for property 'width'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 9

Code:

Warning: Error in parsing value for property 'margin-left'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 14

Code:

Warning: Error in parsing value for property 'filter'.  Declaration dropped.
Source File: http://www.myforum.com/forum/clientscript/mgc_cb_evo/widget-skin.css
Line: 24

And then a number of these:

Code:

Warning: Expected declaration but found '*'.  Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.6.0/build/container/assets/skins/sam/container.css&2.6.0/build/button/assets/skins/sam/button.css
Line: 7

I'm using 2.2.1 and I have vbulletin 3.8.1.

These are css errors I think ? But not dependent of myself as this the yui internal css code.

Don't worry this won't stop your forum to stop working though.

Quote:

Originally Posted by lille L (Post 1749194)
- How do I get this into the navbar? (menu on the top of the site, control panel, search, log out etc..)

A link to the full page mode ?

Quote:

Originally Posted by lille L (Post 1749194)
- The icon beside the avatar, menu_open.gif is not showing, any idea? Its uploaded where its supposed to...

It's default within vBulletin, perhaps you don't have it in your style ?

Quote:

Originally Posted by MDK-Indy (Post 1749811)
I have a Database error if i Approve Posts...

Code:

Database error in vBulletin 3.8.0 Beta 2:

Invalid SQL:

            INSERT INTO vbmgc_cb_evo_chat
                (dateline,fromuid,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid)
            VALUES
                (1235133510,,'7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19);

MySQL Error  : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei ''7422,Geb?udeabbruch Stufe 1 Bug',0,0,0,1,'thread',19)' in Zeile 4
Error Number  : 1064
Request Date  : Friday, February 20th 2009 @ 01:38:30 PM
Error Date    : Friday, February 20th 2009 @ 01:38:30 PM
Script        : http://forum.....de/inlinemod.php?threadid=7422&p=
Referrer      : http://forum.....de/showthread.php?t=7422
IP Address    : 217.226.218.56
Username      : Indy
Classname    : vB_Database
MySQL Version : 5.0.32-Debian_7etch8-log


Are you sure you are using last chatbox version 2.2.1 ? There was a bug is the first release of the 2.2.x (2.2.0 in fact).

Quote:

Originally Posted by kronnos (Post 1749961)
Is there a way to change the color of the error message when submitting an empty chat. I barely saw the error message "Error: You must enter a chat !" because the text in just about the same color as the background. I think this goes for other error message I received.

I think I already gave that info to someone here in the thread, didn't I ?

Quote:

Originally Posted by kronnos (Post 1749961)
Also, is there any way to change the username color so it shows each username in its respective color according to their user ranks.

Well I think it does as it retrieves username with the fetch_musername function using displaygroup as of where to get the username style.

VBDev 02-23-2009 05:42 AM

Quote:

Originally Posted by ct2k7 (Post 1750182)
Is there a way to sync this up with a forum? So anything posted in the chatbox will show up in a forum and vice-versa?

No there isn't.

Quote:

Originally Posted by gpc10347 (Post 1750668)
Small request: To submit a chat in the main window uses either Enter or Okay as submit. Private Chat requires Okay and will not accept Enter key alone. Would love to see Private chat submission be consistant with standard chat. (Using IE)

Thanks!

This is in the request list, it needs some tweaks to the way popup is created with YUI, this is why it has not already done.

But it's in the todo list.

Quote:

Originally Posted by deta (Post 1750694)
Hello!

Please, Please Fix the obproarcade Bug!

My User are very :mad::(:mad:

Thanks

cu Deta

I don't care if your users are :mad: or :( I do vB as free time as I already said so please be patient.

Your problem is in the bug list so wait till next release that's all !

Quote:

Originally Posted by Nadeemjp (Post 1751026)
the admincp mcg chatbox menu is in some other language. how do i do it in english?

You have to import the english language file as stated in the readme. And then just reload the admincp page.

VBDev 02-23-2009 05:46 AM

Quote:

Originally Posted by Adromir (Post 1751338)
Is there a way to show, how many chatters are in which channel online?

You mean the number of chatters per channel ? No it's not possible.

Quote:

Originally Posted by MotMann (Post 1751348)
1.5 works very nice :)

B?dde sch?n. Und klappt das?

What the point of doing such post and especially to write it in german ??

This is not constructive...

Quote:

Originally Posted by entertain (Post 1751355)
It seems that the chats in the collapsed chatbox won't be refreshed.

Can anybody reproduce this? ;)

Nope can't reproduce in current development version.

Quote:

Originally Posted by brock.hutson (Post 1751418)
when I click on smilies, help, archive, etc I get a page not found. The directory it is trying to access isn't correct. Its going to domain.com/forum/... I need it to not put the "forum" directory there (domain.com/...). When I upgraded to 3.8 I moved it form the forum directory to the public_html directory. It appears to be pulling that from somewhere else however. Any ideas?

I think you have not modified the bburl option of your forum when you moved it (it's very bad, you should fix it asap bud :)).

Quote:

Originally Posted by Criminal-Minds (Post 1751813)
Ive installed this product and everything works fine! However, It takes alittle to load up when I go to the page and or other threads on the site. Is there away to speed this up?

What takes time ? The load of chats ?

VBDev 02-23-2009 05:47 AM

Quote:

Originally Posted by Mahar (Post 1751896)
I've installed everything...and the admin cp options are all there but....it's not showing up on my forums at all. I've enabled it.

And have you set usergroup permissions (as stated in the install readme file) ?

Quote:

Originally Posted by whitey1974 (Post 1752006)
Hi, I've been using this since my site was started. It's by far the best chatbox available imho....

Recently updated my Arcade to the latest version along with the latest version of this chat hack. And since then I cannot get the chatbox to display on the Arcade page or any other page except the forum pages. I've followed the instructions over and over with no joy, and like I say I've used this before without any problems at all, it was displaying on the arcade page with no problems.

I've looked through almost this entire thread and I've seen others having similar problems but haven't seen the solution to this yet.

Your help is greatly appreciated and thanks for your fine work :)

See bug list ;)

whitey1974 02-23-2009 05:52 AM

Ahh, my bad!!

Thanks for the prompt reply :D

NakedAlien 02-23-2009 08:52 AM

The box on Admin CP is in french. At least it looks like french. How on earth did that happen :D I'd really like it to be in english, so I could understand something :P

Mahar 02-23-2009 05:34 PM

NakedAlien, you'll have to install the language file stated in the readme.

Yes, I've set up permissions and everything, I got it to show up...but what exact folder am I supposed to upload the images to?

Skyrider 02-23-2009 05:43 PM

Is there any way to ban guests from posting in the chat box? Like an IP ban. Or ban by cookie or something.

Adromir 02-23-2009 05:55 PM

you can set it in the usergroup settings in ACP

VBDev 02-23-2009 10:46 PM

Quote:

Originally Posted by deta (Post 1750694)
Hello!

Please, Please Fix the obproarcade Bug!

My User are very :mad::(:mad:

Thanks

cu Deta


For those of you that are having problems making it work with IBProarcade, you have to add this lines in function_do_output :
PHP Code:

global $mgc_cb_evo_var,$mgc_cb_evo

instead of only :
PHP Code:

global $mgc_cb_evo_var


deta 02-24-2009 04:13 AM

Quote:

Originally Posted by VBDev (Post 1752760)
For those of you that are having problems making it work with IBProarcade, you have to add this lines in function_do_output :
PHP Code:

global $mgc_cb_evo_var,$mgc_cb_evo

instead of only :
PHP Code:

global $mgc_cb_evo_var


sorry nothing to display

VBDev 02-24-2009 04:48 AM

I tested it with chatbox on every page under the navbar option and it works.

What's your configuration ?

VBDev 02-24-2009 04:48 AM

Quote:

Originally Posted by FF|Skyrider (Post 1752509)
Is there any way to ban guests from posting in the chat box? Like an IP ban. Or ban by cookie or something.

Nope there isn't.


All times are GMT. The time now is 05:07 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.08291 seconds
  • Memory Usage 1,885KB
  • 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
  • (18)bbcode_code_printable
  • (4)bbcode_php_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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