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)

nickypoooo 01-10-2009 04:23 PM

Great chat!! Thanks..

I was trying to align the text and user names to the right do you have an idea how I can do that? and can I make some chat rooms with this mod?

Great job!

ssslippy 01-10-2009 04:27 PM

Code:

Database error in vBulletin 3.8.0:

Invalid SQL:

                (
                SELECT c.*,fromu.userid AS fromuserid,fromu.username AS fromusername,fromu.usergroupid AS fromusergroupid,fromu.displaygroupid AS fromdisplaygroupid,
                tou.userid AS touserid,tou.username AS tousername,tou.usergroupid AS tousergroupid,tou.displaygroupid AS todisplaygroupid,
                avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight,
                customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb,
                fromu.avatarid,fromu.avatarrevision           
                             
                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)
                LEFT JOIN avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
                LEFT JOIN customavatar AS customavatar ON (customavatar.userid = fromu.userid)
               
                WHERE (
                            chanid='0'
                            AND coidentifier IN ('0','me','announcement','ban','del','ignore','pm','slap')
                            AND (touid='0' OR fromuid='2262'
                            OR touid='2262')
                            AND iswarning='0'
                        )
                ORDER BY sticky DESC,c.dateline DESC
                LIMIT 20
                )
                UNION ALL
                (
                SELECT c.*,fromu.userid AS fromuserid,fromu.username AS fromusername,fromu.usergroupid AS fromusergroupid,fromu.displaygroupid AS fromdisplaygroupid,
                tou.userid AS touserid,tou.username AS tousername,tou.usergroupid AS tousergroupid,tou.displaygroupid AS todisplaygroupid,
                avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight,
                customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb,
                fromu.avatarid,fromu.avatarrevision
               
                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)
                LEFT JOIN avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
                LEFT JOIN customavatar AS customavatar ON (customavatar.userid = fromu.userid)
               
                WHERE
                ORDER BY sticky DESC,c.dateline DESC
                LIMIT 10
                );

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 'ORDER BY sticky DESC,c.dateline DESC
                LIMIT 10
                )' at line 39
Error Number  : 1064
Request Date  : Saturday, January 10th 2009 @ 07:55:01 AM
Error Date    : Saturday, January 10th 2009 @ 07:55:01 AM
Classname    : vB_Database_MySQLi
MySQL Version : 5.0.45
Script        : http://immortal-guild.net/forums/mgc_cb_evo_ajax.php
Referrer      : http://immortal-guild.net/forums/


gentz 01-10-2009 05:24 PM

well seems like many of us have problems, this is a reall nice chat box i just get loading......vbulletin 3.6.9. dont know if its a problem im also using cyb chatbox one for vip acces and one for regular members.......inferno worked fine.........

ssslippy 01-10-2009 05:25 PM

I fixed my issue, i had a period in the forum filter for notifications.

commoncents 01-10-2009 06:21 PM

nice, thanks!

bezibaerchen 01-10-2009 06:47 PM

Quote:

Originally Posted by entertain (Post 1707401)
@vBDev: I have the same bug. :o No, there aren't any errors...

Working fine here on 3.8

commoncents 01-10-2009 07:22 PM

I'm getting an issue. When I change the settings to allow users to to see chat, i get a database error. Can anyone help me out

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT autocomplete,js_file,phpcode_chatbox_display,userg roupids,userids FROM mgc_cb_evo_command WHERE active='1';

MySQL Error : Unknown column 'autocomplete' in 'field list'
Error Number : 1054
Request Date : Saturday, January 10th 2009 @ 02:41:48 PM
Error Date : Saturday, January 10th 2009 @ 02:41:48 PM
Script : http://www.ncaaunlimited.com/forum/index.php
Referrer : http://www.ncaaunlimited.com/forum/login.php?do=login
IP Address : XX.XX.XX
Username : Realist
Classname : vB_Database
MySQL Version : 5.0.67-community-log

Walking Hell 01-10-2009 08:00 PM

nvm, now i get only some wierd error :o

exyuteam 01-10-2009 09:24 PM

Quote:

Originally Posted by VBDev (Post 1707155)

