Page 28 of 29 FirstFirst ... 1826272829 LastLast
Results 271 to 280 of 283
  1. #271
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Image Manager addon

    Quote Originally Posted by familynow View Post
    i) Possible bug:
    I had deleted the uploads folder a while back just to keep things as clean and secure as possible and as it turns out IM doesn't like this. Even-though I specified a folder _other than the uploads folder_ & IM acknowledged said folder and stated the rights were correct IM would not re-upload until I created a images/uploads/ folder. FYI I'm still using an alternate folder for temp. but now that the uploads/ folder exists I no longer get any errors and the image is re-uploaded.
    This actually was a bug. It will be fixed in the next version of IM. Thanks for noticing and reporting!

  2. #272
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Image Manager addon

    Quote Originally Posted by familynow View Post
    ii) The suggested method of changing the Maximum Large Image Width/Height in the config to match the small image sizes and re-uploading in the hopes IM will add the image as LRG as well doesn't work. I don't get any errors but IM still shows it as "missing".
    I'm getting convinced that all the time, we try to make a work around in IM for a disfunction somewhere else. ZC by default fixes missing large and even medium size images by adjusting the filename to a file that is present, with a lower resolution. Apparantly, darkbox doesn't make use of this ability. So I think the problem is there.
    From the JS I cannot read (which may be my lack of knowledge of JS) what image name is passed to the script. Likely that is in the PHP code of the page.

  3. #273
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Image Manager addon

    Quote Originally Posted by familynow View Post
    Also, on a somewhat unrelated note, I'd like to suggest the ability to rename file extensions. That would be awesome. From my perspective this would be nice because many files were uploaded as .jpeg instead of .jpg. In trying to maintain consistency throughout my site, I've been diligently renaming these. But it's somewhat painful to do. If IM could do this it'd be great!
    I'm not sure how to do that. In any case it will affect the products information, which mentiones the filename of the image. Furthermore, I don't want to introduce an open rename method that enables you to rename anything to anything. So what rules should apply to a rename action?

  4. #274
    Join Date
    Feb 2009
    Posts
    411
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Quote Originally Posted by boudewijn View Post
    What strikes me, is that the popup link for the additional images is different from that of the main image. The additional image links explicitly point to the large image, while the main image link does not. So I'm not sure that the large image of the main picture actually is displayed in the popup.
    Ok ... so ... what do I do?

    I haven't altered any of the image links in regards to customizing ZC, other than whatever your addon alters. So I don't know why the popup link would be different than what it should be.

    Right now, I'm replacing the Monthly Specials products as it is a new month, thus new products on special.

    The first product I changed was the Laminate Conference Table and the popup image is fuzzy. And that was after completely deleting the original (previous product's) image and uploading the new product's image.

    Just to clarify, I do not have a problem when uploading a product pic for the first time. But if I have to replace a product pic, that is when I have a problem with the fuzziness factor.
    Last edited by beyre; 9 Apr 2012 at 03:05 PM.

  5. #275
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Have vs 1.9 installed (ZenCart 1.5 store) and all works well but I have no "Delete File" option for resized Large images. I do notice that the Large image dimensions remain in red even after correctly resizing and Medium images (with delete option) are in black. Any ideas on why I have no Delete option for my Large images?

    Click image for larger version. 

Name:	IM_example.jpg 
Views:	82 
Size:	9.0 KB 
ID:	10411

  6. #276
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Manager addon

    I think I've got this working with the additions of:

    $images[$image]["large"]["delete_link"] = ($dirread[DIR_FS_CATALOG_IMAGES . "large/" . $p["dirname"]] == true && IMFileIsWriteable($filename_large) ? $partlink. "&actcnt=" . ($_SESSION["actcnt"] + 1) . "&IMaction=deletefile&filename=" . urlencode('large/' . $p["dirname"] . $p["filename"] . IMAGE_SUFFIX_LARGE . "." . $p["extension"]) . "\" onclick=\"return confirm('" . IM_CONFIRM_SINGLE_DELETE . "');\" />". IM_IMAGE_DELETE . "</a>" : "");

    at line 358 of the function_image_manager.php file.

    Please let me know if this is an acceptable solution or if this will cause other problems?

  7. #277
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Manager addon

    OK, just needed to get one of my original images with the txt extension, and changing it back to a jpg corrupted the image. Seems to happen with every transition from txt to jpg extension, but did not happen with the former bak extension. Is there a safe way to convert the txt back to a jpg, or is the change to a txt file for backup just always going to result in a corrupt image?

  8. #278
    Join Date
    Jun 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Hey ZCers,
    just tried Image Manager 1.5 on my QA test system, and while it may work as it says, I have played with it for the better part of my morning and the admin UI I have to say is a bit lacking. I do not see the 'watermark' config that the readme talks about. So I'm stumbling in the dark and here's what i got working... WAIT... I just found it under the 'config/image manage' and will try again and get back to this post. : )

    I've used a watermark (that HAS to be named 'watermark.png' which I did not see mentioned anywhere) that was 100px x 100px. which is relatively small but IM uses this image in an odd way. It is huge relatively, to my thumbnail and stays large relative to my medium and large images (which I use IM to auto resize). See below image.



    Click image for larger version. 

