how to remove trackbacks, Serendipity 0.9-beta3.
Posted: Sat Oct 22, 2005 10:40 pm
I would like to remove trackbacks from this version of serendipity or disable them. Is there a plugin that would allow this?
I searched earlier and found a topic that had some code to remove, but it appeared to have changed at least in part.
I assume that I have to remove this:
and maybe this:
any help would be appreciated! Thanks!
I searched earlier and found a topic that had some code to remove, but it appeared to have changed at least in part.
I assume that I have to remove this:
Code: Select all
{if $entry.has_trackbacks}
{if $use_popups}
| <a href="{$entry.link_popup_trackbacks}" onclick="window.open(this.href, 'comments', 'width=480,height=480,scrollbars=yes'); return false;">{$entry.label_trackbacks} ({$entry.trackbacks})</a>
{else}
| <a href="{$entry.link}#trackbacks">{$entry.label_trackbacks} ({$entry.trackbacks})</a>
{/if}
{/if}Code: Select all
<a id="trackbacks"></a><h3>{$CONST.TRACKBACKS}</h3>