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)

zelnik 01-04-2009 07:06 AM

A lot of my members are complaining to me that they're getting ajax errors and to contact site admin.

I'm yet to get the error myself and trying to get a screen capture of the error but just thought i'd post here to see if anyone else has been getting the same?

The previous version was running just fine!

VBDev 01-04-2009 07:20 AM

Quote:

Originally Posted by pedroenf (Post 1700531)
A ChatBox encontra-se no modo inactivo.
Para sair do modo inactivo clique no bot?o "refresh" ou na tecla F5 do seu teclado e actualize toda a p?gina.

Ok then it was the double quotes. These are interpreted as characters you know in javascript and php language.

Quote:

Originally Posted by inciarco (Post 1701073)
I've detected a Bug on the Last Version.

When You Edit a Shout all the Most Recent Shouts from the Edited one are not Displayed and the ShoutBox Stays on "Loading" those most Recent Shouts; that don't change even by pressing the "Refresh" Button. :confused:

Only Some Minutes Later the ShoutBox decides to Display the Changed Messages and the Newest Ones (from the Changed One). :confused:

Is curious because for Unregistered Users (Only the Can See ChatBox Option On), the Changes can be seen immediately. :confused:

I Hope you can Detect and Fix that Small Bug.

I liked all the other Improvements, Thank You For Sharing this Great Mod.

My Best Regards.

:)

I am not sure I did understand you. You mean that when you edit a chat in the chatbox the chatbox then stays in loading state ?

Well I just tested and it's working perfect on my forum (forumcoding.com).

Quote:

Originally Posted by Ranger187 (Post 1701074)
Um. Invisible? You mean it's not there. ;) Make sure usergroups setting is right. Make sure it's enabled etc.

He meant it was invisible in the arcade if I assume right ?

VBDev 01-04-2009 07:21 AM

Quote:

Originally Posted by zelnik (Post 1701100)
A lot of my members are complaining to me that they're getting ajax errors and to contact site admin.

I'm yet to get the error myself and trying to get a screen capture of the error but just thought i'd post here to see if anyone else has been getting the same?

The previous version was running just fine!

It's a known "issue". Tell your users to refresh their cache.

Shishir 01-04-2009 07:23 AM

The Language is still Spanish or something. I did everything right I guess. But no luck. Can't understand a Word in Admin CP. All the messages are in that language also.

May I mention, I have uploaded the English Language file as mentioned.

So disappointed. Couldn't figure out, so asking for any help.

Shishir

zelnik 01-04-2009 07:33 AM

Quote:

Originally Posted by VBDev (Post 1701103)
It's a known "issue". Tell your users to refresh their cache.

Thanks for the quick reply VBDev!

Hve you any idea on how to fix this yet or is it advisable to go back to the earlier version?

The Realist 01-04-2009 09:04 AM

I had the same problem, see my post Here.

Regards

Quote:

Originally Posted by Shishir (Post 1701104)
The Language is still Spanish or something. I did everything right I guess. But no luck. Can't understand a Word in Admin CP. All the messages are in that language also.

May I mention, I have uploaded the English Language file as mentioned.

So disappointed. Couldn't figure out, so asking for any help.

Shishir


inciarco 01-04-2009 02:58 PM

Quote:

Originally Posted by VBDev (Post 1701102)
I am not sure I did understand you. You mean that when you edit a chat in the chatbox the chatbox then stays in loading state ?

Well I just tested and it's working perfect on my forum (forumcoding.com).

When I set the Permissions of Any Usergroup to just "Can view the chatbox" that Usergroup can see all the Posts.

When I ser the Permissions of Any Userfroup to "Can use the chatbox" then if I maka a Change on any Post, from that Post and the ones Most Recent the Usergroups where I've set the Permissions to "Can use the chatbox" won't be able to see that Changed Post and the ones Most Recent than That One, at least for some time that I have not yet determine; after that time passes (I don't know what process happens internally on the ChatBox) then the Usergroups are Allowed to see the Changed Post and the Recent Ones.

That is in the ChatBox, because on the History/Archive all the Posts are Shown Well.

And as I said if I set only the Permission of "Can view the chatbox" and the Other ones to No (like for Unregistered Users), then that Usergroup can see all the Posts even the One Changed and most Recent Ones than that.

That Behaviour makes me Deduce that is a Bug; I've used Previous Versions of your ChatBox (exactly the 0.2.1 of EVO) and that Error don't Occur.

What Can Be Happening? :confused:

My Best Regards.

:)

VBDev 01-04-2009 04:03 PM

Quote:

Originally Posted by zelnik (Post 1701105)
Thanks for the quick reply VBDev!

Hve you any idea on how to fix this yet or is it advisable to go back to the earlier version?

Yes I know how to fix it. Just edit the mgc_cb_evo_functions.js file in the clientscript/mgc_cb_evo folder and search for the warning message you users have had.

And remove the whole alert javascript function call in which it's cointained.

Quote:

Originally Posted by inciarco (Post 1701368)
When I set the Permissions of Any Usergroup to just "Can view the chatbox" that Usergroup can see all the Posts.

When I ser the Permissions of Any Userfroup to "Can use the chatbox" then if I maka a Change on any Post, from that Post and the ones Most Recent the Usergroups where I've set the Permissions to "Can use the chatbox" won't be able to see that Changed Post and the ones Most Recent than That One, at least for some time that I have not yet determine; after that time passes (I don't know what process happens internally on the ChatBox) then the Usergroups are Allowed to see the Changed Post and the Recent Ones.

That is in the ChatBox, because on the History/Archive all the Posts are Shown Well.

And as I said if I set only the Permission of "Can view the chatbox" and the Other ones to No (like for Unregistered Users), then that Usergroup can see all the Posts even the One Changed and most Recent Ones than that.

That Behaviour makes me Deduce that is a Bug; I've used Previous Versions of your ChatBox (exactly the 0.2.1 of EVO) and that Error don't Occur.

What Can Be Happening? :confused:

My Best Regards.

:)

Well I am not having that problem on my forum, please send me a test account so that I can have a look.

Cybershaolin 01-04-2009 04:30 PM

Quote:

Originally Posted by VBDev (Post 1701450)
Yes I know how to fix it. Just edit the mgc_cb_evo_functions.js file in the clientscript/mgc_cb_evo folder and search for the warning message you users have had.

And remove the whole alert javascript function call in which it's cointained.

Regarding this error, what do I need to remove exactly between the first ; and the last ; ?

OK I know I have to remove the error message but it ends with )}}... so do I remove the whole thing, even after until the other ; ?

Just want to be sure about what to remove...

Code:

;function vBulletin_AJAX_Error_Handler(a){alert("Ajax error: an error has occured in an ajax request of the chatbox, please report your admin")}}YAHOO.util.Event.onDOMReady(function(){YAHOO.initChatbox=new function(){var a=function(){this.cancel();

entertain 01-04-2009 06:36 PM

When clicking on "View all chats of ..." in the menu of a shout (from an other user), I can always only see my own shouts.


All times are GMT. The time now is 04:45 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.12883 seconds
  • Memory Usage 1,764KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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