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. :frusty: Some are ok. :huh: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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
ribbonsbaskets0
Zen Cart 1.3.8
Links Manager 3.5
I have links manager 3.5 Some of the links are squished to the left. :frusty: Some are ok. :huh: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.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
ribbonsbaskets0
Zen Cart 1.3.8
Links Manager 3.5
I have links manager 3.5 Some of the links are squished to the left. :frusty: Some are ok. :huh: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
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
sgreat
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... :dontgetit
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');
}
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:clap:
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.:blink:
Thanks!
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
ribbonsbaskets0
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.:blink:
Thanks!
try the fix posted here
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!
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
Tot 2 Teen
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
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?