Gossamer Forum
Home : Products : Links 2.0 : Customization :

To delete the link, please go to

Quote Reply
To delete the link, please go to
Hello Team

I am using the cgi linkdead.cgi and it sends me a email when I have a dead link! each time I get a email it says

To check the link, please go to:
http://www.newzealandsearch.co.nz/jump.cgi?ID=809 this is fine

I would like to have a link that also says

To delete the link, please go to:
$db_cgi_url/admin/admin.cgi?db=links&delete_form=1&ID$in{'ID'}&delete=$in{'ID'}

However do not know the URL/Path for deleting a Dead Link can you help.

As I get a few emails I need to login to my admin area and search the ID and tick delete for each one at a time. Any help would be great! ;)

Cheers
Quote Reply
Re: [Danny de Hek] To delete the link, please go to In reply to
Hi,

I am not sure if the linkdead.cgi file use template. If it does, just put the following links into that template

<%db_dir_url%>/admin.cgi?db=links&delete_records=1&delete=<%ID%>

Cheers,





Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] To delete the link, please go to In reply to
Already tried that and I get

Error: Link(s) Not Deleted

no records specified.

Link: Add View Delete Modify List All

Any ideas?

And Thanks ;)

This is the link - http://www.newzealandsearch.co.nz/...ds=1&delete=3768
Quote Reply
Re: [Danny de Hek] To delete the link, please go to In reply to
Hi,

This should work

<%db_dir_url%>/admin.cgi?db=links&delete_records=1&<%ID%>=delete

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog