Page 6 of 14 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 1988

Hybrid View

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

    Default Re: Link Manager 3.0 release

    on which page(s) is this happening?

  2. #2
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clyde,
    On the links page.

  3. #3
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Can anyone help with this problem?

    The Links Manager 3 script appears to be installed and working except:

    These do not show up at all under admin/extras, so I can't add categories, edit or even approve links.

    Admin -> Extras -> Links (allows creating & editing of links)
    Admin -> Extras -> Link Categories (allows creating & editing of categories)
    Admin -> Extras -> Links Contact (allows the sending of e-mails)

    All that shows is the default Zen Cart options.

  4. #4
    Join Date
    Apr 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Its on local only, does screen shot help on the right side
    Attached Images Attached Images  

  5. #5
    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 ogie56 View Post
    Its on local only, does screen shot help on the right side
    admin -> configuration -> links manager -> Length of Link Categories Name

    Try setting this to either 15 or 17 and see if that helps.

  6. #6
    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

  7. #7
    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.

  8. #8
    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>';
    ?>

  9. #9
    Join Date
    Jul 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello,

    I am new to Zen cart and am trying to install the link manager add on. When I past the code into the query filed and press send I receive the following error msg - Precondition Failed
    The precondition on the request for the URL /store/admin/sqlpatch.php evaluated to false.

    Since this is my first attempt at an add on I am sure that I am doing something crazy here, but would appreciate guidance.

    Thank you,
    Jennifer

  10. #10
    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 jgardner View Post
    Hello,

    I am new to Zen cart and am trying to install the link manager add on. When I past the code into the query filed and press send I receive the following error msg - Precondition Failed
    The precondition on the request for the URL /store/admin/sqlpatch.php evaluated to false.

    Since this is my first attempt at an add on I am sure that I am doing something crazy here, but would appreciate guidance.

    Thank you,
    Jennifer
    This is the first time I've come across this error. It is most likely connected with mod_security settings.

    You'll have to check with your hosting company because essentially your web server thinks your browser didn't send something it should have.

 

 
Page 6 of 14 FirstFirst ... 45678 ... LastLast

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

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