Page 125 of 199 FirstFirst ... 2575115123124125126127135175 ... LastLast
Results 1,241 to 1,250 of 1988
  1. #1241
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    Thanks for the quick response.
    2 other questions.
    If you take a look at this link: http://www.coolcarpartsonline.com/links.html?lPath=1 How can I adjust the padding in the left side?
    Also the header have switched down after playing with the css i added for this mod. This will only show in FF not IE. There is a gap added between the nabigation and the logo wrapper I don't know how to get rid of it.
    #1: Open includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    find the following section of code and delete or comment out the highlighted portion:
    Code:
    <div class="clearBoth"></div>
    <!--eof-branding display-->
    
    <!--bof-navigation display-->
    #2: add the following declaration to your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)

    #ezPageDefault p {
    padding: 0 10px;
    }

  2. #1242
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    help question Re: Link Manager 3.0 Support Thread

    I have a question sorry if it's all ready answered but there so many threads here, the module looks great when you set up a link it asks for a Reciprocal Page a URL http://www.domain.com/links.php, now does this mean that the other site has to have this module installed for this to work, or can you just place a file on the other server? and when requesting links from others what links.php do I give them /includes/languages/english/template/links.php is that the right one?

    pete

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by colemanpa View Post
    I have a question sorry if it's all ready answered but there so many threads here, the module looks great when you set up a link it asks for a Reciprocal Page a URL http://www.domain.com/links.php, now does this mean that the other site has to have this module installed for this to work, or can you just place a file on the other server? and when requesting links from others what links.php do I give them /includes/languages/english/template/links.php is that the right one?

    pete
    Reciprocal Page: The absolute URL of your links page, where a link to our website will be listed/displayed.
    Eg: http:// your-domain .com/path/to/your/links_page.*


    In other words if I go to your site and create a link to my site I would put something like this in the Reciprocal Page field:

    http:// www. domain.com/index.php?main_page=links&lPath=6

    This is where I've placed the link to your site on my site.

    If I don't have the module installed I would still use something similar such as:
    http:// www.domain .com/my_links_page.*

    Hope this helps
    Last edited by clydejones; 30 Dec 2008 at 01:40 AM.

  4. #1244
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    help question Re: Link Manager 3.0 Support Thread

    I seem to have a problem the module showed up in admin under configuration and extras but there no sidebox, any ideas?

    pete

  5. #1245
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Have a Drink Re: Link Manager 3.0 Support Thread

    I found the problem, forgot to change one of the template directories.

    thanks pete

  6. #1246
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    I have installed this mod (new install) and when I try the uninstall_links_manager.sql to uninstall it, there are errors. I can't uninstall it. It gives me these errors:

    13 statements processed.
    Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
    Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.
    Can someone help me fix this?

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by miles View Post
    I have installed this mod (new install) and when I try the uninstall_links_manager.sql to uninstall it, there are errors. I can't uninstall it. It gives me these errors:

    Can someone help me fix this?
    You don't need to worry about those errors. They are just indicating that those particular configuration keys already exist and they were ignored.

    If you check for admin -> configuration -> links manager you will find that the uninstall worked because the "Links Manager" entry should not be there.

  8. #1248
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thank you Clyde. But how about the 'Links/Categories/Contact' under admin > extras ? How do I remove it?

    I actually like this mod. But I wish I could add meta title to each page and also has some nice url.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by miles View Post
    Thank you Clyde. But how about the 'Links/Categories/Contact' under admin > extras ? How do I remove it?

    I actually like this mod. But I wish I could add meta title to each page and also has some nice url.
    Manually delete the following files from your server:

    admin/link_categories.php
    admin/links.php
    admin/links_contact.php
    admin/includes/boxes/extra_boxes/links_extras_dhtml.php
    admin/includes/extra_datafiles/links_manager.php
    admin/includes/functions/extra_functions/links_manager.php
    admin/includes/languages/english/links.php
    admin/includes/languages/english/link_categories.php
    admin/includes/languages/english/links_contact.php
    admin/includes/languages/english/extra_definitions/links.php
    -------
    includes/extra_datafiles/links_manager.php
    includes/functions/links.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/links.php
    includes/languages/english/YOUR_TEMPLATE/links_submit.php
    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/languages/english/html_includes/define_links.php
    includes/languages/english/html_includes/define_links_submit.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
    includes/modules/pages/links
    includes/modules/pages/links_submit
    includes/modules/pages/popup_links_help
    includes/modules/YOUR_TEMPLATE/link_listing.php
    includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
    includes/templates/YOUR_TEMPLATE/popup_links_help
    includes/templates/YOUR_TEMPLATE/css/links.css
    includes/templates/YOUR_TEMPLATE/css/links_submit.css

  10. #1250
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks again Clyde. Everything has been removed successfully except for one thing. Under admin > tools > layout boxes controller it shows the sideboxes/links_box.php is missing and highlighted it with red. How do I remove this missing box alert from admin?

 

 

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