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)

Hornstar 02-09-2009 05:06 AM

Hopefully it will be fixed soon my members have been wanting this for so long, and I can't keep installing it and just having to disable it minutes later after each bug.

VBDev 02-09-2009 05:18 AM

Quote:

Originally Posted by LCN2007 (Post 1737420)
Yes sir i had it all set up are you using quicken plugin in FF to make the sound sand that plugin isnt supported any more due to some securities i think.

But i am using :

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6
VBulletin 3.7.2

It did work in IE kinda every time you changed channels it was like boing boing boing even if no new chats had been posted.

Another issue is i cant get the smiles button to show

Well that's strange, did you refresh your cache after install ?

This working properly on my forum.

Anyone else in the same situation ?

Quote:

Originally Posted by eh69 (Post 1737525)
VBDev whats going on with my problems? Maybe reason are polish letters? Im using Latin2 encode.

Installed 2.2.1 version of chatbox.

Well that could perhaps be a problem of encoding in the language. Have you imported the english language on your polish one ?

Quote:

Originally Posted by deta (Post 1737546)
Please fix the bug with ibproarcade!!!!

cu Deta

Hey man calm down !!!
I am not a little dog that obey orders.

Quote:

Originally Posted by Mihalis (Post 1737566)
I was wondering if chats show properly in Safari after the update. Is that fixed with 2.2.1? Thank you.

Yes they do, with previous version too (am a Mac user so I have tested on Safari)

VBDev 02-09-2009 05:24 AM

Quote:

Originally Posted by MDK-Indy (Post 1737673)
If i move more than one Thread from a sub-forum to another sub-forum i have a Database error.

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
                (1234098648,,'7293,Spionagenetzt',0,0,0,1,'thread',26);

MySQL Error  : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei ''7293,Spionagenetzt',0,0,0,1,'thread',26)' in Zeile 4
Error Number  : 1064
Request Date  : Sunday, February 8th 2009 @ 02:10:48 PM
Error Date    : Sunday, February 8th 2009 @ 02:10:48 PM
Script        : http://forum......de/inlinemod.php?do=domovethreads&threadids=4731,7252,4730
Referrer      : http://forum.......de/inlinemod.php?forumid=26
IP Address    : 217.84.243.65
Username      : Indy
Classname    : vB_Database
MySQL Version : 5.0.32-Debian_7etch8-log


Was this with the very latest files from here ?

Coz there had been problems with the earlier version 2.2.0.

Quote:

Originally Posted by exyuteam (Post 1737676)
OK. I will explain with PrnScr :) Just to say again, option Align usernames and chats are ON, and it's NOT WORKING on Firefox 3.0.6. (chat ver. 2.2.1), and WORKING OK in Chrome, IE 6, IE 7, Safari, and Firefox 2.0.0.20 (not try with other versions).... PrnScr from Chrome, Firefox 2.0.0.20 and Firefox 3.0.6 are attahed.....

Thanks m8 :cool:

Wow my damn very odd, I am marking this in the bug list to be checked.

Quote:

Originally Posted by entertain (Post 1737803)
Hey, is this correct to fix it like this?

/admincp/mgc_cb_evo.php
PHP Code:

$vbulletin->db->query_first("SELECT MIN(dateline) AS start FROM " TABLE_PREFIX "mgc_cb_evo_chat WHERE isthreadwarning='0' AND ispostwarning='0'"); 

Replace by
PHP Code:

$vbulletin->db->query_first("SELECT MIN(dateline) AS start FROM " TABLE_PREFIX "mgc_cb_evo_chat WHERE iswarning='0'"); 

Or is there more that have to be changed? :o

Yes that is :)

Quote:

Originally Posted by ibeteck (Post 1737880)
I would like to know if there is a way to make the chatbox faster I already changed the refresh intervals but didn't seem to make a difference. Also I want to clear out my archives I don't know if that might help out to make it faster. How can I clear my archive for the chat?

Well what is not fast for you ? Retrieving of chats data do takes time as it loads all data from ajax but that will be the case with any chatbox.

I might be implementing a kinda cache system in a release of the chatbox later this year to speed things up.

Quote:

Originally Posted by Gamempire (Post 1737912)
well, i study the error that firebug gives me:

Code:

uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.appendChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://yui.yahooapis.com/combo?2.6.0...ntainer-min.js :: anonymous :: line 50" data: no]
the error: NS_ERROR_INVALID_POINTER mean that there is something( "nsIDOMHTMLTableSectionElement") that the script can't append (the comand is: nsIDOMHTMLTableSectionElement.appendChild)

