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)

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 09:52 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.05436 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)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
  • (10)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