When you say that it works for forum posts.
Is it with english language or the one of your own language ?
Is this forum posts with ajax enabled ?

First, thanks for your reply......

Teksts on forum is ex-YU languages (we have mostly this special charachters: ?Đ?ČĆ). Default installed language is English, and we added Bosnian/Serbian language pack. When I say that works on forum, I meen - posts with our specials charachters working without any problems (like on this forum :)) We CAN write ?Đ?ČĆ and everything is showing up like here ;) Forum works with FULL enable AJAX functions (on General Settings is selected Enable All AJAX Features).

When I try to send some tekst with any of special characters, tekst disapear and nothings show up on chatbox. Whe I try to send anything else (with or without special characters) I got this error:

Error : A chat is already being processed, please wait.

Only REFRESH fix chat and I can again to send messages (without special characters).... Any idea where is a problem?


Thanks again.....

VBDev 01-10-2009 10:25 PM

Quote:

Originally Posted by FF|Skyrider (Post 1707157)
I don't think I have to post a screenshot when others already have done so.

https://vborg.vbsupport.ru/attachmen...7&d=1230815498
This is what a few people on my forums is getting randomly.

Oh ok that one :) Then it's not another non reported bug.

Quote:

Originally Posted by christicehurst (Post 1707172)
Nah it's not working in any position or showing up.

That's odd. I really think you might have missed something during the install process. May I have admin access to your forum with ftp account to check that out for you ?

Quote:

Originally Posted by carcomp (Post 1707385)
Vbdev, sorry I didn't mean to be too specific. What I meant on my feature request could be summed up by saying...

"If the chatbox is in full mode, don't display it anywhere else in small mode in other windows (like above the forums)"



Also for the error, I think it might be an issue with ajax. I can't really get a screen shot b/c all you see is nothing happening. no chat scrolling. It just kinda freezes until you chat again, then you see whatever you missed all at once. Everything that everyone has posted comes through at one time.

Oh strange. Without error messages I don't think I could find anything unfortunately. Perhaps more of a browser timeout or something like that.

Quote:

Originally Posted by entertain (Post 1707401)
@vBDev: I have the same bug. :o No, there aren't any errors...

Have you done all the bug fixes that are available near the item in the bug list ?

Quote:

Originally Posted by nickypoooo (Post 1707455)
Great chat!! Thanks..

I was trying to align the text and user names to the right do you have an idea how I can do that? and can I make some chat rooms with this mod?

Great job!

Well if your forum is not set to be right to left written (like arab language), you won't be able to.

About the channels, go in your admincp, there is a page for that in the chatbox menu.

VBDev 01-10-2009 10:31 PM

Quote:

Originally Posted by gentz (Post 1707531)
well seems like many of us have problems, this is a reall nice chat box i just get loading......vbulletin 3.6.9. dont know if its a problem im also using cyb chatbox one for vip acces and one for regular members.......inferno worked fine.........

Well if you are using vB3.6.9 and are encountering errors then it must be because of a step you forgot during install.

Have you done the security token tip stated in the readme ?

There are no compatibility problems with cyb chatbox. While doing the import scripts for the 2.0.2 version in december I even add all the stated chatbox system my import script handles installed and no problem :D

Quote:

Originally Posted by commoncents (Post 1707689)
I'm getting an issue. When I change the settings to allow users to to see chat, i get a database error. Can anyone help me out

You are using an older version of the chatbox ? not the last one ?

Quote:

Originally Posted by ssslippy (Post 1707534)
I fixed my issue, i had a period in the forum filter for notifications.

Well the database error you received can be corrected by looking at one of the fix near the bug items list.

Quote:

Originally Posted by Walking Hell (Post 1707727)
nvm, now i get only some wierd error :o

??

Quote:

Originally Posted by exyuteam (Post 1707815)
First, thanks for your reply......

Teksts on forum is ex-YU languages (we have mostly this special charachters: ?Đ?ČĆ). Default installed language is English, and we added Bosnian/Serbian language pack. When I say that works on forum, I meen - posts with our specials charachters working without any problems (like on this forum :)) We CAN write ?Đ?ČĆ and everything is showing up like here ;) Forum works with FULL enable AJAX functions (on General Settings is selected Enable All AJAX Features).

