Page 66 of 199 FirstFirst ... 1656646566676876116166 ... LastLast
Results 651 to 660 of 1988
  1. #651
    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 borzoid View Post
    Hi clyde...first off you are amazing in how you keep up with all the questions.

    I have a simple one. Where do I change the number of links displayed on a page?
    All set using the deault maximum settings.

    admin -> configuration -> maximum values

    Search Results Per Page
    Prev/Next Navigation Page Links

  2. #652
    Join Date
    Feb 2004
    Location
    Michigan
    Posts
    720
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    That did it...Thank you
    Connie Taylor

  3. #653
    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 borzoid View Post
    That did it...Thank you
    glad to help

  4. #654
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi There Clyde
    its me again, I'd like to reinstall Links Manager fresh again and I want to clear the db of the Links manager SQL Patches. Is there an unintall SQL? Would you say that all the SQL entries have links in their description?
    How ca I do it?
    Can you help?
    Thanks
    Franco

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

    Default Re: Link Manager 3.0 release

    [QUOTE=francocauter;461575]Hi There Clyde
    its me again, I'd like to reinstall Links Manager fresh again and I want to clear the db of the Links manager SQL Patches. Is there an unintall SQL? Would you say that all the SQL entries have links in their description?
    How ca I do it?
    Can you help?
    Thanks
    Franco[/QUOTE

    Yep,

    Just copy and paste the following in admin -> tools -> install sql patches and click the send button

    Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'Links Manager'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    
    INSERT INTO `configuration` VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-09-03 12:30:43', NULL, 'zen_cfg_textarea_small(');
    NOTE: a fresh install will delete the links you already have entered in the database because the install sql will delete your current links manager tables and then install new empty tables.

  6. #656
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Can I just upgrade to your latest version without deleting my existing links?
    Live and learn... the Zen way.

  7. #657
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I see borzoid has the links listing exactly the way I want it on www.DogsChoice.com

    How can I set this that it shows like this on the links listing?

    Title 1
    description text 1

    Title 2
    description text link 2
    Live and learn... the Zen way.

  8. #658
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by mydanilo View Post
    I see borzoid has the links listing exactly the way I want it on www.DogsChoice.com

    How can I set this that it shows like this on the links listing?

    Title 1
    description text 1

    Title 2
    description text link 2
    I guess the more precise question is, how do I get rid of the image column on the links listing page? borzoid, how did you do this??
    Live and learn... the Zen way.

  9. #659
    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 mydanilo View Post
    I guess the more precise question is, how do I get rid of the image column on the links listing page? borzoid, how did you do this??
    install the fix included in this post

    instructions necessary to accomplish what you want are also located in the referenced post.

    This fix and a few others will be included in the next update to Links Manager.

  10. #660
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Hi Clyde,

    Just noticed an error when trying to add new link categories.

    If the sort order field is left blank (which it is by default) then the following error message is displayed.

    1366 Incorrect integer value: '' for column 'link_categories_sort_order' at row 1
    in:
    [insert into zen_link_categories (link_categories_sort_order, link_categories_status, link_categories_date_added) values ('', '1', now())]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    A work-around is to enter a number into the sort order field.

    Maybe this field should be set to '0' by default?

 

 

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