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)

Alfa1 01-12-2009 08:10 PM

Bug: Since upgrading to 2.1.0 my members are getting this error:
Code:

Ajax error: an error has occured in an ajax request of the chatbox, please report your admin
Please advise or provide a fix.

Green Cat 01-12-2009 08:35 PM

Quote:

Originally Posted by Alfa1 (Post 1710143)
Code:

please report your admin

LOOL, poor admin ^^

Trek 01-12-2009 09:31 PM

Nope, that's not it, the image files are there, etc. As I said later in the thread, the problem is the URL path is not being generated correctly and that's where the problem stems from.

Quote:

Originally Posted by Ranger187 (Post 1710124)
Sounds to me like you didn't upload all the files.


Ranger187 01-12-2009 09:47 PM

Unless you are 3.8, it's a template issue on your side. I've only seen a few bugs otherwise with 3.8

Trek 01-12-2009 09:52 PM

I'm using 3.8. It's a template issue, in that the Replacement variable {IF} isn't being resolved before the path is passed to a urlencode function. Where this is happening, I don't know. So, while I think you're right in general, I also think this could be a problem for anyone using a custom template with a custom variable in the images path.

Quote:

Originally Posted by Ranger187 (Post 1710251)
Unless you are 3.8, it's a template issue on your side. I've only seen a few bugs otherwise with 3.8


Ranger187 01-12-2009 10:00 PM

Not arguing that. I haven't had any issues in 3.8 on any of my sites but I expect more to pour in shortly with it going gold only a few days ago and people update.

I'm sure VBdev will have some fixes soon as he gets whatever info he needs. I suck at templates. ;)

gentz 01-12-2009 11:57 PM

ok all i see are mgc evo header, mgc evo functions file, and mgc cb functions file which of these is it? in the instructions it just says; mgc cb evo?

Ranger187 01-13-2009 12:02 AM

Quote:

Originally Posted by gentz (Post 1710368)
ok all i see are mgc evo header, mgc evo functions file, and mgc cb functions file which of these is it? in the instructions it just says; mgc cb evo?

Can you explain the issue again?

gentz 01-13-2009 02:05 AM

all i get is loading...........

mknjhill 01-13-2009 03:13 AM

Quote:

Originally Posted by gentz (Post 1710368)
ok all i see are mgc evo header, mgc evo functions file, and mgc cb functions file which of these is it? in the instructions it just says; mgc cb evo?

Same problem here, cant fix the security token thing cuz there is no mgc_cb_evo.js

edit: I added that line to all three .js files and it works now. someone should update the readme

Ranger187 01-13-2009 03:28 AM

Quote:

Originally Posted by mknjhill (Post 1710509)
Same problem here, cant fix the security token thing cuz there is no mgc_cb_evo.js

Then you didn't upload all the files.

adnedarn 01-13-2009 03:29 AM

The security token for versions < 3.6.10 and < 3.7.0 RC4 goes in the very top of mgc_cb_evo.js which should be in your clientscript folder, if installed correctly at least.
Andrew

VBDev 01-13-2009 04:23 AM

Quote:

Originally Posted by adnedarn (Post 1709298)
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

Well sorry. About that , currently you are the only one who asked for a modification of the timeframe from 24 hours, to hours or minutes.
Unless there are other interested, I won't change that.

Quote:

Originally Posted by nickypoooo (Post 1709337)
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!

It's an issue, it doesn't get the align correctly as per forum configuration.

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

Well, I would recommend you to follow the uninstall instructions of the readme correctly :)

Quote:

Originally Posted by entertain (Post 1709658)
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

Yes I removed them as they in my opinion where of no use in the archives.

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?

I think you haven't uploaded the images of the chatbox in your style misc directory.

VBDev 01-13-2009 04:28 AM

Quote:

Originally Posted by Trek (Post 1709823)
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.

Well how is this {IF} normally interpreted ? You have a plugin for that coming with the theme ?

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.

Well it's in the footer, of the chatbox that doesn't seem much illogical. About the MGC Chatbox Evo, JFYI it's an option that you can edit ...

Quote:

Originally Posted by Alfa1 (Post 1710143)
Bug: Since upgrading to 2.1.0 my members are getting this error:
Code:

Ajax error: an error has occured in an ajax request of the chatbox, please report your admin
Please advise or provide a fix.

