![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Sep 2006
Posts: 6
![]() |
I'm using esyndicate Pro1.2. I would like to remove the Link added and the date from every pages in LInk page and Link Details page. what should I do?where I can edit the code. and How to edit it?
|
|
|
|
|
|
#2 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,356
![]() ![]() ![]() ![]() |
open link-display.tpl find and remove:
Code:
{$lang.link_added}: {$link.date|date_format:$config.date_format}) ::
Code:
<tr>
<td><strong>{$lang.link_added}:</strong></td>
<td>{$link.date|date_format:$config.date_format}</td>
</tr>
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#3 |
|
Join Date: Sep 2006
Posts: 6
![]() |
Thank you so much
|
|
|
|
|
|
#4 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,356
![]() ![]() ![]() ![]() |
You're welcome nooisri
![]()
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|