When I try to send some tekst with any of special characters, tekst disapear and nothings show up on chatbox. Whe I try to send anything else (with or without special characters) I got this error:

Error : A chat is already being processed, please wait.

Only REFRESH fix chat and I can again to send messages (without special characters).... Any idea where is a problem?


Thanks again.....

Could you try something for me please. Select the english language as your language in your user profile and then try to makes shouts with those special characters. Any changes ?

commoncents 01-11-2009 12:50 AM

Quote:

Originally Posted by VBDev (Post 1707878)
You are using an older version of the chatbox ? not the last one ?

I downloaded 2.10

Alfa1 01-11-2009 01:35 AM

Does anyone have some examples of channel images?

zero5854 01-11-2009 01:45 AM

I cannot get this to show up either! I have installed this correctly AND I followed all the instructions. Also the fix in the text file for custom teplates in the plugins $search does not exist at all in the plugin edit specified! whats the deal?

EDIT ALSO everytime I set the admin permissions after I save it creates a new admin group? Are you sure this is compatible with 3.8?

kisskiss 01-11-2009 10:20 AM

thanxxxxxxxxxxxx

exyuteam 01-11-2009 02:31 PM

Quote:

Originally Posted by VBDev (Post 1707878)
Could you try something for me please. Select the english language as your language in your user profile and then try to makes shouts with those special characters. Any changes ?

Sure... I already use English, but now I try with other language, and I have a same problem!!! I install brand new and clean vBulletin and try it there without any other plugins.... Same problem :(

On Chrome browser, when I try to enter text with our special characters, I have this alert:

Alert:
Ajax error: an error has occured in an ajax request of the chatbox, please report your admin


And if I try to send another message, I got error

Error : A chat is already being processed, please wait.


Thnaks again.....

kisskiss 01-11-2009 02:38 PM

see this problem when we put the MGC Chatbox Evo in our site
see the pic for this problem my styles and lang MGC Chatbox Evo
https://vborg.vbsupport.ru/external/2009/01/69.jpg
pleas help us
thankx

gentz 01-11-2009 05:17 PM

ok i did see that security token fix....but i need to know where that file is located for me to add that extra text code......thanks

MV Blackie 01-11-2009 06:40 PM

I would like to have 2 different sounds for notifications, 1 for new chat reply and 1 for new topic/post, is this possible ?

SwollenCranium 01-11-2009 09:01 PM

Quote:

Originally Posted by VBDev (Post 1707870)
Oh ok that one :) Then it's not another non reported bug.
.


Ok .. so do you have a fix for the AJAX popup in IE yet ?

exyuteam 01-11-2009 09:21 PM

Quote:

