The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Image Resizer - Using nCode Script Details »» | |||||||||||||||||||||||||||||||||||||||
Image resizer using nCode script
This hack resizes external images (not attachments) in cms, blogs, posts, new thread preview, signatures, private messages, visitor messages and vBadvanced CMPS. You have the option to: Disable the hack. Choose the resize mode. Default Maximum width. Enable and disable cms resize option. Enable and disable postbit resize option. Enable and disable signature resize option. Enable and disable blogs resize option. Enable and disable private messages resize option. Enable and disable visitor messages resize option. Enable and disable vBadvanced CMPS resize option. This hack has been tested: - Using IE, FF, Chrome and Opera using default skin. Installation: - Upload the contents of upload folder to the root of your forum. - Import the XML file via Plugins & Products > Manage Products > Add/Import Products. - If you want to use "Enlarge in the same window" option you must edit "Image Medium Max" stylevar for the style you are using. Set this stylevar to high number e.g. 2000px or more if needed. Upgrade: - Upload the contents of upload folder to the root of your forum overwriting the existing file. - Remove old product from AdminCP produact Manager. - Import the XML file via Plugins & Products > Manage Products > Add/Import Products. PS. This hack adds one link in the footer to SevenSkins website. _________________________________ _________________________________ Please: Nominate this modification for the MOTM. Support me by donating ... click the link on the right. (Support Developer) Remember to click Mark as Installed if you use this hack. _________________________________ _________________________________ 03 Sep 2012 Version 1.6 -Added functionality: Resizing of the images in vBadvanced CMPS. Total Installs to date: 1248 Total Downloads to date: 7068 31 July 2011 Version 1.5 29 Jun 2011 Version: 1.4 -Fixed to work with vBulletin 4.1.4 -remove yellow bar as it was causing issue with vBulletin 4.1.4. -Added functionality: Resizing of the images in CMS comments. -Added functionality: Resizing of the images in BLOG comments. 21 Dec 2010 Version: 1.3 Thanks to ZexTasy for cms plugin code. Added these option: -Enable and disable cms resize option. -Enable and disable postbit resize option. -Enable and disable signature resize option. -Enable and disable blogs resize option. -Enable and disable private messages resize option. -Enable and disable visitor messages resize option. 25 June 2010 Version: 1.2.0 Fixed to work with vBulletin 404. 06 March 2010 Version: 1.0.0 Released . Download Now
Screenshots
Show Your Support
|
16 благодарности(ей) от: | ||
Abhik, BCP Hung, beertruck, davut_c20, Hippy, john7911, Kirk Fitzgerald, Life Revived, MagicThemeParks, michal72, mohammadxxx, Rubio, Teascu Dorin, TheLastSuperman, too_cool_3 |
Comments |
#72
|
||||
|
||||
Hack description is:
Quote:
|
#73
|
|||
|
|||
I understand, Seven could you update the Hack and make it compatible also with vB CMS?
It's very used and will be a great news for all member that use it. Thank you |
#74
|
|||
|
|||
Is there an image resizer that works with the CMS?
|
#75
|
|||
|
|||
|
#76
|
|||
|
|||
Hi mate cant wait for this but is that the one in the graveyard?
|
#77
|
|||
|
|||
Same question.
|
#78
|
||||
|
||||
No that is a different one.
I asked that to be moved to graveyard due to it was resizing all the images including banners etc. |
#79
|
|||
|
|||
Ah right awesome mate when can we hope for the cms /album one
|
#80
|
|||
|
|||
I think that's still the best image resizer. Thanks for your work.
Has anyone been able to enable this for group discussions? I've tried creating a plugin hooked to group_discussionbit_display_complete with the following code: Code:
if($vbulletin->options['sevenskins_imageresizer_enabled']) { $message['message'] = preg_replace('/<img src="([^"]*)" border="0" alt="" \/>/', '<img src="\\1" border="0" alt="" onload="NcodeImageResizer.createOn(this);" />', $message['message']); } |
#81
|
|||
|
|||
sexy
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|