The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CES Dynamic [IMG] Resize (Plugin Version) Details »» | |||||||||||||||||||||||||||
CES Dynamic [IMG] Resize (Plugin Version)
Developer Last Online: Sep 2022
CES DYNAMIC [IMG] RESIZE
Version: 1.2.2 This mod is based on TECK's Dynamic Picture Resize for [IMG] tag mod. I made this mod after seeing a discussion in the thread about the potential number of file edits necessary to add some requested features, and then realized the entire mod could be accomplished with essentially just 1 plugin. TECK suggested that for ease of support I release my updated product file in a new thread, so here it is. *** NEWS *** 7/8/2009 - v1.2.2 released 9/23/2007 - v1.2.1 released 9/21/2007 - v1.2.0 released 9/13/2007 - v1.1.0 released 9/11/2007 - v1.0.4 released 9/9/2007 - support thread opened, v1.0.1 - 1.0.3 released 9/8/2007 - v1.0.0 released Products to Install: 1 Plugins Included: 7 Files to Upload: 0 New Templates: 1 Template Edits: 0 Files to Edit: 0 What It Does: When using the [IMG] bbcode tag, a user may add an image to his/her post that is too ginormous for your intended vBulletin style, pushing things out of the way, and not looking particularly nice. This hack resizes oversized images to specified acceptable dimensions, anywhere that the [IMG] tag is used. Current Features:
Known Issues: - None *** Changelog *** As of Version 1.2.2: - bug fix: XSS flaw As of Version 1.2.1: - bug fix: table explosion As of Version 1.2.0: - new feature: max width sharing for multiple images on a line - bug fix: onclick interferes with [url] - bug fix: onclick properties not passed to resize disclaimer - bug fix: images separated by line breaks - bug fix: [img] ignores [noparse] As of Version 1.1.0: - new feature: maximum height - extended: maximum width can be in pixels or percentage - bug fix: resize message class not set in Internet Explorer - updated templates: dynamicpic_script Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
But to answer your other question: resizing the images in only one area would almost defeat the purpose of using this mod at all. If you're concerned about the alert "This image was resized," it doesn't appear in signatures or private messages. |
#13
|
|||
|
|||
Thanks
But Is there a screenshot ? |
#14
|
|||
|
|||
No screenshot (not sure what it would prove). You can view the dev testing thread here: http://www.crackedeggstudios.com/project.php?issueid=36
|
#15
|
|||
|
|||
Thanks. Installed.
|
#16
|
|||
|
|||
in my case it only changes the image into url into thus images are not displayed.
|
#17
|
|||
|
|||
That's not really too helpful. What are the settings I asked about earlier?
|
#18
|
|||
|
|||
Quote:
image code is enabled of course. It does not resize my sig, it makes them url. no alert message, just url. all images that uses img code becomes url |
#19
|
||||
|
||||
Quote:
same here all images that uses img code becomes url. Uninstalled. |
#20
|
|||
|
|||
I can only figure that there is a conflict since I have messed with the settings ad nauseum and can't figure out why this is occurring on your install. Please list any mods that hook into bbcode_parse_start (check the Plugin Manager, and sort by hook location instead of product).
|
#21
|
|||
|
|||
Hi
Really nice hack, thank you. I have some little problems. My option for your hack: 'Enable/disable a message above each image that has been resized' is Off (value = 0) If this option turned off, firefox displays an error message. Please see the image attached with this post (2nd line). Code:
.resizeimage { max-width: $vboptions[ces_dynamicpic_width]px; } * html .resizeimage, .resizednote { width: expression((this.width > intval($vboptions[ces_dynamicpic_width] - 1))) ? '$vboptions[ces_dynamicpic_width]px' : 'auto'); } IE 7 does not display the background-color for $dynamicpic['note_true'] if this option 'Enable/disable a message above each image that has been resized' enabled. My wish: Allow to resize if 'Enable/disable a message above each image that has been resized' disabled. Kind Regards, Stoebi |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|