See bug list, there is a link to a temporarly fix.

Quote:

Originally Posted by gentz (Post 1710368)
ok all i see are mgc evo header, mgc evo functions file, and mgc cb functions file which of these is it? in the instructions it just says; mgc cb evo?

Yeah it's an error in the readme.

Trek 01-13-2009 05:25 AM

It's just a standard vB template replacement variable, {IF} should be replaced with "images/shadow". But it's not happening in those variables (the misc folder one) with your mod. How it's "normally" done, by vB I guess, it's native to vB, not 3'rd party.

Quote:

Originally Posted by VBDev (Post 1710559)
Well how is this {IF} normally interpreted ? You have a plugin for that coming with the theme ?


gamerscms 01-13-2009 10:30 AM

Clicked UNINSTALLED due to copyright being is the most silliest place and looks a mess in that small font gone over to Cyb shoutbox.

Started out great as a free mod now the developer is getting to greedy asking for $20.00 to remove the copyright when everyone who uses VB knows what shoutbox it is.

KevinL 01-13-2009 11:58 AM

Quote:

Originally Posted by gamerscms (Post 1710808)
Clicked UNINSTALLED due to copyright being is the most silliest place and looks a mess in that small font gone over to Cyb shoutbox.

Started out great as a free mod now the developer is getting to greedy asking for $20.00 to remove the copyright when everyone who uses VB knows what shoutbox it is.

Greedy???

He's on here probably 7 days a week supporting this. He doesn't have to do that. No other shoutbox/chatbox out there is as feature rich as this one.

It is worth either the copyright or the $20. I think it's a small price to pay for this to be honest. I think you're being greedy asking for something like this for nothing!

KevinL 01-13-2009 12:00 PM

Quote:

Originally Posted by Trek (Post 1710610)
It's just a standard vB template replacement variable, {IF} should be replaced with "images/shadow". But it's not happening in those variables (the misc folder one) with your mod. How it's "normally" done, by vB I guess, it's native to vB, not 3'rd party.

Search for Ranger187's posts. I swear he helped someone a few months ago with the exact same problem. It was with like an extrempixels skin or something...

killa101 01-13-2009 12:12 PM

Quote:

Originally Posted by VBDev (Post 1710559)
Well it's in the footer, of the chatbox that doesn't seem much illogical. About the MGC Chatbox Evo, JFYI it's an option that you can edit ...

The footer of the page would have been much better placement though. Copyright info in the middle of a page looks out of place.

How do I go about changing the MGC Chatbox Evo title? I tried to find that the other day with no luck.

TandyServices 01-13-2009 12:23 PM

Quote:

Originally Posted by KevinL (Post 1710867)
Greedy???

He's on here probably 7 days a week supporting this. He doesn't have to do that. No other shoutbox/chatbox out there is as feature rich as this one.

It is worth either the copyright or the $20. I think it's a small price to pay for this to be honest. I think you're being greedy asking for something like this for nothing!

I agree with you 100%. This is a great chat/box. I paid the $20. would pay more. My only +++++ is when is the jave pop-up error going to be fixed?? As far as everything else works great.. Love it.. Keep up the good work..

Sweeks 01-13-2009 01:38 PM

It wont show at all on my skin when using $mgc_cb_evo_var. Any ideas to get it to show? I have tried inserting this into forumhome with the automation turned off but no luck and also within a new template and nothing.

Thanks
________
Fisting Fat

KevinL 01-13-2009 01:47 PM

Did you make sure you checked the usergroup settings?

VBDev 01-13-2009 04:17 PM

Quote:

Originally Posted by killa101 (Post 1710881)
The footer of the page would have been much better placement though. Copyright info in the middle of a page looks out of place.

How do I go about changing the MGC Chatbox Evo title? I tried to find that the other day with no luck.

It's in the general option of the chatbox.

Quote:

Originally Posted by TandyServices (Post 1710892)
I agree with you 100%. This is a great chat/box. I paid the $20. would pay more. My only +++++ is when is the jave pop-up error going to be fixed?? As far as everything else works great.. Love it.. Keep up the good work..

Well thanks for the encouragement ! I will be fixing this before the end of the month.

About the copyright I would like to makes you remember that this is not just a copyright removal version !!!
The BF package include and will includes other addons like notifications and so on !! As well as button set.