Name:	Screen Shot 2012-06-26 at 12.46.41 PM.jpg 
Views:	33 
Size:	24.1 KB 
ID:	10712

    I want to thank IM for creating this plugin, and want to encourage further development and refinement.
    If anyone has any suggestions, please do share.
    Thanks,
    PM99
    Last edited by pm99; 26 Jun 2012 at 06:02 PM.

  9. #279
    Join Date
    Jun 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Quote Originally Posted by pm99 View Post
    Hey ZCers,
    just tried Image Manager 1.5 on my QA test system, and while it may work as it says, I have played with it for the better part of my morning and the admin UI I have to say is a bit lacking. I do not see the 'watermark' config that the readme talks about. So I'm stumbling in the dark and here's what i got working... WAIT... I just found it under the 'config/image manage' and will try again and get back to this post. : )

    I've used a watermark (that HAS to be named 'watermark.png' which I did not see mentioned anywhere) that was 100px x 100px. which is relatively small but IM uses this image in an odd way. It is huge relatively, to my thumbnail and stays large relative to my medium and large images (which I use IM to auto resize). See below image.



    Click image for larger version. 

Name:	Screen Shot 2012-06-26 at 12.46.41 PM.jpg 
Views:	33 
Size:	24.1 KB 
ID:	10712

    I want to thank IM for creating this plugin, and want to encourage further development and refinement.
    If anyone has any suggestions, please do share.
    Thanks,
    PM99
    Ok, I"m back and I've tried using the config panel for image manager, and I was extremely hopeful. But alas, fail. I got thouroughly confused as I tried changing my watermark image, but each time the watermark on the product image would not reflect the change. So i tried deleting the image and adding a new image, and voila, the watermarks are no longer there. I deleted the medium and large images in hope of regenerating them with the new watermarks, but .. that link is now gone?! Huh? Am I missing something? Tired. Need to move forward... but this is aggravating! Here's what my admin panel now looks like to see what I mean...

    Click image for larger version. 

Name:	argghhh.jpg 
Views:	39 
Size:	19.1 KB 
ID:	10713
    Last edited by pm99; 26 Jun 2012 at 06:33 PM.

  10. #280
    Join Date
    Jun 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Uninstall went well, nothing broke.

 

 
Page 28 of 29 FirstFirst ... 1826272829 LastLast

Similar Threads

  1. Advanced Cross Sell error message in Admin Module Manager addon
    By RobertG in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 4 May 2010, 09:25 PM
  2. Order Manager addon option not available
    By gruccio in forum Addon Shipping Modules
    Replies: 1
    Last Post: 19 Jan 2010, 02:23 PM
  3. Urgent help - quick fix? Broken site after installing Ad Manager addon
    By mygalaxy in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 26 Jun 2009, 09:34 AM
  4. Store Manager addon sees invalid Zen Cart db
    By JohnBoyCR in forum General Questions
    Replies: 1
    Last Post: 22 Jan 2009, 05:52 PM
  5. Function of Module Manager addon
    By alimtlai in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 21 Jan 2009, 09:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •