vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

Adam21 07-16-2007 10:13 AM

When i clicked on the canal_wol icon ,it doesn't do anything.
Instead,a javascript error appears at the bottom of my screen,error message is "Done,but with errors on page".
Code:

Details:
Line 351
Char:5
Error:Object required
Code:0

By the way,great upgrade!Looks cooler with the new icons.:up:

sybakaos 07-16-2007 10:24 AM

Hi,

I've used MGCchat on my test forum and moved it to my active forum. I uninstalled mgc from my test forum but I can't update usergroups anymore, it gives a MySQL error. Your hack doesn't uninstall cleanly? There are still appearing radio buttons also but without text.

Code:

MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Greets,
SybaKaos.

VBDev 07-16-2007 10:36 AM

Quote:

Originally Posted by Pottsy (Post 1292592)
The original idle fault was on both collapsed and expanded, but the odd recurring idle thing is only on collapsed.

PM sent... :)

For the first appearance, this is strange coz it should not show that on first load, I'll dig through that and also through the collapsed one.

Quote:

Originally Posted by Karabaja (Post 1292593)
Clicking a smiliey throws me to cyb's advanced stats, not to the bottom of the page. And it only seems to happen on first click. If I click two smilies in a row first one will jump the cursor down, on second click it stays where it is.
I also don't get anyone in channel wol, even though some members are shown as in mgc chatbox in board's who's online.
But regardless of the above still great hack and thx VBDev for providing support I haven't seen yet seen with any other hack. Hope you won't get too tired :)

Regarding the smileys, it means that it send you to the top of the chatbox (which is the bottom of the cybstats) that's right ?

If this is the case this is what I explained but don't really know actually how to pass through this :(, I'll search !

Oh yes I am tired :D Na that's start of the week so that's good but waking up like this morning with 2 pages of message bumped my head down :eek:

But you know being nominated to the MOTM two times already is a great reward for me thus I will not win it ;)

Quote:

Originally Posted by Njm (Post 1292596)
hello agin thanx 4 every thing .... i have a problom

whene i wirhgt somting in the text and after i send it nothing happen ?

but whene i go to Archives i see all my text ?

how can i fixe it ?

my text it dosen`t show in the box ?

What happens after that if you try to refresh ?

Quote:

Originally Posted by Adam21 (Post 1292626)
When i clicked on the canal_wol icon ,it doesn't do anything.
Instead,a javascript error appears at the bottom of my screen,error message is "Done,but with errors on page".
Code:

Details:
Line 351
Char:5
Error:Object required
Code:0

By the way,great upgrade!Looks cooler with the new icons.:up:

If you look at the source code of the page in your browser, what is on line 351 (if this javascript code coz sometimes line in the error doesn't correspond the good line in the code).

Quote:

Originally Posted by sybakaos (Post 1292630)
Hi,

I've used MGCchat on my test forum and moved it to my active forum. I uninstalled mgc from my test forum but I can't update usergroups anymore, it gives a MySQL error. Your hack doesn't uninstall cleanly? There are still appearing radio buttons also but without text.

Code:

MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Greets,
SybaKaos.

Please have a look at the Readme file and ensure that you are following instructions as specified !

I think you have uninstalled the product before removing the xml files which is not what you should have done. To repair that, remove the xml files and then rebuild the bitfields manually (if you don't know how to do that, search for one of my previous message in this thread :)).

sybakaos 07-16-2007 10:44 AM

I should have done that, and actually, did it now with satisfaction. Thanks.

May I suggest a change?
- A server-push when sending a chatline. When a user sends a chatline, the chatbox should refresh for anyone active in the chat. I have a very active chat and a lot of times users type a message thinking they are the next in the chatbox, but after hitting "send", suddenly 10 new lines appear.

VBDev 07-16-2007 10:56 AM

There are no way I could do that, the only thing that could be done is to lower the refresh period time but this would become server intensive in my opinion (I think but never tested ;)).

Anyway, you know using it like that is like having a real chat an this is not really intended for that kind of use, there are some limitations I can't break through and this one is part of them. And I don't want my chatbox to become a enormous "factory" (which it is starting to be with all thos functionnalities :D).

sybakaos 07-16-2007 11:01 AM

Ok. Thanks for your reply.

I may found a small issue:
- when I disable the /team option and go to chat I see two buttons (good). When I click the wol button, it works (good) but when I click the "canal normal" button again, another "canal button" appears below it.

I like your chatbox a lot ;).

VBDev 07-16-2007 11:15 AM

Quote:

Originally Posted by sybakaos (Post 1292654)
Ok. Thanks for your reply.

I may found a small issue:
- when I disable the /team option and go to chat I see two buttons (good). When I click the wol button, it works (good) but when I click the "canal normal" button again, another "canal button" appears below it.

I like your chatbox a lot ;).

Ok, I'll have a look to that issue in the next version, todo list will be available very soon.

Don't forget to click install if you want to be warned when a new version is available.

sybakaos 07-16-2007 11:24 AM

Thanks, I'll keep updating you and hit install right away.

'issue 1' I found is (using oldest lines on top):
- The scrollbar only goes to bottom when you yourself makes a new chatline. If anyone else makes a chatline, the scrollbar doesn't go to bottom.

'issue 2'
- when a user disables chatbox from withtin their UserCP, the entire bit is gone (ie. can't enable anymore because the option to do so is gone). This the value added in SQL (mgc_cb_params):
Code:

a:7:{s:13:"mgc_cb_police";s:0:"";s:13:"mgc_cb_taille";i:0;s:14:"mgc_cb_couleur";b:0;s:8:"mgc_cb_b";i:0;s:8:"mgc_cb_u";i:0;s:8:"mgc_cb_i";i:0;s:11:"mgc_cb_show";i:0;}

Adam21 07-16-2007 11:27 AM

Quote:

Originally Posted by VBDev (Post 1292636)

If you look at the source code of the page in your browser, what is on line 351 (if this javascript code coz sometimes line in the error doesn't correspond the good line in the code).

Line 351 relates to some template codes,i dont think it causes that
Quote:

/* ***** Rounded Footer ***** */
.rzone {
display: block;
}
Any ideas please?:confused:

matDDH 07-16-2007 11:47 AM

I went back in and reinstalled / overwrite some the files and i still have the same issues.

WOL is not showing anything its just blank

Team chat doesnt blink either.

Even if these issues can not be fix im sticking with your chatbox its the best.


All times are GMT. The time now is 12:06 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.04642 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
  • (5)bbcode_code_printable
  • (8)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
  • (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