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.
If you want a mouse over instead of a yellow bar read post 271, I provided a hack to do it.
I'd love an option where I wouldn't have to mess with a 'core' file. Can the yellow bar be altered/changed to a 'mouse-over' option automatically by the author of this mod/hack?
I also cannot reproduce that. Create a new styles with no parent style. This will cause it to use all default templates. Now, view your forums with this style with the product enabled. Does the problem still occur?
I'd love an option where I wouldn't have to mess with a 'core' file. Can the yellow bar be altered/changed to a 'mouse-over' option automatically by the author of this mod/hack?
Thats what I was wondering to. For now I'll mess with the core file, i did for the older image resize hack. But I agree it would be nice if it was an option.
Hey Alliya, to remove the yellow warning box from images embedded using IMG tags, add the following CSS to your style.
Code:
.ncode_imageresizer_warning {
display: none;
}
After doing that you will notice that there is no way to click on the image to enlarge it, so you'll need to do the following. I don't like doing it this way because it involves editing a core file, but it's the only way I could figure it out. Maybe Jase knows a better way.
Using FTP, browse to /includes/ and edit the following line of PHP code in the file "class_bbcode.php".
This should get it working, but you will then notice that the images sit flush on top of each other (they have no margin), which looks bad when they are posted in that way (see here for an example of what I am talking about, note that I have not disabled the warning box).
One more question...where is this code added??
.ncode_imageresizer_warning {
display: none;
}
...into theAdditional CSS Definitions on each style?? or is it added into the .js file??