Re: ReIMG Image Resizer
Posted: Mon Aug 24, 2009 1:51 pm
I've uploaded version 1.0.1 which is pending validation by my colleagues 
Software Development
https://www.davidiq.com/support/
just like version 1.0.0 the pictures does not appear before the complete load.DavidIQ wrote:What exactly happens? Hard to help when this is on a local install that doesn't have access from the Internet.
Hi DavidDavidIQ wrote:The only thing that is supposed to happen is that an image loading icon () is supposed to show while the image is loading. This may not show if the image has started loading onto the page.
Code: Select all
</body>Code: Select all
<!-- IF S_REIMG -->
<script type="text/javascript">
// <![CDATA[
if (window.reimg_version)
{
reimg_loading();
}
// ]]>
</script>
<!-- ENDIF -->
Code: Select all
$user->add_lang('acp/board');Code: Select all
$user->add_lang('mods/reimg');Code: Select all
$user->add_lang('acp/styles');Code: Select all
$user->add_lang('mods/reimg');Code: Select all
'REIMG_SETTINGS' => 'Image resize settings',
'REIMG_MAX_SIZE' => 'Maximum image dimensions',
'REIMG_MAX_SIZE_EXPLAIN' => 'When an image is larger than this it will be resized. Set to 0 to disable horizontal and/or vertical resizing.',
'REIMG_REL_WIDTH' => 'Maximum relative image width',
'REIMG_REL_WIDTH_EXPLAIN' => 'When an image is wider than this it will be resized. Set to 0 to ignore the relative width.',
'REIMG_SWAP_PORTRAIT' => 'Normalize landscape/portrait',
'REIMG_SWAP_PORTRAIT_EXPLAIN' => 'If set to yes the maximum dimensions are loosely applied, so landscape and portrait images are equally resized. If set to no the maximum width and/or height are strictly enforced.',
'REIMG_ZOOM_BLANK' => 'New window',
'REIMG_ZOOM_DEFAULT' => 'Normal link',
'REIMG_ZOOM_EXTURL' => 'External link',
'REIMG_ZOOM_LITEBOX' => 'Lightbox',
'REIMG_ZOOM_LITEBOX_1_1' => 'Lightbox 1:1',
'REIMG_ZOOM_LITEBOX_RESIZED' => 'Lightbox resized',
'REIMG_ZOOM_HIGHSLIDE' => 'Highslide',
'REIMG_ZOOM_METHOD' => 'Zooming method',
'REIMG_ZOOM_METHOD_EXPLAIN' => 'Select the method that is used to link to the original, larger image.<br/>NOTE on Highslide: If you wish to use Highslide please note that you must first download the Highslide JS ZIP package from <a href="http://highslide.com/download.php">here</a> and place the <em>highslide</em> directory from the downloaded zip file into the <em>reimg</em> directory in your forum.',
'REIMG_IGNORE_SIG_IMG' => 'Ignore images in signatures',
'REIMG_IGNORE_SIG_IMG_EXPLAIN' => 'If set to yes then images in signatures will not be resized.',Code: Select all
'IMG_ICON_REIMG_ZOOM_IN' => 'Zoom in',
'IMG_ICON_REIMG_ZOOM_OUT' => 'Zoom out',You need to also refresh your imageset.Dark Ashelin wrote:I've applied the mod to my forum, and purged the cash. The resizer seems to work, but the zoom button doesn't show up correct. It just gives me a greenish square on the top left of my resized image.
Example: http://www.continentoftheninth.info/for ... p?f=3&t=11
How can I fix this?