vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Image Resizer (https://vborg.vbsupport.ru/showthread.php?t=176531)

danielc2384 05-05-2008 03:02 PM

Only probably (minor) is that when a page loads up the image automatically opens big for a split second. I would prefer if it was the smaller size when opened.

Other then that great mod!

Andy92 05-05-2008 07:46 PM

Same, if this could be fixed then it would be awesome!

Stubbed 05-06-2008 06:17 AM

Quote:

Originally Posted by danielc2384 (Post 1509357)
Only probably (minor) is that when a page loads up the image automatically opens big for a split second. I would prefer if it was the smaller size when opened.

Other then that great mod!

That's because the script is executed when the page is completely loaded, there's not really any way around this, as there are other effects on page loading/image viewing time.

There are a couple of bugs:

In readme.html

Quote:

Please report all bugs, or feature requests at: https://vborg.vbsupport.ru/showthread.php?t=176531
That actually links to /www.paulsonny.com

When selecting the option to reset the users settings, I get this error:

Quote:

Fatal error: Call to a member function query_write() on a non-object in /var/www/nzhondas.com/forum/includes/adminfunctions_options.php(473) : eval()'d code on line 11
Also, the settings in the user control panel appear to be broken. *edit* - I just noticed you are aware of that issue..

All of this is on 3.7 Gold.

Andy92 05-06-2008 04:24 PM

What you need to update is this...

1) Make the image auto resize before they have loaded. Because page breaks then fixes once the image has loaded.

2) Instead of when the person clicks the bar at the top of the image and then it opens up a new tab or window with the image url in, why not make it open with a lightbox? Like the click it, the page fades out and it appeares in that javascript lightbox?

Mrdby 05-06-2008 06:15 PM

Quote:

Originally Posted by Stubbed (Post 1510111)
That's because the script is executed when the page is completely loaded, there's not really any way around this, as there are other effects on page loading/image viewing time.

There are a couple of bugs:

In readme.html



That actually links to /www.paulsonny.com

When selecting the option to reset the users settings, I get this error:



Also, the settings in the user control panel appear to be broken. *edit* - I just noticed you are aware of that issue..

All of this is on 3.7 Gold.

same issue

Jase2 05-06-2008 09:10 PM

Yes, that error is known. I will try get a fix provided asap.

Stubbed 05-07-2008 02:29 AM

Quote:

Originally Posted by Andy92 (Post 1510658)
1) Make the image auto resize before they have loaded. Because page breaks then fixes once the image has loaded.

I don't see how you would do this, the hack is javascript based and is only going to know the full size of the image once it is completely loaded. You could in theory make a complete ground up hack using php to check the file dimensions first, and that would create much more traffic/load.

To me, the temporary breakage in theme is acceptable, if this was something that the coder would want to undertake it would have to be optional.

Quote:

Originally Posted by Andy92 (Post 1510658)
2) Instead of when the person clicks the bar at the top of the image and then it opens up a new tab or window with the image url in, why not make it open with a lightbox? Like the click it, the page fades out and it appeares in that javascript lightbox?

Again, all these are great feature ideas for some people, but shouldn't be made the default/one and only option. A lot of my users don't use Lightbox because it's to slow.

XiZa 05-07-2008 08:01 AM

couldn't you use max-width (css) and ie hack to make sure it doesn't display the big image for a split second ?

XiZa 05-07-2008 08:02 AM

#posts img {
max-width:400px;
width: expression(this.width > 400 ? 400: true);
}

DieselMinded 05-09-2008 01:29 AM

Is this a stable mod or is it in Beta ?


All times are GMT. The time now is 08:37 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.01272 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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