![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jun 2006
Posts: 1
![]() |
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? Last edited by sammo; 10-24-2006 at 06:51 PM. |
|
|
|
|
|
#2 |
|
Join Date: Sep 2006
Posts: 1,428
![]() ![]() ![]() ![]() |
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 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}
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|