Page 98 of 199 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 1988
  1. #971
    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 weezee View Post
    How do I resize my links box it all out of wack. weezeesgifts.com

    I upgraded my link manager.
    can you post the contents of includes/templates/cherry_zen/sideboxes/tpl_links_select.php

  2. #972
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 release

    I am going to move about 1000 links to this link manager module because it is integrated with Zencart. Is there an easy way to add/import all these links in bulk? If not, what about using phpmyadmin? I look at the table structures and it seems likely but I am not sure how to use it. Please advise. Thanks in advance.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  3. #973
    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 dealbyethan.com View Post
    I am going to move about 1000 links to this link manager module because it is integrated with Zencart. Is there an easy way to add/import all these links in bulk? If not, what about using phpmyadmin? I look at the table structures and it seems likely but I am not sure how to use it. Please advise. Thanks in advance.
    In order to get your current links into links manager you will have to use phpmyadmin.

    First - You will have to export the links information from the original database tables.

    Second - You'll need to structure that information so that it can be imported into the Links Manager tables.

    Once both of these steps are completed you could construct an sql statement from the newly structured information that could be run to insert the links into Links Manager.

    Hope this helps.

    If you need additional assistance PM me.

  4. #974
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    can you post the contents of includes/templates/cherry_zen/sideboxes/tpl_links_select.php
    <?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">' . "\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 . '"') . 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>';
    ?>

    I have the submit link off because I've been getting all kinds of pornography and spam links.

  5. #975
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I found the problem I compared my old includes/templates/cherry_zen/sideboxes/tpl_links_select.php to the one I just downloaded. style="width: 100%"' was missing from the one dated 3/27/2008 so I added it and adjusted the size.

    Thanks a lot.

  6. #976
    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 weezee View Post
    I found the problem I compared my old includes/templates/cherry_zen/sideboxes/tpl_links_select.php to the one I just downloaded. style="width: 100%"' was missing from the one dated 3/27/2008 so I added it and adjusted the size.

    Thanks a lot.
    Glad you got it sorted.

  7. #977
    Join Date
    Apr 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    having problem with chery_zen and the link box is off to the right any Idea's

  8. #978
    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
    having problem with chery_zen and the link box is off to the right any Idea's
    URL for your site??

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

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

 

 

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