That was it thanks!
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
![]()
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.
Thanks mate, your a legend![]()
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!!
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
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!!
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');
}
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![]()
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.