Page 1 of 2 12 LastLast
Results 1 to 10 of 284

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    209
    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
    209
    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
    209
    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
    May 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Image Manager addon

    Hello

    I've uploaded all the files and get the manager to appear in the admin however no images are showing, I'm running 1.3.9.

    Chris

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

    Default Re: Image Manager addon

    Quote Originally Posted by Manor View Post
    Hello

    I've uploaded all the files and get the manager to appear in the admin however no images are showing, I'm running 1.3.9.

    Chris
    Hi Chris,

    What options are selected?

  9. #9
    Join Date
    Oct 2004
    Posts
    920
    Plugin Contributions
    1

    Default Re: Image Manager addon

    Hi there, I installed the newest version of this mod on a 1.5.0 store as it says it is compatible, but no links show up in the admin. Is there something I need to do that is not listed in the mod readme file? Thank you!
    Danielle

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

    Default Re: Image Manager addon

    Quote Originally Posted by Danielle View Post
    Hi there, I installed the newest version of this mod on a 1.5.0 store as it says it is compatible, but no links show up in the admin. Is there something I need to do that is not listed in the mod readme file? Thank you!
    Did you run install_zc_1.5.sql?
    Are you using other admin profiles than superuser?

 

 
Page 1 of 2 12 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
  •