vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - BBR - Resize Images with lytebox v3.22 (https://vborg.vbsupport.ru/showthread.php?t=230411)

KHALIK 01-27-2010 03:31 AM

Not working on vb 4.01

Installed a fresh without any errors and double checked settings - not working with and without LyteBox as well.

BBR-APBT 01-27-2010 03:42 AM

Quote:

Originally Posted by KHALIK (Post 1967640)
Not working on vb 4.01

Installed a fresh without any errors and double checked settings - not working with and without LyteBox as well.

It does work on 4.0.1 Check the demo site. With 384 installs and over 1000 downloads and your saying it doesn't work at all does not add up.

Plus if you would like help please do the following.
Mark as installed.
Print screen shot of the settings for this mod.
Give me a link on a forum post with images where this mod is installed.

Do you have vBSEO installed?

Just saying it does not work does not help me help you. I need details.

KHALIK 01-27-2010 11:16 AM

Hi there,

Print screen shot of the settings for this mod.
I am using the same settings as the image settings provided under attachment.

Do you have vBSEO installed?

Yes, vbSEO 3.5.0 installed -- can that be the problem?

EDIT:
Uninstalled, A very good mod but it is not compatitble with VBSEO at the moment.

compuminus 01-27-2010 02:36 PM

Quote:

Originally Posted by KHALIK (Post 1967870)
Do you have vBSEO installed?

Yes, vbSEO 3.5.0 installed -- can that be the problem?

This is definitely the problem. VBSEO 3.5 RC2 has this issue, but they have been notified about it and will have it fixed in the next release. In the meantime it might help to change how external links are handled. If you prevent them from being redirected then that fixes a lot of the issues.

compuminus 01-27-2010 02:39 PM

Just wanted to reiterate that right now the lytebox add-on is unusably slow for Internet Explorer users. This is a big problem, and probably the biggest of everything that has been mentioned so far.

BBR-APBT 01-27-2010 05:26 PM

Quote:

Originally Posted by compuminus (Post 1968036)
Just wanted to reiterate that right now the lytebox add-on is unusably slow for Internet Explorer users. This is a big problem, and probably the biggest of everything that has been mentioned so far.

It isn't no slower then firefox or Opera. It must be the users connection.

compuminus 01-27-2010 05:46 PM

Quote:

Originally Posted by BBR-APBT (Post 1968170)
It isn't no slower then firefox or Opera. It must be the users connection.

This is not the user's connection. It is a confirmed bug with lytebox and IE8. The fix is to either disable animations for all browsers in lytebox.js via:

Code:

this.doAnimations        = false;
or, to apply this.doAnimations on a case-by-case basis depending on the browser using the following function:

Code:

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) {
                this.doAnimations = false;
                }
                else {
                this.doAnimations = true;               
                }

(with the above function, animations are disabled for all IE browsers -- not just IE8. IE7 and lower can also have issues, although with IE7 it's not as bad)

BBR-APBT 01-27-2010 06:06 PM

Quote:

Originally Posted by compuminus (Post 1968186)
This is not the user's connection. It is a confirmed bug with lytebox and IE8. The fix is to either disable animations for all browsers in lytebox.js via:

Code:

this.doAnimations        = false;
or, to apply this.doAnimations on a case-by-case basis depending on the browser using the following function:

Code:

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) {
                this.doAnimations = false;
                }
                else {
                this.doAnimations = true;               
                }

(with the above function, animations are disabled for all IE browsers -- not just IE8. IE7 and lower can also have issues, although with IE7 it's not as bad)

Thanks for that information as I did not see that. I have not had one person say anything about that.

As a side note it makes it faster for all browsers. I think on my next releases this will be shipped with animations off.

compuminus 01-27-2010 06:48 PM

Quote:

Originally Posted by BBR-APBT (Post 1968208)
Thanks for that information as I did not see that. I have not had one person say anything about that.

As a side note it makes it faster for all browsers. I think on my next releases this will be shipped with animations off.

Great! Issues with IE8 and animations are discussed further here:
http://nederveld.wordpress.com/2009/...et-explorer-8/

Another bug I noticed is that lytebox is not used if you click on an image before all the images in the thread have finished downloading. This appears to be a bug in the plugin as opposed to lytebox.

BBR-APBT 01-27-2010 06:52 PM

Quote:

Originally Posted by compuminus (Post 1968248)
Great! Issues with IE8 and animations are discussed further here:
http://nederveld.wordpress.com/2009/...et-explorer-8/

Another bug I noticed is that lytebox is not used if you click on an image before all the images in the thread have finished downloading. This appears to be a bug in the plugin as opposed to lytebox.

This is because the page has to finish loading before the replacement is done.


All times are GMT. The time now is 11:02 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.01456 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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