Page 1 of 29 12311 ... LastLast
Results 1 to 10 of 287
  1. #1
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Image Manager addon

    Hi all,

    I just contributed a new Image Manager for Zen-Cart 1.3.8.

    The reason I developed this add-on, is that I was looking for an alternative way to handle my images, small, medium and large. Somehow Google had problems with IH2 links, so I had to revert back to the original way.

    Any comments are welcome.

    Although not much CAN go wrong with using the addon (see the provided help info), I advice you to play around in a test environment first.

    Boudewijn.

    Image Manager is now available from the download section at: http://www.zen-cart.com/index.php?ma...oducts_id=1441
    Last edited by boudewijn; 15 Oct 2009 at 09:20 AM.

  2. #2
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: New Image Manager available

    Hello
    good posting but i cant see de images. wend you click on "clik for image" the link is http://mysite.com/images/acessories/image.jpg but its rong the correct link is http://mysite.com/SHOP/images/acessories/image.jpg

  3. #3
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: New Image Manager available

    Hi Dinix,

    Can you try the following:

    In admin/includes/functions/extra_functions, edit function_image_manager.php

    On line 187, replace:

    $file = HTTP_CATALOG_SERVER . "/" . DIR_WS_IMAGES . $p["dirname"] . $p["filename"] . "." . $p["extension"];

    with:

    $file = DIR_WS_CATALOG_IMAGES . $p["dirname"] . $p["filename"] . "." . $p["extension"];

    On line 233, replace:

    $file = HTTP_CATALOG_SERVER . "/" . DIR_WS_IMAGES . 'medium/'. $p["dirname"] . $p["filename"] . "_MED." . $p["extension"];

    with:

    $file = DIR_WS_CATALOG_IMAGES . 'medium/'. $p["dirname"] . $p["filename"] . "_MED." . $p["extension"];

    On line 287, replace:

    $file = HTTP_CATALOG_SERVER . "/" . DIR_WS_IMAGES . 'large/'. $p["dirname"] . $p["filename"] . "_LRG." . $p["extension"];

    with:

    $file = DIR_WS_CATALOG_IMAGES . 'large/'. $p["dirname"] . $p["filename"] . "_LRG." . $p["extension"];

    I THINK this will fix your problem, but as I cannot test this myself I'm not entirely sure. If it doesn't help, please report back and we will go a step further.

    Boudewijn

  4. #4
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: New Image Manager available

    Tanks Boudewijn
    now works fine

  5. #5
    Join Date
    Mar 2008
    Location
    Gouda, Netherlands
    Posts
    213
    Plugin Contributions
    1

    Default Re: New Image Manager available

    Sounds like a good add on, I will give it a try once I'm done updating the stores!
    Working on http://www.skull-shop.net once again.

  6. #6
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: New Image Manager available

    Hmmm nice shop :-)

    Installation is done in 5 mins.....
    If you intend to update your images too, this tool will be very helpful!

  7. #7
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Image Manager available

    Looks like this doesnt work with 1.3.9.

    When installed on a 1.3.9 you dont see thumbnails of images.
    Also you can not perform any actions on images. You cant create sized images ( the main feature I liked).

    It does let you search your images and see if the correct images size files are present. It does make non existent folders automatically.
    And you can delete images that are not linked.

    I did try boudewijn's fix above with no effect.

  8. #8
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: New Image Manager available

    Hi,

    Actually I just started rebuilding our webshop to ZenCart 1.3.9. I also copied the IM package but had no opportunity yet to test it, as there are no products and images in my DB.
    I will give this some priority and come up with an answer soon.

    Boudewijn

  9. #9
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: New Image Manager available

    I did find a small bug in the English language file:

    in

    <admin dir>/includes/languages/english/extra_definitions/image_manager.php line 30 should be:

    define('IM_SELECT_IMG_IMG_ALL', 'All images');

    Furthermore I did a small test with one product and one image, and all works fine. So I suspect the problem is in your config.
    Can you check <admin dir>/includes/configure.php and check the values for:

    HTTP_CATALOG_SERVER: should be something like http://www.mysite.com (no trailing slash)
    DIR_WS_IMAGES: should be images/

    and check if the image is actually in http://www.mysite.com/images/mypic.jpg

    The uploaded image should appear, even before the medium and large image is made, if you select "Small images' or 'All images' in the option bar and click 'Send'.

    Boudewijn

  10. #10
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: New Image Manager available

    Just checked configure.php admin/includes file and it is all correct.
    All product images are in the correct image folder.

    I tried selecting all different options and could not get any thumbnail images to appear. Nor were there any options anywhere to create med. or large images.

    I will try your small change, but don't think that is big enough a change to make it work on my site. I did notice that another image manager addon named Imaged Handler required another program GD libraries or ImageMagick to work. However I see no mention of this anywhere about your addon. Is it required for yours as well and just doesnt mention it? ty for the help.

 

 
Page 1 of 29 12311 ... LastLast

Similar Threads

  1. Is Module Manager (for Simple SEO addon) and v1.5.0 compatible?
    By sports guy in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 6 May 2012, 02:56 AM
  2. Problem integrating additional image titles addon and commercial addon
    By strugglingnovice in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 15 Aug 2010, 03:07 PM
  3. Order Manager addon option not available
    By gruccio in forum Addon Shipping Modules
    Replies: 1
    Last Post: 19 Jan 2010, 02:23 PM
  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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR