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 03-10-2009 05:52 PM

Quote:

Originally Posted by KevinL (Post 1764835)
Quick question...With the channels I have the option to notify if there is a new message (not with audio) but the icons don't seen to change? I thought they were supposed to blink or something...or I thought they used to? Or am I crazy?

I would have posted over at forumcoding but it seems to be down :(

Well to have blinking icons, you have to have created blinking icons :D (means : animated gif).

And you have to activate the option.

Quote:

Originally Posted by The Realist (Post 1764846)
2 templates needed reverting which was carried out and the usernames still dont work. If I run the script /mgc_cb_evo.php?do=update_before_2.3.0 the usernames show up for old chats but they dont show for new chats.

Regards

Send me admin access to your forum so that I have a look.

Are you sure you correctly updated all files ?

Quote:

Originally Posted by Red-Devil (Post 1764869)
Updated thanks great chatbox, only thing i did note was the script was not in english so didnt understand what it was saying at the end.

works :) top mod

Well part was in english and part in french unless I forgot to put both :D

KizZamP- 03-10-2009 05:53 PM

Quote:

Originally Posted by adnedarn (Post 1765066)
Make sure you have "Activate the BBCODE URL" in "Chats formatting and sending" within the admin control panel set to yes.

Andrew

That fixed it, thanks :).

Still having that database error when i search something though.

VBDev 03-10-2009 05:56 PM

Quote:

Originally Posted by Red-Devil (Post 1764880)
Another minor thing I think i would mention.

RSS feeds by the system are not displayed in the chat area, normal posts are, not sure if this is a bug, it may have been mentioned before too much info to read through.

Is it possible to have RSS feeds shown in the announce tried it in its own colums and not working.

Well RSS feeds are not working in the same way as posts or thread. Chatbox is not intended to be posting RSS feeds notifications.

Anyway I can add it to the todo list and see what I can do in a next version.

Quote:

Originally Posted by Cybershaolin (Post 1764916)
Same problem here, forumcoding page gets timeout issue. I cannot log there anymore, it is not working at all since about 7 hours now! I had ask before for support there about my problems after upgrading to 2.3.1, but since it went down, I will repeat here.

For me, I had to deactivate my notifications about new threads/posts because all I get now is databases errors in both cases!

And yes I applied the upgrade script ( http://url_of_your_admincp/mgc_cb_ev...e_before_2.3.0 with the corrected URL of course) at the end without any errors when applying the script.

These are the errors I get when I reply to a messages or create a new post:

Replies:
Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

          INSERT INTO vb_mgc_cb_evo_chat   
              (
                  dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
                  hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
                  ,avheight
              )
        VALUES
            (
                1236693804,1,'Mynick','23423,43917,Test',0,0,0,1,'post',72,
                1,0,1,
                6,6
                ,'71
            );

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''71
            )' at line 12
Error Number : 1064
Date        : Tuesday, March 10th 2009 @ 10:03:24 AM
Script      : http://www.myforum.com/forum/newreply.php?do=postreply&t=23423
Referrer    : http://www.myforum.com/forum/newreply.php?do=newreply&noquote=1&p=43910
IP Address  : XXX.XXX.XXX.XXX
Username    : Mynick
Classname    : vB_Database

New thread:
Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

            INSERT INTO vb_mgc_cb_evo_chat
                (
                  dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
                  hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
                  ,avheight
                )
            VALUES
                (
                    1236693818,1,'Mynick','23430,Allo',0,0,0,1,'thread',72,
                1,0,1,
                6,6
                ,'71
                );

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''71
                )' at line 12
Error Number : 1064
Date        : Tuesday, March 10th 2009 @ 10:03:38 AM
Script      : http://www.myforum.com/forum/newthread.php?do=postthread&f=72
Referrer    : http://www.myforum.com/forum/newthread.php?do=newthread&f=72
IP Address  : XXX.XXX.XXX.XXX
Username    : Mynick
Classname    : vB_Database

Finally, when using quick reply, it shows a message like I'm making a duplicate message! (and no, it was not a duplicated messages that I was doing) What's that? (See picture)

vbdev: Could you have a look at my forum please?

Fixed in the new updated version (import product only).

