Page 1 of 1
Disable "trackbacks"?
Posted: Sat May 05, 2007 6:10 pm
by torvald
I want to disable everything which has to do with backtracks. How can I do it? I have no use for it, and I have no interest for others to but up URIs.
I mainly wont that (above) to disapear. I just makes a mess for those who don't have use for it...
Thanks in advance!

Posted: Sat May 05, 2007 7:39 pm
by judebert
The easiest way to do this is to remove it from your entries.tpl.
This recent post explains how to disable trackbacks, but it doesn't tell you how to remove the trackback section from the comments.
This post explains how to remove the trackback lines from the display.
I think I'll add this question to the Expert.
Posted: Sat May 05, 2007 8:57 pm
by torvald
Thank you! Great help!
Some codes in the templates entries.tpl which I had to remove.
Code: Select all
<a id="trackbacks"></a><h3>{$CONST.TRACKBACKS}</h3>
<div class="serendipity_center">
<a style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a>
</div>
<ol class="commentlist">
{serendipity_printTrackbacks entry=$entry.id}
</ol>