Results 1 to 10 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

    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.

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

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

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

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

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

  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 Boognish View Post
    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.
    #1 - no it doesn't but you can run the following sql statement to add it.

    copy and paste into admin -> tools -> install SQL patches

    Code:
    INSERT INTO configuration (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());
    #2 - this option is either on or off for all links.

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

    Default Re: Link Manager 3.0 release

    none of that worked.. i looked at the php myadmin and the tables are there.. i also tried uploading a clean version of the link file and that did nothing.. Im just going to delete it off my site and do the link pages another way.. thanks for your help...
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

 

 

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