Page 12 of 199 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 1988
  1. #111
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    lhhgbh1_zencart

    is this the prefix for your database tables?

  2. #112
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    not sure i know what you mean.. db tables?? lhhgbh1 is my control panel login name...
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Link Manager 3.0 release

    When you installed Zen Cart you should have indicated a prefix for the database (such as zen_)

    what prefix do you have for your database?

    also did you run the links.sql script included with Links Manager

  4. #114
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    yes lhhgbh1 is mine and yes I ran the sql....
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Link Manager 3.0 release

    OK,

    copy the following code:

    Code:
    DROP TABLE IF EXISTS link_categories;
    CREATE TABLE link_categories (
      link_categories_id int(11) NOT NULL auto_increment,
      link_categories_image varchar(64) default NULL,
      link_categories_sort_order int(3) default NULL,
      link_categories_date_added datetime default NULL,
      link_categories_last_modified datetime default NULL,
      link_categories_status tinyint(1) NOT NULL default 0,
      PRIMARY KEY  (link_categories_id),
      KEY idx_link_categories_date_added (link_categories_date_added)
    ) TYPE=MyISAM AUTO_INCREMENT=2 ;
    
    INSERT INTO link_categories VALUES (1, 'link_category.jpg', 0, '2004-11-19 18:56:22', '2004-11-19 19:00:19', 1);
    open admin -> tools -> install SQL patches

    paste the code in the query box and click the "send" button.

  6. #116
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    nope that didnt do anything.. whats happening on the screen is when I turn the box on i click on my home page and the entire page is not aligned right.. the left side boxes are all in the middle of the screen and then down at the bottom, where the links box should be, is just those words that i typed in earlier.. I am using the future zen template if that makes any difference..
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Link Manager 3.0 release

    do you have a URL for the site so I can take a look.

  8. #118
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    yeah its my flag pride site in my sig, but i dont have the box on... since it doesnt work I dont leave it on because I have daily customers..
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Link Manager 3.0 release

    Check your database with phpmyadmin and make sure you have the following tables.

    links
    links_description
    links_status
    links_to_link_categories
    link_categories
    link_categories_description

  10. #120
    Join Date
    Feb 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I am using version 3.0.2 and I have two questions.

    #1 Is the require "registered users" only can submit a link option in this version?

    #2 Is there a way for the admin to determine if a reciprocal link is required for individual sites? For instance I would want to require a link to another business, but I wouldn't want a reciprocal link for some other sites/pages.

 

 

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