Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BBR - Resize Images with lytebox v3.22 Details »»
BBR - Resize Images with lytebox v3.22
Version: 1.01, by BBR-APBT BBR-APBT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.x Rating:
Released: 12-16-2009 Last Update: 01-07-2010 Installs: 694
Uses Plugins
Additional Files  
No support by the author.

I will no longer support vBulletin because of IB and the agile development, and they are not fixing bugs like they should. Instead they add bloat.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #212  
Old 01-27-2010, 03:31 AM
KHALIK KHALIK is offline
 
Join Date: May 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on vb 4.01

Installed a fresh without any errors and double checked settings - not working with and without LyteBox as well.
Reply With Quote
  #213  
Old 01-27-2010, 03:42 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
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.
Reply With Quote
  #214  
Old 01-27-2010, 11:16 AM
KHALIK KHALIK is offline
 
Join Date: May 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #215  
Old 01-27-2010, 02:36 PM
compuminus compuminus is offline
 
Join Date: Apr 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
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.
Reply With Quote
  #216  
Old 01-27-2010, 02:39 PM
compuminus compuminus is offline
 
Join Date: Apr 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #217  
Old 01-27-2010, 05:26 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by compuminus View Post
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.
Reply With Quote
  #218  
Old 01-27-2010, 05:46 PM
compuminus compuminus is offline
 
Join Date: Apr 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
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)
Reply With Quote
  #219  
Old 01-27-2010, 06:06 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by compuminus View Post
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.
Reply With Quote
  #220  
Old 01-27-2010, 06:48 PM
compuminus compuminus is offline
 
Join Date: Apr 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
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.
Reply With Quote
  #221  
Old 01-27-2010, 06:52 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by compuminus View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05784 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete