PDA

View Full Version : How to remove link details page?


sammo
10-24-2006, 01:03 PM
Hello, i need to remove 1 link detail page because this guy is threatening to sue me for the use of his brandname.
http://www.doortje.be/Auto/autoscoot-24-l456.html
I deleted the link through adminpanel but the linkdetails page still exists.How is this page generated? I can't find anything in the datebase? Where is this info stored?
Any help?

John Turner
10-25-2006, 08:44 AM
Hi sammo,

Welcome to our support forum.

If you want to delete 'Link Details' for all link you need to

open your '../templates/{YOUR TEMPLATE}/link-display.tpl'

find and remove following code

{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}{$link.path}/{convert_str string=$link.title}-l{$link.id}.html">{$lang.link_details}</a>
{else}
<a href="{$config.base}{$config.dir}view-link.php?id={$link.id}">{$lang.link_details}</a>
{/if}