this create an infinite loop when the chatbox try to connect with ajax to the mysql database

(i have this problem with firefox and chrome, not with internet explorer)

i tried to empty cache and other things..nothing



can you fix it?


i would be very gratefully


EDIT: i also tried disabling all the other products, and it doesn't work

Hum very strange. It seems like your using yui files for chatbox from Yahoo server.

Had you try with local files ? (you can select that in chatbox options)

VBDev 02-09-2009 05:26 AM

Quote:

Originally Posted by Falon (Post 1737965)
I have got ready installed this mod. But in my AdminCP when i going to Manage commands, Manage channels, View logs, Import scripts, Counters update i see only white page on my right side of AdminCP.

Mod is working. I can see on forum and using. But without Import scripts, Manage channels is not good for me.
?????

I don't understand ? You mean there is an error when you try to use theimport script ?

Or is it the counter ?

Quote:

Originally Posted by nath89 (Post 1737973)
when i enable the chatbox nothing comes up on my homepage at all. just a blank screen?

Well that's strange, the chatbox should block the display of the forum.

Any error when the forum behave like that ? (SQL you would have received by email or javascript in firefox console)

Quote:

Originally Posted by acegames (Post 1737988)
I had this , so I switched off new post/thread notification until its fixed

Well seems like you're using not the right files are you with 2.2.1 ?

Quote:

Originally Posted by hornstar1337 (Post 1738405)
Hopefully it will be fixed soon my members have been wanting this for so long, and I can't keep installing it and just having to disable it minutes later after each bug.

Well there are currently no blocking bugs as far as I know ?

DotSauce 02-09-2009 05:56 AM

Found another bug related to the post notifications...

When a post is made automatically via RSS feed the thread ID number is incorrect in the chatbox notification and leads to a not found page. Replies also lead to the incorrect thread ID.

I also think this is messing up other normal thread notification ID's.

Example: http://www.TweetSocial.com

Username: TestBot
Password: testing

LGKeiz 02-09-2009 08:57 AM

There is a problem with displaying "answered threads"

http://gamingsync.com/showthread.php...20more%20later.

in the chat box the %20 do not show, and you get;

Answered in thread : [ARG:4 UNDEFINED]

anyone know how to fix this?

danielbahl 02-09-2009 09:17 AM

1 Attachment(s)
Hi VBDev and others,

I love this chatbox. It's just perfect.

After upgradering to the newest 2.2.1 I have some problems:

1. Safari is messing up. The first line in the chat is a old post. The other lines is fine?
Attachment 94455

2. There is a problem with displaying "answered threads" in the chat box:
Answered in thread : [ARG:4 UNDEFINED]

Hope you have a fix! :up:

Again thanks for a great chatbox, I'm considering buying branding free to support you!

Gamempire 02-09-2009 10:34 AM

Quote:

Originally Posted by VBDev (Post 1738425)
Was this with the very latest files from here ?

Coz there had been problems with the earlier version 2.2.0.



Wow my damn very odd, I am marking this in the bug list to be checked.



Yes that is :)



Well what is not fast for you ? Retrieving of chats data do takes time as it loads all data from ajax but that will be the case with any chatbox.

I might be implementing a kinda cache system in a release of the chatbox later this year to speed things up.



Hum very strange. It seems like your using yui files for chatbox from Yahoo server.

Had you try with local files ? (you can select that in chatbox options)


yes, i tried, but i get the same error, with a link to the local file..
it seems that it doesn't manage very well the firefox DOM...

have you got some ideas?

SnapOff Racing 02-09-2009 11:34 AM

Quote:

Originally Posted by entertain (Post 1736939)
When I make a shout with the following content, there is no way to edit this shout any more. :o

HTML Code:

[URL=http://www.vbulletin.org/]Test[/URL]
Quote:

Originally Posted by VBDev (Post 1736948)
When url bbcode is active ?

If yes that's a bit normal as the chatbox is a link in that case so when you double click it moves yo to the link.


I noticed this issue also.. In the older versions of MGC you were able to click somewhere else on the same line as the link and the edit box would initialize. That doesn't work anymore... :confused:

enteha 02-09-2009 11:37 AM

I have an amazing problem with this mod and when I updated to this new version my problem still exists. in my browser (opera 8.51) I have no scroll bar to go up and down and all posts are shown in the frame. look at the image:

https://vborg.vbsupport.ru/external/2009/02/82.jpg

thanks.


All times are GMT. The time now is 09:42 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.05776 seconds
  • Memory Usage 1,794KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (16)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