Originally Posted by exyuteam (Post 1708615)
Sure... I already use English, but now I try with other language, and I have a same problem!!! I install brand new and clean vBulletin and try it there without any other plugins.... Same problem :(

On Chrome browser, when I try to enter text with our special characters, I have this alert:

Alert:
Ajax error: an error has occured in an ajax request of the chatbox, please report your admin


And if I try to send another message, I got error

Error : A chat is already being processed, please wait.


Thnaks again.....


I must to reply myself.... I found where is a problem..... mod_security!!! It's ON and on vBulletin make a problem.....

After diagnostic results are positiv, and this is solution by vBulletin:

The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes (it was on me!!!) then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features.

So, now we know where is a problem......

Thanks!


P.S. IE and sometimes other browsers MOST have a scroling problem when EDITOR is UNDER and Chats display order are Oldest First!!! Posts are not shown correctly - I see OLD posts on top, and window not scroll to new written posts on bottom..... Maybee bug? On old version 1.5 I don't have this problem EVER!


Thanks again!!!

yegorpb 01-11-2009 11:09 PM

Any idea why it says "Entrez votre chat" in th chatbox, even though I installed the English language pack?

Any way to change that?

adnedarn 01-12-2009 01:39 AM

Quote:

Originally Posted by yegorpb (Post 1709094)
Any idea why it says "Entrez votre chat" in th chatbox, even though I installed the English language pack?

Any way to change that?

This has been explained a few times... I addressed it just a few days ago... See this post. https://vborg.vbsupport.ru/showpost....postcount=3763
Andrew

VBDev 01-12-2009 03:57 AM

Quote:

Originally Posted by commoncents (Post 1708038)
I downloaded 2.10

Well it seems that per the error, you are having files or product not uptodate.

Please check that you uploaded all files correctly on your forum and that the product is installed.

Quote:

Originally Posted by Alfa1 (Post 1708072)
Does anyone have some examples of channel images?

What do you mean ?

Quote:

Originally Posted by zero5854 (Post 1708077)
I cannot get this to show up either! I have installed this correctly AND I followed all the instructions. Also the fix in the text file for custom teplates in the plugins $search does not exist at all in the plugin edit specified! whats the deal?

EDIT ALSO everytime I set the admin permissions after I save it creates a new admin group? Are you sure this is compatible with 3.8?

Yes sorry you don't have to search for $search but $find_text.

About the permissions, no it's not normal, it shouldn't act like that.

Are you sure the chatbox product is installed and the files are well uploaded ?

Quote:

Originally Posted by kisskiss (Post 1708625)
see this problem when we put the MGC Chatbox Evo in our site
see the pic for this problem my styles and lang MGC Chatbox Evo
https://vborg.vbsupport.ru/external/2009/01/69.jpg
pleas help us
thankx

The issue is that you can't align chats on the right ?

Quote:

Originally Posted by gentz (Post 1708766)
ok i did see that security token fix....but i need to know where that file is located for me to add that extra text code......thanks

Chatbox javascript files are in the clientscript/mgc_cb_evo folder.

VBDev 01-12-2009 04:00 AM

Quote:

Originally Posted by MV Blackie (Post 1708840)
I would like to have 2 different sounds for notifications, 1 for new chat reply and 1 for new topic/post, is this possible ?

Well chats and notifications are retrieved at the same time so I am not sure this feature would really be efficient ?

Quote:

Originally Posted by SwollenCranium (Post 1708971)
Ok .. so do you have a fix for the AJAX popup in IE yet ?

No this will be fixed in the next version.

Quote:

Originally Posted by exyuteam (Post 1708991)
I must to reply myself.... I found where is a problem..... mod_security!!! It's ON and on vBulletin make a problem.....

After diagnostic results are positiv, and this is solution by vBulletin:

The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes (it was on me!!!) then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features.

So, now we know where is a problem......

Thanks!


P.S. IE and sometimes other browsers MOST have a scroling problem when EDITOR is UNDER and Chats display order are Oldest First!!! Posts are not shown correctly - I see OLD posts on top, and window not scroll to new written posts on bottom..... Maybee bug? On old version 1.5 I don't have this problem EVER!


Thanks again!!!

About mod_security, this has already been stated and Ranger187 posted a little "how to configure your server for this".

About the scrolling problem in IE, check bug list :) It's already in it.

adnedarn 01-12-2009 04:11 AM

Hi VBDev- for such a popular item and so many posts I know things can be over looked... So I'm just bringing this back up since I never saw you respond to it (although you may have looked at it and answered it already in your head ;) )
Thanks!

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

nickypoooo 01-12-2009 05:04 AM

1 Attachment(s)
My forum is right to left written but the text in chatbox will not align to user names on the right
do you have any idea how I can do that?
attached

Attachment 92400

Thanks!

troppodel 01-12-2009 09:07 AM

hi there i need to uninstall your mod .......but when i unistall the product i see on my database that don't delete the fields in usergroup table, so when i try to create new group i receive a sql error!!
can you help me please
thanks

entertain 01-12-2009 12:12 PM

Quote:

Originally Posted by VBDev (Post 1707870)
Have you done all the bug fixes that are available near the item in the bug list ?

Ok - it wasn't the chatbox. After the update to vB3.8 our forum had problems with ajax. Not only the chatbox was affected - but also Quick-Reply and other features.

We made a few server configuration changes and now it is working fine on vB3.8 :)

I hope there will be a new version soon. :D *sorry - I'll be patient :D*

entertain 01-12-2009 12:40 PM

vB3.8: In the archive i can not see the commands in a "shout menu" any more.

But in the chatbox it is working. Is this possible? :D

