Page 99 of 199 FirstFirst ... 4989979899100101109149 ... LastLast
Results 981 to 990 of 1988
  1. #981
    Join Date
    Dec 2003
    Posts
    8
    Plugin Contributions
    0

    Default Images as direct URL's

    I took over to zen carts that both had older link manager versions installed.

    I re-installed zen and the latest link manager, and the images that the client had for the links are not displaying in one of the carts (and in the admin area, the image doesn't display because it wants to find the image in a local path.

    If I am not clear enough above - let me state again, ALL the images come from external paths, and are not on the site. The client does not have others submit links, he puts them in himself.

    Any idea why the images don't display? I looked at the links manager configuration and set the display images to 2. That works on one site, not the other.

    Rick

  2. #982
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by rweiss View Post
    I took over to zen carts that both had older link manager versions installed.

    I re-installed zen and the latest link manager, and the images that the client had for the links are not displaying in one of the carts (and in the admin area, the image doesn't display because it wants to find the image in a local path.

    If I am not clear enough above - let me state again, ALL the images come from external paths, and are not on the site. The client does not have others submit links, he puts them in himself.

    Any idea why the images don't display? I looked at the links manager configuration and set the display images to 2. That works on one site, not the other.

    Rick
    The new version of Links Manager allows uploading of "Banner" images to a designated images directory (by default images/links_image). If no "Banner" image is uploaded then a default image is used.

    To add images (or convert from an older version of Links Manager) the images need to be located in the images/links_image directory. Then in Admin -> extras -> links You can edit the links and in the image URL: field add the following:

    links_image/YOUR_IMAGE.*** or links_image/links_default.jpg

    If the images are from an external link Then You will most likely have to get the images and and upload them to images/links_image and edit the links as explained above.

  3. #983
    Join Date
    Apr 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Got it working on cherry_zen template this what I put in the tpl_links_select and then I set it cat. name length to 18

    thank's

    <?php
    /**
    * Links Select Sidebox Template
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_links_select.php 3.4.0 3/27/2008 Clyde Jones $
    */
    $content = "";
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">' . "\n";
    $content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
    $content .= zen_draw_pull_down_menu('lPath', $links_array, (isset($_GET['lPath']) ? $_GET['lPath'] : ''), 'onchange="this.form.submit();" size="' . MAX_LINKS_LIST . '" style="width:92%; margin:0%;"') . zen_hide_session_id();
    $content .= zen_draw_hidden_field('main_page', FILENAME_LINKS) . '</form>';
    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a>';
    }
    if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
    $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';
    }
    $content .= '</div>';
    ?>

  4. #984
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    283
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clyde,
    I'm going to pester you again! I'm still trying to get my Link Manager to work properly. It's now displaying like it should, but I can't actually ADD any links.

    I have tried going into Admin - Extras - Links and adding them myself from there. It appears to take all of the information, but when I test the link, I get a message "error reading URL". The status button is yellow. I know the URL is correct, because I copied & pasted it right into my browser and it brings up the page I'm trying to do a link for.

    I have also attempted to use the "Submit Link" button from the web site. When doing so, there was a large red box at the very top of the page & is said something like "error writing to destination". There were emails saying the link was submitted successfully and when I clicked to notify, that email came through. However, the link still doesn't display.

    Any ideas?? The site is: www.kings-kreations.com

    Thanks!!
    Mindy

  5. #985
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by gizmo_girl View Post
    Hi Clyde,
    I'm going to pester you again! I'm still trying to get my Link Manager to work properly. It's now displaying like it should, but I can't actually ADD any links.

    I have tried going into Admin - Extras - Links and adding them myself from there. It appears to take all of the information, but when I test the link, I get a message "error reading URL". The status button is yellow. I know the URL is correct, because I copied & pasted it right into my browser and it brings up the page I'm trying to do a link for.

    I have also attempted to use the "Submit Link" button from the web site. When doing so, there was a large red box at the very top of the page & is said something like "error writing to destination". There were emails saying the link was submitted successfully and when I clicked to notify, that email came through. However, the link still doesn't display.

    Any ideas?? The site is: www.kings-kreations.com

    Thanks!!
    Mindy
    The yellow button means that the status of the link(s) is pending. links need to have a status of approved before they show up. You can do this either by clicking the green button or you can edit the link and set the status from the dropdown at the bottom of the page.

  6. #986
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    283
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    OK, got it activated & it's showing & linking correctly now, but the image isn't showing up. The size is 150 x 30.

  7. #987
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by gizmo_girl View Post
    OK, got it activated & it's showing & linking correctly now, but the image isn't showing up. The size is 150 x 30.
    which version of links manager are you using?

  8. #988
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    283
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Looks like version 3-4-0.

  9. #989
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by gizmo_girl View Post
    Looks like version 3-4-0.
    The new version of Links Manager allows uploading of "Banner" images to a designated images directory (by default images/links_image). If no "Banner" image is uploaded then a default image is used.

    To add images (or convert from an older version of Links Manager) the images need to be located in the images/links_image directory. Then in Admin -> extras -> links You can edit the links and in the image URL: field add the following:

    links_image/YOUR_IMAGE.*** or links_image/links_default.jpg

    If the images are from an external link Then You will most likely have to get the images and and upload them to images/links_image and edit the links as explained above.

  10. #990
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    283
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    OK, I went into Admin - Extras - Links and edited the URL for the image box to show the following:
    http://www.kings-kreations.com/zen/i..._logo_mini.jpg

    I also tried it with:
    http://www.kings-kreations.com/zen/i...ks_default.jpg

    Neither will display an image. If I delete the URL, the links page will show "No Image Available". I can't figure out what else I need to do. TIA!

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 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