killa101 01-13-2009 04:29 PM

Man I really need to read more. I didn't see the branding free purchase link in this thread and I didn't see the title changing option in general options.

I must apologize for my previous negative posts.

Going to purchase the branding free version once I recoup from buying a template.

gamerscms 01-13-2009 05:48 PM

Quote:

Originally Posted by KevinL (Post 1710867)
Greedy???

He's on here probably 7 days a week supporting this. He doesn't have to do that. No other shoutbox/chatbox out there is as feature rich as this one.

It is worth either the copyright or the $20. I think it's a small price to pay for this to be honest. I think you're being greedy asking for something like this for nothing!

That is your opinion and i have my own which is not going to change.

This is like any other shoutbox you tell me what features MGC has that the others don't? and they are without copyright.

Harley D 01-13-2009 06:52 PM

Well I for one understand what is to work my butt off for others for nothing, only to have a few cry about something trivial yet well deserved in such a disrespectful manor.

I will be paying the $20.00 and will KEEP the branding/copyright just to counteract such opinions and to keep MGC motivated in his efforts to provide a great piece of code for FREE!

Thank You MGC!

PayPal sent!
User Name on you forum "High Octane"

Skyrider 01-13-2009 07:47 PM

Hey VB, one of my users on the forums is unable to switch "Show the chatbox:" in his userCP to "yes", when he attempts to do so, it automatic switches back to no. Any idea what's going on? I checked his usergroup and chatbox settings, and they are fine. No one on his usergroup is having the issue.

VBDev 01-13-2009 08:42 PM

Quote:

Originally Posted by gamerscms (Post 1711206)
That is your opinion and i have my own which is not going to change.

This is like any other shoutbox you tell me what features MGC has that the others don't? and they are without copyright.

Well I don't want to show off but just get through the options and you will see...

The number of options, features, and possibility of customization are way more important and you have the ability to create channels...

Just think at the number of hours passed on the mod and you perhaps would understand.

Anyway It's your opinion and I respect it of course ! Peace man :)

Quote:

Originally Posted by Harley D (Post 1711275)
Well I for one understand what is to work my butt off for others for nothing, only to have a few cry about something trivial yet well deserved in such a disrespectful manor.

I will be paying the $20.00 and will KEEP the branding/copyright just to counteract such opinions and to keep MGC motivated in his efforts to provide a great piece of code for FREE!

Thank You MGC!

PayPal sent!
User Name on you forum "High Octane"

Thanks man :) Hopefully there are people that recognize things ;)

Quote:

Originally Posted by FF|Skyrider (Post 1711330)
Hey VB, one of my users on the forums is unable to switch "Show the chatbox:" in his userCP to "yes", when he attempts to do so, it automatic switches back to no. Any idea what's going on? I checked his usergroup and chatbox settings, and they are fine. No one on his usergroup is having the issue.

He's using same style as other users ?

Have you tried loging-in as him and test ?

Jaxel 01-13-2009 11:27 PM

How does this mod compare to Flashchat? Flashchat is a use bane on server resources.

Ranger187 01-13-2009 11:31 PM

Quote:

Originally Posted by Jaxel (Post 1711525)
How does this mod compare to Flashchat? Flashchat is a use bane on server resources.

Was that English? ;) Use bane on a server? Flashchat uses more if you are not using the ajax version.

This uses ajax so you shouldn't notice any performance issues.

Sweeks 01-14-2009 12:56 AM

I am having trouble adding the images, if anyone can clarify with this then please do as it will help loads.

Thank you.
________
Medicinal marijuana dispenseries

Ranger187 01-14-2009 01:03 AM

Quote:

Originally Posted by Sweeks (Post 1711590)
I am having trouble adding the images, if anyone can clarify with this then please do as it will help loads.

Thank you.

Put images in the misc folder. drag the mgc folder to the misc....for all styles.

Sweeks 01-14-2009 01:20 AM

I mean the images for the chat channels
________
THREESOME ITALIAN

Ranger187 01-14-2009 01:31 AM

Quote:

Originally Posted by Sweeks (Post 1711603)
I mean the images for the chat channels

It's in the channels folder ;)

Alfa1 01-14-2009 02:18 AM

Maybe this will describe it better:
Code:

Database error in vBulletin 3.7.4:

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 vb3_mgc_cb_evo_chat AS c
                LEFT JOIN vb3_user AS fromu ON (c.fromuid=fromu.userid)
                LEFT JOIN vb3_user AS tou ON (c.touid=tou.userid)
                LEFT JOIN vb3_avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
                LEFT JOIN vb3_customavatar AS customavatar ON (customavatar.userid = fromu.userid)
               
                WHERE (
                            chanid='0'
                            AND coidentifier IN ('0')
                            AND (touid='0' OR fromuid='17654'
                            OR touid='17654')
                            AND iswarning='0'
                        )
                ORDER BY sticky DESC,c.dateline DESC
                LIMIT 15;

MySQL Error  : Unknown column 'iswarning' in 'where clause'
Error Number  : 1054
Request Date  : Sunday, January 11th 2009 @ 04:17:28 AM
Error Date    : Sunday, January 11th 2009 @ 04:17:28 AM
Script        : http://www.mysite.com/forum/mgc_cb_evo_ajax.php

I am getting loads of these.

VBDev 01-14-2009 03:59 AM

Quote:

Originally Posted by Alfa1 (Post 1711644)
Maybe this will describe it better:
Code:

Database error in vBulletin 3.7.4:

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 vb3_mgc_cb_evo_chat AS c
                LEFT JOIN vb3_user AS fromu ON (c.fromuid=fromu.userid)
                LEFT JOIN vb3_user AS tou ON (c.touid=tou.userid)
                LEFT JOIN vb3_avatar AS avatar ON (avatar.avatarid = fromu.avatarid)
                LEFT JOIN vb3_customavatar AS customavatar ON (customavatar.userid = fromu.userid)
               
                WHERE (
                            chanid='0'
                            AND coidentifier IN ('0')
                            AND (touid='0' OR fromuid='17654'
                            OR touid='17654')
                            AND iswarning='0'
                        )
                ORDER BY sticky DESC,c.dateline DESC
                LIMIT 15;

MySQL Error  : Unknown column 'iswarning' in 'where clause'
Error Number  : 1054
Request Date  : Sunday, January 11th 2009 @ 04:17:28 AM
Error Date    : Sunday, January 11th 2009 @ 04:17:28 AM
Script        : http://www.mysite.com/forum/mgc_cb_evo_ajax.php

I am getting loads of these.

Well seems like the chatbox didn't install correcty (as per the error).

The iswarning field shall have been created in the mgc_cb_evo chat table upon chatbox install.

Are you sure it's up to the right version in product system ?

SnapOff Racing 01-14-2009 08:14 AM

Quote:

Originally Posted by gamerscms (Post 1710808)
Clicked UNINSTALLED due to copyright being is the most silliest place and looks a mess in that small font gone over to Cyb shoutbox.

Started out great as a free mod now the developer is getting to greedy asking for $20.00 to remove the copyright when everyone who uses VB knows what shoutbox it is.

LOL have fun with that! Cyb has some good hacks but that DEFINITELY isn't one of them.

MGC Chatbox > ANY OTHER CHATBOX BY FAR!!!!

Quote:

Originally Posted by Harley D (Post 1711275)
Well I for one understand what is to work my butt off for others for nothing, only to have a few cry about something trivial yet well deserved in such a disrespectful manor.

I will be paying the $20.00 and will KEEP the branding/copyright just to counteract such opinions and to keep MGC motivated in his efforts to provide a great piece of code for FREE!

Thank You MGC!

PayPal sent!
User Name on you forum "High Octane"

Awesome :up:

Alfa1 01-14-2009 09:01 AM

Quote:

Originally Posted by VBDev (Post 1711734)
Well seems like the chatbox didn't install correcty (as per the error).

The iswarning field shall have been created in the mgc_cb_evo chat table upon chatbox install.

Are you sure it's up to the right version in product system ?

My installed product list displays:
MGC chatbox Evo version 2.1.0. It does not display what the latest version available is.
I use different table prefixes. (vb3_ ) Can that be the problem?

VBDev 01-14-2009 10:16 AM

Can you check in your database and tell me in the mgc_cb_evo_chat table if there is a iswarning field ?

Alfa1 01-14-2009 10:57 AM

yes, there is.


All times are GMT. The time now is 02:21 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.05850 seconds
  • Memory Usage 1,882KB
  • 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
  • (5)bbcode_code_printable
  • (33)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