Quote:

Originally Posted by SnapOff Racing (Post 1764932)
Ahhh sneeky sneeky, always changing it up :D What does the script do exactly just outa curiosity?

To avoid big join of the user table upon chats retrieval all info are now moved to the chat table.

So basically the script just update all chats to put the info :)

VBDev 03-10-2009 06:00 PM

Quote:

Originally Posted by maidos (Post 1765033)
and the usergroup color doesnt display anymore :(
i tried empty the cache but still see the loading on default vbulletin template

even uninstalling and give fresh install doesnt help still loading and i made sure to upload all files again

Usergroup name color or usergroup chat color ?

If you are experiencing loading issues then it must be because you haven't upgraded correctly.

Are you sure you did follow the steps correctly ?

Quote:

Originally Posted by OcR Envy (Post 1765052)
Same,
http://url_of_your_admincp/mgc_cb_ev...e_before_2.3.0

Resolved the issue, was a little bit confusing though. Why not make this auto run as part of the 2.3.0 product file?

Well because if I put that autorun which needs to be outside product (due to the need of spliting the steps to avoid timeout) I would have ran it at the end of the 2.3.1 install code.

But if I do so, install code will cause problem with next releases.

maidos 03-10-2009 06:02 PM

Quote:

Originally Posted by VBDev (Post 1765094)
Usergroup name color or usergroup chat color ?

If you are experiencing loading issues then it must be because you haven't upgraded correctly.

Are you sure you did follow the steps correctly ?



Well because if I put that autorun which needs to be outside product (due to the need of spliting the steps to avoid timeout) I would have ran it at the end of the 2.3.1 install code.

But if I do so, install code will cause problem with next releases.


Well yeah, i have reuploaded a third time now but still the same
even if it says loading i tried posting a message and got smacked in the face with
Your submission could not be processed because a security token was missing.

even though it came from vbulletin default skin

usergroup name color, it will not display colors from the any usergroups.

VBDev 03-10-2009 06:02 PM

Quote:

Originally Posted by KizZamP- (Post 1765006)
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','me','slap') AND (touid='0' OR fromuid='1411'OR touid='1411') AND isthreadwarning='0' AND ispostwarning='0' AND ctext LIKE '%stonios%'
ORDER BY c.dateline DESC;

MySQL Error : Unknown column 'isthreadwarning' in 'where clause'
Error Number : 1054
Request Date : Tuesday, March 10th 2009 @ 06:03:40 PM
Error Date : Tuesday, March 10th 2009 @ 06:03:40 PM


Happened after searching for a name in the searchbox...

I think you haven't uploaded the files coz this was experienced in the previous version but not the 2.3.1

VBDev 03-10-2009 06:04 PM

Quote:

Originally Posted by maidos (Post 1765096)
Well yeah, i have reuploaded a third time now but still the same
even if it says loading i tried posting a message and got smacked in the face with
Your submission could not be processed because a security token was missing.

even though it came from vbulletin default skin

usergroup color, it will not display colors from the any usergroups.

Have you got non reverted chatbox templates ??

I asked you a question about usergroups but you didn't answer! Is it usergroup colors or usergroup chats color !! ?

maidos 03-10-2009 06:06 PM

i edited my msg, it is usergroup namecolors.... not chat color...

yes the default skins shows no reverted templates

KizZamP- 03-10-2009 06:06 PM

Quote:

Originally Posted by VBDev (Post 1765097)
I think you haven't uploaded the files coz this was experienced in the previous version but not the 2.3.1

Ah it doesn't happen on 2.3.1? I currently have 2.3.0 indeed... Isn't there a way to fix it by editting a file by in the place of upgrading?

VBDev 03-10-2009 06:08 PM

Quote:

Originally Posted by KizZamP- (Post 1765100)
Ah it doesn't happen on 2.3.1? I currently have 2.3.0 indeed... Isn't there a way to fix it by editting a file by in the place of upgrading?

How can you have 2.3.0, it was never posted anywhere lol

VBDev 03-10-2009 06:09 PM

Quote:

Originally Posted by maidos (Post 1765099)
i edited my msg, it is usergroup namecolors.... not chat color...

yes the default skins shows no reverted templates

I think you have my gtalk ? come on it !

VBDev 03-10-2009 06:20 PM

Quote:

Originally Posted by KizZamP- (Post 1765100)
Ah it doesn't happen on 2.3.1? I currently have 2.3.0 indeed... Isn't there a way to fix it by editting a file by in the place of upgrading?

Ok I am saying nuts info below chatbox is not up to date.

What were u exactly doing when the database error arised ?

Markos 03-10-2009 06:21 PM

Quote:

Originally Posted by VBDev (Post 1765101)
How can you have 2.3.0, it was never posted anywhere lol

it says 2.3.0 on the chatbox its self

MGC Chatbox Evo created by MGC, Version 2.3.0, Copyright 2009 all rights reserve

and can u tell me how i activate automatic chatbox digest please

VBDev 03-10-2009 06:26 PM

Quote:

Originally Posted by Markos (Post 1765112)
it says 2.3.0 on the chatbox its self

MGC Chatbox Evo created by MGC, Version 2.3.0, Copyright 2009 all rights reserve

and can u tell me how i activate automatic chatbox digest please

Yeah forgot to update copyright from 2.3.0 to 2.3.1 ;)

