Version: 1.0.2, by Jase2
Developer Last Online: Jun 2009
Category: Add-On Releases -
Version: 3.7.2
Rating:
Released: 04-17-2008
Last Update: 04-17-2008
Installs: 1255
DB Changes Uses Plugins Template Edits
Additional Files Translations
No support by the author.
Modfication Unsupported: This modfication is now unsupported, due to lack of time to work on it. However, TCattitude has continued development and added many cool NEW features. You can see the updated version here: https://vborg.vbsupport.ru/showthrea...=Image+Resizer
Image resizer for vBulletin version 3.6 and 3.7.
version: 1.0.2
Please remember to clickMark as Installedif you use this modification. Support questions from members who have not marked this as installed will be considered low priority.
What is this?
This resizes images in post that are bigger than the set dimensions in your AdminCP options. It also adds an information bar (which is not displayed when the image isn't resized) giving information about the original dimensions and filesize. Filesize is only supported on Internet Explorer, other browsers don't reveal this information through javascript.
Configuration
Please read the included readme.html
A big thanks to Spleasure, who actually created this product. He has given me the rights to the code, so I will be keeping it going for future versions, fixing any bugs, and adding new features.
Thanks, and Enjoy.
Please report bugs, or feature requests into this thread.
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.
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.
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..
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?
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..
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
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.