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.
You should upgrade the version in the xml file to 1.0.2.
You should also change the minversion to 3.6.
Nice mod
I've just updated the product file, so if you installed this earlier, download the new package, then just re-import the product, remembering to select yes for overwrite.
I've also just quickly cleaned the usercp options up a little. I plan cleaning all the code up tomorrow, as some of it is outdated.
this is one of my fav mods from 3.6... glad to see it will be getting more support.
i do have one question (the one thing that bugged me about the old version) is there was no way to have it load a smaller dynamically created image for the preview. using one of the graphics libraries vbulletin uses to automatically resize the picture and put that in the small version.
because if this one works like the old one (assuming it does) that one would just download the whole image and then resize it to fit better in the page. but it would still have to download the whole image first and quite a few images posted on our site are large and quite big file size wise). it would be one of those little things to make pages load even faster.
aggiefan, unfortunately it does not do server side resizing of images (ajax). Everything is done clientside. Therefore, the image has to be downloaded completely before the script can resize them. I may however, in a future version, do server side resizing of images.