You just have to set the number of days in the options :)

KizZamP- 03-10-2009 06:27 PM

Quote:

Originally Posted by VBDev (Post 1765111)
Ok I am saying nuts info below chatbox is not up to date.

What were u exactly doing when the database error arised ?

I just typed "Stonios" in the search box and that happened...

Quote:

Originally Posted by Markos (Post 1765112)
it says 2.3.0 on the chatbox its self

MGC Chatbox Evo created by MGC, Version 2.3.0, Copyright 2009 all rights reserve

and can u tell me how i activate automatic chatbox digest please

Indeed.

Markos 03-10-2009 06:27 PM

Quote:

Originally Posted by VBDev (Post 1765114)
You just have to set the number of days in the options :)

:S i set it to 7 and it doesn't delete the chats

SnapOff Racing 03-10-2009 06:32 PM

Quote:

Originally Posted by VBDev (Post 1765090)
To avoid big join of the user table upon chats retrieval all info are now moved to the chat table.

So basically the script just update all chats to put the info :)

OK well running the script fixed everything but I am still confused on what was actually moved around in the database. There are still MGC EVO params in the USER table, from what I gathered you were saying that this script was gonna move all the MGC EVO tables from the USER table into the MGC_CB_EVO_CHAT table... Is that not correct? I also noticed that my mgc_cb_evo_chat table is about 20mb bigger now.. So what all was added?

VBDev 03-10-2009 06:32 PM

Quote:

Originally Posted by KizZamP- (Post 1765117)
I just typed "Stonios" in the search box and that happened...

Open mgc_cb_evo.php file and search for isthreadwarning.

If you find it it's not normal, you must haven't uploaded the file.

Quote:

Originally Posted by Markos (Post 1765118)
:S i set it to 7 and it doesn't delete the chats

Check if the cron task is on.

VBDev 03-10-2009 06:33 PM

Quote:

Originally Posted by SnapOff Racing (Post 1765121)
OK well running the script fixed everything but I am still confused on what was actually moved around in the database. There are still MGC EVO params in the USER table, from what I gathered you were saying that this script was gonna move all the MGC EVO tables from the USER table into the MGC_CB_EVO_CHAT table... Is that not correct? I also noticed that my mgc_cb_evo_chat table is about 20mb bigger now.. So what all was added?

Yeah it's normal, this is just that I don't retrieve the avatar info / user info with a very slow join when retrieving the chats.

The fact that it's bigger now is thus normal. Chatbox will now be faster thanks to that (less db load).

SnapOff Racing 03-10-2009 06:38 PM

Quote:

Originally Posted by VBDev (Post 1765125)
Yeah it's normal, this is just that I don't retrieve the avatar info / user info with a very slow join when retrieving the chats.

The fact that it's bigger now is thus normal. Chatbox will now be faster thanks to that (less db load).

Oh ok cool, so there should still be MGC EVO params in the USER table then correct?

KizZamP- 03-10-2009 06:40 PM

Quote:

Originally Posted by VBDev (Post 1765122)
Open mgc_cb_evo.php file and search for isthreadwarning.

If you find it it's not normal, you must haven't uploaded the file..

/* No newthread/newpost warning */
$where_clause .= " AND isthreadwarning='0' AND ispostwarning='0'";

There it is... What now?

Sugoi na 03-10-2009 06:46 PM

All color & formatting preferences for users are gone & no longer work. I have set the color "red" from my profile I normally would. No members have the appropriate colors since running the upgrade link provided.

SnapOff Racing 03-10-2009 06:56 PM

Quote:

Originally Posted by Sugoi na (Post 1765132)
All color & formatting preferences for users are gone & no longer work. I have set the color "red" from my profile I normally would. No members have the appropriate colors since running the upgrade link provided.

Did you UNINSTALL the MOD first? If so then thats your problem, you need to IMPORT over top of the old version.

maidos 03-10-2009 07:01 PM

thanks for the help vbdev, not gonna use that ftp program again.

a suggestion, can u make the input size little bit higher... some members doesnt feel pleasant with a small input field
not sure but maybe its just me but did all fonts get smaller after the update? anyway to make it bigger by default?

Sugoi na 03-10-2009 07:15 PM

Quote:

Originally Posted by SnapOff Racing (Post 1765140)
Did you UNINSTALL the MOD first? If so then thats your problem, you need to IMPORT over top of the old version.

I overwrote as the readme requested. Vbulletin is not new to me even though the account is new =)

I overwrote the appropriate files via FTP as well as overwrote the XML product file.

Same for the language file.

Some users still have their colors. Some users don't. Even after changing my colors I am still stuck with the forum default (same for 4 other members online).

Markos 03-10-2009 07:32 PM

Quote:

Originally Posted by maidos (Post 1765142)
thanks for the help vbdev, not gonna use that ftp program again.

a suggestion, can u make the input size little bit higher... some members doesnt feel pleasant with a small input field
not sure but maybe its just me but did all fonts get smaller after the update? anyway to make it bigger by default?

go to Chats formatting / Input field size / ive set mine to 85

SnapOff Racing 03-10-2009 07:55 PM

Quote:

Originally Posted by Sugoi na (Post 1765145)
I overwrote as the readme requested. Vbulletin is not new to me even though the account is new =)

I overwrote the appropriate files via FTP as well as overwrote the XML product file.

Same for the language file.

Some users still have their colors. Some users don't. Even after changing my colors I am still stuck with the forum default (same for 4 other members online).

Hmmm how about reverting back to your old USER table before you upgraded to 2.3.1

TandyServices 03-10-2009 08:44 PM

Just wanted to say great update.. everything is working fine for me.. Thanks for a great job..

VBDev 03-10-2009 08:47 PM

Quote:

Originally Posted by SnapOff Racing (Post 1765128)
Oh ok cool, so there should still be MGC EVO params in the USER table then correct?

Yeah :)

VBDev 03-10-2009 08:53 PM

Quote:

Originally Posted by KizZamP- (Post 1765129)
/* No newthread/newpost warning */
$where_clause .= " AND isthreadwarning='0' AND ispostwarning='0'";

There it is... What now?

Well you haven't installed correctly !

Download 2.3.1 zip and upload the files from the files directory. Be sure to overwrite the one on your ftp.

Quote:

Originally Posted by SnapOff Racing (Post 1765166)
Hmmm how about reverting back to your old USER table before you upgraded to 2.3.1

Well I don't think it would solve the solution.

What you must understand is that if you change your usercp settings while the chatbox is running on another active page they won't be saved.

Unless you deactivate the formatting auto register :)

Swordman844555 03-10-2009 09:23 PM

I have the following problem, with A New Thread the Link is Right in the Chat

Quote:

Thema erstellt: Chat-Box Test Thread!

With Answer to A Thread the Link is Not Right.

Quote:

Auf Thema geantwortet: [ARG:4 UNDEFINED]

Vicros 03-10-2009 09:47 PM

Well i asked this on the actual vb advanced addon page but no answer so ill ask it here. Is there a fix for the issue, that when you activate the chatbox in the vb advanced index page, it max's out the width and destroys my skin. It works fine with my fixed width skin on the forum index page, but it stretches out the vb advanced index page..can you please help?

