Page 1 of 2 12 LastLast
Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    That was it thanks!

  2. #2
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by ribbonsbaskets0 View Post
    That was it thanks!
    Hi there,

    I am having the same problem with the links being bunched up in the one side. It seems to be when I type in a link in the admin, it breaks the line. Is there any way to change the size of the text area in link admin, so that the link doesn't break on a new line so quick? Say to a length 100 char

    Any help would be greatfully apprecitated
    Cheers

  3. #3
    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 dzynzs View Post
    Hi there,

    I am having the same problem with the links being bunched up in the one side. It seems to be when I type in a link in the admin, it breaks the line. Is there any way to change the size of the text area in link admin, so that the link doesn't break on a new line so quick? Say to a length 100 char

    Any help would be greatfully apprecitated
    Cheers
    This may help:

    Just unzip the file and upload the entire admin folder to your server (if you've changed the name of your admin folder then rename the folder in the zip file to match)

    Attachment 5713
    Last edited by clydejones; 31 Dec 2009 at 02:34 AM.

  4. #4
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks mate, your a legend

  5. #5
    Join Date
    Dec 2008
    Location
    Harwich, UK
    Posts
    17
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Help!! I've installed this and used the fix for the 333 error issue... so I am now able to use the link button in admin now.. I can create cats and links no problem.

    The problem I'm having is from my shop front the links and other features of this package just get error 404 error page. I think I have all the correct files in place could you take a lookie and stear me in the right direction...

    http://harwichhomebrew.com/

    Thanks in advance

    Steve
    Harwich Homebrew
    Making Homebrewing a Pleasure!!

  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 sgreat View Post
    Help!! I've installed this and used the fix for the 333 error issue... so I am now able to use the link button in admin now.. I can create cats and links no problem.

    The problem I'm having is from my shop front the links and other features of this package just get error 404 error page. I think I have all the correct files in place could you take a lookie and stear me in the right direction...

    http://harwichhomebrew.com/

    Thanks in advance

    Steve
    Make sure you've change the YOUR_TEMPLATE folder(s) to match the name of your custom template.

    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

  7. #7
    Join Date
    Dec 2008
    Location
    Harwich, UK
    Posts
    17
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks for the prompt reply clyde..

    I have double checked that them files are present in

    /includes/templates/glacial_age

    and indeed they are... But I still I get the 404 error page

    Is there anything else I may have done wrong...

    Thanks again for your time..

    http://harwichhomebrew.com/
    Harwich Homebrew
    Making Homebrewing a Pleasure!!

  8. #8
    Join Date
    Dec 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by sgreat View Post
    Help!! I've installed this and used the fix for the 333 error issue... so I am now able to use the link button in admin now.. I can create cats and links no problem.

    The problem I'm having is from my shop front the links and other features of this package just get error 404 error page. I think I have all the correct files in place could you take a lookie and stear me in the right direction...

    http://harwichhomebrew.com/

    Thanks in advance

    Steve
    Find this line in admin/links.php
    echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status);

    and replace with these lines:
    if (empty($lInfo->links_status)) {
    //echo $lInfo->links_status . zen_draw_hidden_field('links_status');
    $lInfo->links_status=1;
    echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status);
    } else {
    echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status);
    }
    if ($action == 'edit' || $action == 'update') {
    echo '  ' . ENTRY_LINKS_NOTIFY_CONTACT;
    echo zen_draw_checkbox_field('links_notify');
    }

  9. #9
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thank you, it worked! Just have to go through each one and fix it but at least I can now. Strange though now my link title is not clickable. I think I found a fix for this in the past. I will have to look through the forums for the answer.

    Thanks so much for the help, I remember your username you seem to always be around to help others. Thanks

  10. #10
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Zen Cart 1.3.8
    Links Manager 3.5

    I have links manager 3.5 Some of the links are squished to the left. Some are ok. This is the link Gift Baskets Links Page

    These are the things that we have tried:

    Replaced the Links Manager files.
    Reviewed the CSS files.
    I tried changing all the links manager admin configuration options.
    I copied the descriptions to notepad to take out the page-breaks, then pasted it back into the "add new links" description field in admin. The box is not very wide so it re-adds the page-breaks. I think this might be part of the problem.

    I have been working on this for days and hours on end. I have searched the internet and the forums for days. I would greatly appreciate some assistance on this problem. The problem has existed for months I am just now tackling it.

    Thanks
    Last edited by ribbonsbaskets0; 10 Jun 2009 at 05:50 AM.

 

 
Page 1 of 2 12 LastLast

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