1 Attachment(s)
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
gaffettape
Thanks for the reply, I'll have a search now. One other issue I'm having is with the link status update email:
'Dear NAME,
The status of your link at STORENAME has been updated.
The New Status is: .
Please reply to this email if you have any questions.'
Any ideas why it just says The New Status is: . ?
Cheers :smile:
This should take care of this problem.
Just unzip the package and upload the links.php file to your admin folder.
Attachment 6733
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
This should take care of this problem.
Just unzip the package and upload the links.php file to your admin folder.
Attachment 6733
That worked a treat, thanks Clyde your a diamond :smile:
Re: Link Manager 3.0 Support Thread
Clyde, I'm playing around with the latest version of Links Manager on a test site (1.38a) with all the security mods. Everything works fine except when adding a new link in the admin panel, you cannot set the status to "Approved" from the dropdown.
You can, however, change the status for an existing link, using the dropdown--it just doesn't work for a new link.
Might the solution have something to do with the code in the file admin/links.php, somewhere around line 493?
Code:
if ($action == 'new' || $action == 'insert') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, zen_not_null($lInfo->links_status) ? $lInfo->links_status : $links_status_default, '', false);
}
if ($action == 'edit' || $action == 'update') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status, '', false);
}
Any ideas would be appreciated. Thanks for a great add-on.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
zranno
Clyde, I'm playing around with the latest version of Links Manager on a test site (1.38a) with all the security mods. Everything works fine except when adding a new link in the admin panel, you cannot set the status to "Approved" from the dropdown.
You can, however, change the status for an existing link, using the dropdown--it just doesn't work for a new link.
Might the solution have something to do with the code in the file admin/links.php, somewhere around line 493?
Code:
if ($action == 'new' || $action == 'insert') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, zen_not_null($lInfo->links_status) ? $lInfo->links_status : $links_status_default, '', false);
}
if ($action == 'edit' || $action == 'update') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status, '', false);
}
Any ideas would be appreciated. Thanks for a great add-on.
I've been unable to reproduce this behaivor on any of my sites.
I'm able to edit existing links as well as create new links and change the status via the dropdown.
Re: Link Manager 3.0 Support Thread
How can I change the background color of the link listing page? At the moment it alternates between light yellow and white. (see screenshot attatched)
Thanks.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
gaffettape
How can I change the background color of the link listing page? At the moment it alternates between light yellow and white. (see screenshot attatched)
Thanks.
open includes/templates/YOUR_TEMPLATE/css/links.css
change the highlighted portion of the following declaration to suite your needs
.productListing-even .linkListing-data{padding:5px;font-size:1em;background:ivory;color:#000;}
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/css/links.css
change the highlighted portion of the following declaration to suite your needs
.productListing-even .linkListing-data{padding:5px;font-size:1em;background:ivory;color:#000;}
Thanks Clyde :smile:
Re: Link Manager 3.0 Support Thread
Hi Clyde I love your link manager 3.0 but need a capa submit link form ,getting alot of spam ,the capa submit link form they have for in adons in dose not work with your modual plus the define page editor dosenot work with the capa version. need a capa submit link form that works with your link manager 3.0 versoin for 1.38 zencart. Thanks Gene 42
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
gene42
Hi Clyde I love your link manager 3.0 but need a capa submit link form ,getting alot of spam ,the capa submit link form they have for in adons in dose not work with your modual plus the define page editor dosenot work with the capa version. need a capa submit link form that works with your link manager 3.0 versoin for 1.38 zencart. Thanks Gene 42
Check back through the thread there's a fix posted somewhere but I don't remember where.
Re: Link Manager 3.0 Support Thread
Cannot find it if someone dose please let me know if theres a new submit link ? form thankyou :(