Green Cat 01-12-2009 01:38 PM

Branding sucks, unistalled.

Trek 01-12-2009 03:05 PM

This seems to work ok, but I am having two issues.

#1: Instead of displaying what I would assume should be an image, it says "Submit Query" in text.

#2: If a member doesn't have an avatar it says the text "Avatar".

Is this intended functionality?

Either way, where can I change it?

Trek 01-12-2009 03:54 PM

UPDATE #2:
-----------

So the problem is actually that the variable $stylevar['imgdir_misc'] is getting URLencoded before vB does whatever replacements it needs to do. Or at least whatever string is including that variable for the image output is getting URLENCODED too soon. Again, I don't know where this is happening, but I'm trying to figure it out.

UPDATE
-------

Ok, I found the exact cause now, it's my custom theme. It has a custom variable called {IF} (Images Folder) which translates to "%7BIF%7D" when it's URLDECODED. So somewhere within this mod I'd guess that it needs to check/process the replacement variables when building the images folder variable ($stylevar['imgdir_misc']). I have no idea where that might be or how to do it though.

------------
Ok, I found what the problem is, just not a solution yet.

I searched this thread and found one other person with the problem, although no solution was posted.

The problem is, somewhere the text "%7BIF%7D" is getting inserted into the image URL paths. I've done some searches and cannot find this text anywhere.

killa101 01-12-2009 04:38 PM

Quote:

Originally Posted by Green Cat (Post 1709702)
Branding sucks, unistalled.

I hate the copyright info on it. Such annoying placement. And constant use of "MGC Chatbox Evo" when they could have just written "Shoutbox" or "Chatbox". I am considering uninstalling for these same reasons as well.

Green Cat 01-12-2009 05:11 PM

Quote:

Originally Posted by killa101 (Post 1709871)
I hate the copyright info on it. Such annoying placement. And constant use of "MGC Chatbox Evo" when they could have just written "Shoutbox" or "Chatbox". I am considering uninstalling for these same reasons as well.

Could have been a line in the footer, I would mind less.

carcomp 01-12-2009 05:14 PM

Whats the chance of allowing a usergroup (the admins) to be able to parse HTML in the announcment? I wanted to post a "Donate" message up top with a link to out paypal thingey, but I don't know if you can do it or not.

Ok nevermind... HTML works from the admincp.

SnapOff Racing 01-12-2009 05:53 PM

Quote:

Originally Posted by troppodel (Post 1709494)
hi there i need to uninstall your mod .......but when i unistall the product i see on my database that don't delete the fields in usergroup table, so when i try to create new group i receive a sql error!!
can you help me please
thanks

Just go into your database and remove those rows manually.

pedroenf 01-12-2009 06:00 PM

Quote:

Originally Posted by Green Cat (Post 1709702)
Branding sucks, unistalled.

Quote:

Originally Posted by killa101 (Post 1709871)
I hate the copyright info on it. Such annoying placement. And constant use of "MGC Chatbox Evo" when they could have just written "Shoutbox" or "Chatbox". I am considering uninstalling for these same reasons as well.

Quote:

Originally Posted by Green Cat (Post 1709914)
Could have been a line in the footer, I would mind less.


Oh for Christ sake!! Wouldn't this mod be better if you had to pay for it?!

pedroenf 01-12-2009 06:02 PM

Quote:

Originally Posted by troppodel (Post 1709494)
hi there i need to uninstall your mod .......but when i unistall the product i see on my database that don't delete the fields in usergroup table, so when i try to create new group i receive a sql error!!
can you help me please
thanks

That's because you did not remove all files! That is because you miss a xml file.

Ranger187 01-12-2009 07:57 PM

Quote:

Originally Posted by Trek (Post 1709783)
This seems to work ok, but I am having two issues.

#1: Instead of displaying what I would assume should be an image, it says "Submit Query" in text.

#2: If a member doesn't have an avatar it says the text "Avatar".

Is this intended functionality?

Either way, where can I change it?

Sounds to me like you didn't upload all the files.


All times are GMT. The time now is 07:38 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.05751 seconds
  • Memory Usage 1,904KB
  • 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
  • (1)bbcode_code_printable
  • (35)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