PHSChat 03-10-2009 11:43 PM

Three of my formatting icons are missing; I checked the image files and they are all there and up to date for all my styles. Only underline, italics, and bold are missing, and those are some of the three newest files in the misc/mgc_cb_evo/ directory. What can I do to get them back? Otherwise, the upgrade worked fine. Thanks, great mod.:up:

VBDev 03-10-2009 11:49 PM

Quote:

Originally Posted by Swordman844555 (Post 1765224)
I have the following problem, with A New Thread the Link is Right in the Chat

With Answer to A Thread the Link is Not Right.

It's because the german language is not uptodate.

You have to edit the mgc_cb_evo_x_has_posted_newpost_inthread_y phrase.

See how the english one is built and replace in the german translation :)

Quote:

Originally Posted by Vicros (Post 1765247)
Well i asked this on the actual vb advanced addon page but no answer so ill ask it here. Is there a fix for the issue, that when you activate the chatbox in the vb advanced index page, it max's out the width and destroys my skin. It works fine with my fixed width skin on the forum index page, but it stretches out the vb advanced index page..can you please help?

You can try diminishing the chatbox input size.

Quote:

Originally Posted by PHSChat (Post 1765321)
Three of my formatting icons are missing; I checked the image files and they are all there and up to date for all my styles. Only underline, italics, and bold are missing, and those are some of the three newest files in the misc/mgc_cb_evo/ directory. What can I do to get them back? Otherwise, the upgrade worked fine. Thanks, great mod.:up:

Well in this new version there are now 2 buttons for b u and i corresponding to on state and off state.

So you have to have :
mgc_cb_evo_b_on.gif
mgc_cb_evo_b_off.gif
mgc_cb_evo_i_on.gif
mgc_cb_evo_i_off.gif
mgc_cb_evo_u_on.gif
mgc_cb_evo_u_off.gif

The one of the default set are included in the zip file.

ricoche 03-11-2009 12:08 AM

Quote:

Originally Posted by davew (Post 1763151)
I just had to disable MGC :(

I was getting the "Loading" message, and nothing else..

Have installed something else temporarily, hopefully the new version will fix this issue, and this is without doubt the best featured chatbox around..

Cheers,
Dave

Same here. First time fresh installation 2.3.1 on vb3.8.1 and all I get is "loading". Searched on this forum and the developer website and see some people have the same issue, but there doesn't seem to be any solution. Will wait and see. Thanks!

Sugoi na 03-11-2009 12:27 AM

Quote:

Well I don't think it would solve the solution.

What you must understand is that if you change your usercp settings while the chatbox is running on another active page they won't be saved.

Unless you deactivate the formatting auto register
That must be it. Although I put the site down before the update, I still had the shoutbox on a tabbed window & I think a few users were idle (i.e. the ones that have the same issue as me).

I appreciate your time, I am sure I can figure out a fix for this.

great work!

high6 03-11-2009 12:50 AM

Thanks for the update :D.

The edit textbox doesn't have WYSWYG :X.

SnapOff Racing 03-11-2009 03:12 AM

Quote:

Originally Posted by high6 (Post 1765368)
Thanks for the update :D.

The edit textbox doesn't have WYSWYG :X.

Edit textbox? Are you talking about when you click on a chat to edit it?

KizZamP- 03-11-2009 05:01 AM

Quote:

Originally Posted by VBDev (Post 1765203)
Well you haven't installed correctly !

Download 2.3.1 zip and upload the files from the files directory. Be sure to overwrite the one on your ftp.

Ok I will do that. But will I not lose all my permission settings then? And my shouts made with mgc chatbox evo?

Swordman844555 03-11-2009 05:44 AM

Quote:

Originally Posted by VBDev (Post 1765324)
It's because the german language is not uptodate.

You have to edit the mgc_cb_evo_x_has_posted_newpost_inthread_y phrase.

See how the english one is built and replace in the german translation :)

Thank you VBDev this was my Problem. :up:


All times are GMT. The time now is 06:03 PM.

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.08637 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
  • (2)bbcode_code_printable
  • (44)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