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)

mikkle 02-03-2008 01:29 PM

Quote:

Originally Posted by lolo? (Post 1431589)
the error message

I can confirm this (at least when using Firefox).

I successfully patched the by replacing the outer single-quotes with double-qoutes in admincp/mgc_cb_evo.php :

Line 45:
Code:

if(confirm('<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>'))
changed to:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
and Line 1313:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>))
changed to:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
:O) Mikkle

VBDev 02-03-2008 01:50 PM

Quote:

Originally Posted by mikkle (Post 1435329)
I can confirm this (at least when using Firefox).

I successfully patched the by replacing the outer single-quotes with double-qoutes in admincp/mgc_cb_evo.php :

Line 45:
Code:

if(confirm('<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>'))
changed to:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
and Line 1313:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>))
changed to:
Code:

if(confirm("<? echo $vbphrase['mgc_cb_evo_are_you_sure_to_delete']; ?>"))
:O) Mikkle

Cool thanks for the fix :)

Not being able to reproduce it was a bit of a problem to fix it :D

Included in next release.

adnedarn 02-03-2008 01:57 PM

1 Attachment(s)
Quote:

Originally Posted by VBDev (Post 1435185)
I don't get you on that one ? What do you mean ?

If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.

Quote:

Originally Posted by VBDev (Post 1435185)
H is for 24 format i think. This is not a bug but rather a misset of the parameter.

Then I guess your example is wrong? You have:

"AM/PM format (ie, 11:15 PM): h:i A "

I think the correct code for that would be "g:i A"

Andrew

VBDev 02-03-2008 02:10 PM

Quote:

Originally Posted by adnedarn (Post 1435340)
If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.

Hum I'll have a look.

Quote:

Originally Posted by adnedarn (Post 1435340)
Then I guess your example is wrong? You have:

"AM/PM format (ie, 11:15 PM): h:i A "

I think the correct code for that would be "g:i A"

Oh ok thanks.

VBDev 02-03-2008 03:47 PM

Quote:

Originally Posted by adnedarn (Post 1435340)
If I put more "Maximum number of chats when the chatbox is not collasped (should be "collapsed" btw misspelled)" to 25. Then click a down arrow. The drop down is much lower than my curser.
On The image below, the black circle is where I clicked, and see how far down the drop down is? The more "Maximum number of chats when the chatbox is not collasped" I put, the further down it goes instead of being directly under your curser.

About that problem, I am using vBulletin menu system to achieve the menu and the div used for that purpose are floating.

This is the reason why you see the menu above, as the chats are in scrollable div and the menu doesn't take that into account.

Unless I create my own menu system (which would take time) this won't be fixed. Otherwise, I could perhaps make the menu item open each time on top corner of the chatbox, what is your advice?

adnedarn 02-03-2008 04:09 PM

VBDev- right now I've just removed the extra post count.... It's nice to be able to scroll up some lines instead of having to open the archive if you miss something. The main problem with this problem, is even if it pops up below, when you go to click on something you run across other arrows and so you're chasing the box and it's like a boxing match trying to get to send a PM to the correct member. Does that make sense?

If you made it to open in the top corner (or maybe the bottom corner?), would it then not change even if we scrolled over other arrows? or would it still change?

Having the box show up directly under your curser is obviously best, but I understand that would be lots of work.

VBDev 02-03-2008 04:25 PM

Quote:

Originally Posted by adnedarn (Post 1435442)
VBDev- right now I've just removed the extra post count.... It's nice to be able to scroll up some lines instead of having to open the archive if you miss something. The main problem with this problem, is even if it pops up below, when you go to click on something you run across other arrows and so you're chasing the box and it's like a boxing match trying to get to send a PM to the correct member. Does that make sense?

If you made it to open in the top corner (or maybe the bottom corner?), would it then not change even if we scrolled over other arrows? or would it still change?

Having the box show up directly under your curser is obviously best, but I understand that would be lots of work.

Having it shown just under the cursor is IMO too much for such feature.

No If I was showing it always at tip it wouldn't move below.

adnedarn 02-03-2008 04:31 PM

having it always show up in one spot would be better I think. If whoever you click no longer changes as you move up (or down) to select your option in the box. All the options (new at top/new at bottom/input field at top/bottom) wouldn't affect this and cause a problem would it? ...just trying to think ahead :)

VBDev 02-03-2008 07:49 PM

No no don't worry this wouldn't ;)

That's ok then I'll do that like that, perhaps not in the next version but the one after.

Playa82 02-04-2008 04:15 AM

can't wait till the update is comin...


All times are GMT. The time now is 11:42 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.03797 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
  • (8)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