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)

TeknoSounds 06-09-2010 11:03 AM

Quote:

Originally Posted by w00ttastic (Post 2050811)
That's exactly the problem, I check "no" on "allow BBCode" for the usergroup and they can still use BBCode.

Hmm haven't played with the setting myself, just saw it was there, could be a bug in the code :-/

Jeweetog 06-09-2010 11:08 AM

Quote:

Originally Posted by Jazzinto (Post 2050932)
Can someone help me with this that I have asked?

Hi,

What is the error you get? And did you set permissions if you mean you cant see the channel?

Zombo 06-09-2010 01:36 PM

hi I ave a strange problem:

When autocompletion is disabled, I cannot see tabs, even if tabs is enabled.

As soon as I turn on autocompletion, tabs appear.

Jeweetog 06-09-2010 09:02 PM

Quote:

Originally Posted by Zombo (Post 2050996)
hi I ave a strange problem:

When autocompletion is disabled, I cannot see tabs, even if tabs is enabled.

As soon as I turn on autocompletion, tabs appear.


I did a test and I have the same problem.

Think it's a bug.

VBDev 06-12-2010 06:30 AM

Quote:

Originally Posted by gpc10347 (Post 2050396)
What really baked my cookies was that if I opened Firefox, and removed the /me chat, I could refresh Explorer and all was well. Firefox showed the /me text perfectly in the chat window and in the Archive so it did get submitted ~ Explorer simply stalled on submission (Little animated circle did it's thing forever and other users were unable to chat (I asked, they too were on Explorer). Explorer would also return to a functional state if I disable the /me command.

Ok I mark this is in the bug list and will check it out.
Was this with any /me text or was there a specific text ?

Quote:

Originally Posted by Jazzinto (Post 2050932)
Can someone help me with this that I have asked?

Well, please show a screenshot of what you did to create the channel :)

Quote:

Originally Posted by w00ttastic (Post 2050811)
That's exactly the problem, I check "no" on "allow BBCode" for the usergroup and they can still use BBCode.

I'll mark this in the bug list and check it out.

Quote:

Originally Posted by Jeweetog (Post 2051207)
I did a test and I have the same problem.

Think it's a bug.

Same :)

gpc10347 06-12-2010 11:59 AM

Quote:

Originally Posted by gpc10347 (Post 2050396)
What really baked my cookies was that if I opened Firefox, and removed the /me chat, I could refresh Explorer and all was well. Firefox showed the /me text perfectly in the chat window and in the Archive so it did get submitted ~ Explorer simply stalled on submission (Little animated circle did it's thing forever and other users were unable to chat (I asked, they too were on Explorer). Explorer would also return to a functional state if I disable the /me command.

Quote:

Originally Posted by VBDev (Post 2052382)
Ok I mark this is in the bug list and will check it out.
Was this with any /me text or was there a specific text ?

Seems any text is accepted but not able to display with the other chats in IE. I typed test, 'test' with single quotes and "test" with double quotes just to try to figure out anything to make it work but once sent, the chat window in IE would freeze with only the refresh spinning icon continually spinning. Other users were obviously unable to chat until I deleted the chat with /me in it. Firefox displayed each with no problems.

Hope that helps and again, thank you.

sybakaos 06-12-2010 12:30 PM

Quote:

Originally Posted by VBDev (Post 2049746)
Hum it's strange, do you get any similar error if you look into the firefox console ?

A node doesn't exist. FireFox is more forgiving when it comes to coding errors. The fix I've incorporated is as follows catching any error that may happen.

This fixes the /me and /slap and possibly any other display issues of special commands in IE.


Code:

mgc_cb_evo_functions.js

 try {
                /* Creation of the username column */
                nchattd        = document.createElement('td');
                nchattd.setAttribute('width','0');
                nchattd.setAttribute('align',mgc_cb_evo_left);
                nchattd.setAttribute('valign',mgc_cb_evo_chat_valign);
                nchattd.setAttribute('noWrap','nowrap');
                nchattd.style.whiteSpace = 'nowrap';
                nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
                nchatrow.appendChild(nchattd);
 } catch(e) {
                /* Creation of the username column for IE */
                nchattd        = document.createElement('td');
                nchattd.setAttribute('width','0');
                nchattd.setAttribute('align',mgc_cb_evo_left);
                nchattd.setAttribute('valign',mgc_cb_evo_chat_valign);
                nchattd.setAttribute('noWrap','nowrap');
                nchattd.style.whiteSpace = 'nowrap';
                nchatrow.appendChild(nchattd);
}


gpc10347 06-12-2010 06:21 PM

Quote:

Originally Posted by sybakaos (Post 2052492)
A node doesn't exist. FireFox is more forgiving when it comes to coding errors. The fix I've incorporated is as follows catching any error that may happen.

This fixes the /me and /slap and possibly any other display issues of special commands in IE.

:)... and verified as working.

(THANKS!)

I commented out lines 2104 through 2112 and inserted your code and Voila!, its working for both /me and /slaps...

Awesome

VBDev 06-12-2010 08:09 PM

Holy crap !! that's true why didn't I think about that earlier, those chats don't have a col for username :)

Well spotted thanks will incorporate the fix in this way or another ;)

TeknoSounds 06-12-2010 08:55 PM

had a user report an issue on IE8 where he doesn't see the dropdown menu icon to the left of the username. Could this be related to the fix posted?


All times are GMT. The time now is 04:31 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.11019 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
  • (1)bbcode_code_printable
  • (11)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