Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thank you Clyde. I did it. As I understand I have to create new folders instead YOUR_TEMPLATE? So, it looks as follows:

    includes/languages/english/Custom
    includes/languages/english/extra_definitions/Custom
    includes/languages/english/html_includes/Custom
    includes/modules/Custom
    includes/modules/sideboxes/Custom
    includes/templates/Custom


    I can see the Link Manager in the Admin > Configuration > Link Manager, but I cannot find it in the Admin -> Tools -> Layout boxes contoller... According to instructions it suppose to start with "Links Box - Display Links in Sidebox" and I see "Links Box - Display View All Links". How I can activate the Links Manager to start to build link or see it on my website? Also I can't find the Admin -> Extras -> Links. Please, help me. I don't know what I'm doing wrong.. Thank you soo much in advance.

    Natalya

  2. #2
    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 ametist View Post
    Thank you Clyde. I did it. As I understand I have to create new folders instead YOUR_TEMPLATE? So, it looks as follows:

    includes/languages/english/Custom
    includes/languages/english/extra_definitions/Custom
    includes/languages/english/html_includes/Custom
    includes/modules/Custom
    includes/modules/sideboxes/Custom
    includes/templates/Custom


    I can see the Link Manager in the Admin > Configuration > Link Manager, but I cannot find it in the Admin -> Tools -> Layout boxes contoller... According to instructions it suppose to start with "Links Box - Display Links in Sidebox" and I see "Links Box - Display View All Links". How I can activate the Links Manager to start to build link or see it on my website? Also I can't find the Admin -> Extras -> Links. Please, help me. I don't know what I'm doing wrong.. Thank you soo much in advance.

    Natalya

    The YOUR_TEMPLATE should be changed to the name of the template you are currently using on your site.

    If Custom is the name of the template you are currently using on your site then the above is correct.

    make sure you've uploaded the following files:

    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

  3. #3
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Links Tab

    Is there any way to put the "View All Links" link in a tab at the top of the page? So the top of the page would have tabs labeled "Home" "Log Out" "Links" "Contact Us" "My Account" "Checkout"... How to do this?

  4. #4
    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 CustomBooks View Post
    Is there any way to put the "View All Links" link in a tab at the top of the page? So the top of the page would have tabs labeled "Home" "Log Out" "Links" "Contact Us" "My Account" "Checkout"... How to do this?
    open includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    AND

    add additional links to suit your needs.

  5. #5
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Can you be more specific as to what code to insert where in this file? I don't know how to make the Link tab. Here's my preferred order for the top tabs: (Home-Contact Us-Links (on the left side) followed by Log In/Out-My Account-Checkout-View Cart (on the right side).

  6. #6
    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 CustomBooks View Post
    Can you be more specific as to what code to insert where in this file? I don't know how to make the Link tab. Here's my preferred order for the top tabs: (Home-Contact Us-Links (on the left side) followed by Log In/Out-My Account-Checkout-View Cart (on the right side).
    Since this involves making changes to your template files it should be posted in the appropriate support thread for the template you are using.

  7. #7
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    Since this involves making changes to your template files it should be posted in the appropriate support thread for the template you are using.

    Will do! Sometimes the problem seems to cross forum threads, such as this - I still need to know how to make a Links tab to point to Link Managers' "View All Links"...what is the link code for "View All Links" ?

  8. #8
    Join Date
    Feb 2009
    Location
    sunny southern Ontario
    Posts
    22
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    First off, thanks very much for making this mod available and providing support.

    The install went smoothly. The one problem that I have is getting category descriptions to show up. I've searched through this thread, looked through the php files included with the mod, checked my database to ensure that the descriptions are showing up at least there, but I'm stymied (and my knowledge of php, mysql, and the 'under the hood' stuff is pretty limited).

    I've created a couple of categories and entered descriptions. When I click on a category, the links show up fine, but instead of the description I get this:

    This content is located in the file at: /languages/english/html_includes/YOUR_TEMPLATE/define_links.php

    You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_links from the pulldown.


    Any help would be greatly appreciated.

  9. #9
    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 iCarp View Post
    First off, thanks very much for making this mod available and providing support.

    The install went smoothly. The one problem that I have is getting category descriptions to show up. I've searched through this thread, looked through the php files included with the mod, checked my database to ensure that the descriptions are showing up at least there, but I'm stymied (and my knowledge of php, mysql, and the 'under the hood' stuff is pretty limited).

    I've created a couple of categories and entered descriptions. When I click on a category, the links show up fine, but instead of the description I get this:

    This content is located in the file at: /languages/english/html_includes/YOUR_TEMPLATE/define_links.php

    You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_links from the pulldown.


    Any help would be greatly appreciated.
    That text is from the define_links.php file and has nothing to do with the category descriptions

  10. #10
    Join Date
    Feb 2009
    Location
    sunny southern Ontario
    Posts
    22
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thank you very much for your prompt reply.

    I know that the define_links.php file has nothing to do with the category descriptions. What I don't understand is why that is showing up rather than the category description I've entered when I click on a links category. That is my problem and why I made my initial post.

 

 

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