Page 142 of 199 FirstFirst ... 4292132140141142143144152192 ... LastLast
Results 1,411 to 1,420 of 1988
  1. #1411
    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.

  2. #1412
    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 ribbonsbaskets0 View Post
    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
    There are a few post and solutions to this problem in this thread.

    I just don't recall which posts they are.
    In fact there is a fix for the admin problem in one of the posts.

  3. #1413
    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 ribbonsbaskets0 View Post
    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
    Quote Originally Posted by clydejones View Post
    There are a few post and solutions to this problem in this thread.

    I just don't recall which posts they are.
    In fact there is a fix for the admin problem in one of the posts.
    Try the fix posted in this thread

  4. #1414
    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');
    }

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

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

    Default Re: Link Manager 3.0 Support Thread

    I realized you are the creator of the links manager. Thnk you so much for your work work, im so grateful. I would look through the posts but there are so many and there does not seem to be a decent search function.

    When ever I change the descriptions to non clickable the title of the links also then dont work. How do I get the titles to work without the descriptions being clickable.

    Thanks!

  7. #1417
    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 ribbonsbaskets0 View Post
    I realized you are the creator of the links manager. Thnk you so much for your work work, im so grateful. I would look through the posts but there are so many and there does not seem to be a decent search function.

    When ever I change the descriptions to non clickable the title of the links also then dont work. How do I get the titles to work without the descriptions being clickable.

    Thanks!
    try the fix posted here

  8. #1418
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    I have just added the new security release and it's affected this mod (version 3-4-1). From what I can tell, the only part the security release has affected is the admin editing feature. I cannot edit a file or delete a submission. Has anyone else had this problem? How did you fix it?
    Thanks for your help!

  9. #1419
    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 Tot 2 Teen View Post
    I have just added the new security release and it's affected this mod (version 3-4-1). From what I can tell, the only part the security release has affected is the admin editing feature. I cannot edit a file or delete a submission. Has anyone else had this problem? How did you fix it?
    Thanks for your help!
    Upgrade to the latest version of Links Manager 3.5.0

  10. #1420
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    Upgrade to the latest version of Links Manager 3.5.0
    Okay, I've upgrade, but I have the same issues as before. Maybe this will help....what I forgot to tell you is when I try to delete a submitted link, the software asks me to confirm and why I do, it sends me to the main admin page. Any more thoughts?

 

 

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