Quote:
Originally Posted by gabrielt
Nice. Installed. A small bug though. Line 120 from ncode_imageresizer.js must be changed from
mimg.src = NcodeImageResizer.BBURL+'/images/statusicon/wol_error.gif';
to
mimg.src = '/images/statusicon/wol_error.gif';
Thanks
Gabriel.
|
For me (and many others) in multiples installs, this works ok. Comes in that way from ncode image resizer for vb's 3.6.x.
I just change (in headinclude template) the order of the javascripts. Now it declare first, and then call the ncode .js
Quote:
Originally Posted by gabrielt
Hey,
I found a small bug on nCode Image Resizer: UserCP inclusion plugin.
Where is:
Code:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</title></legend>' . $vbphrase['ncode_imageresizer_profileoptions_title_desc'] . '';
Should be:
Code:
$customfields['threadview'] .= '<fieldset class="fieldset">
<legend><label for="theimageresizer">' . $vbphrase['ncode_imageresizer_profileoptions_title'] . '</label></legend>';
Two errors: you used </title> instead of </lable> and you can post a text ($vbphrase['ncode_imageresizer_profileoptions_title_desc']) outside the table that follows or you will have a break in layout. In fact, $vbphrase['ncode_imageresizer_profileoptions_title_desc'] and $vbphrase['ncode_imageresizer_mode_description'] are identical, showing that the above piece was added by mistake.
Cheers,
Gabriel.
|
Was already mentioned earlier in the thread, and is already fixed in v1.2.7
...
@Subah, i'm not ignoring you. It's just this threads for keep bugfixing and feature request are not efficient at all. Sorry.