how to remove trackbacks, Serendipity 0.9-beta3.

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Guest

how to remove trackbacks, Serendipity 0.9-beta3.

Post by Guest »

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:

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}
and maybe this:

Code: Select all

<a id="trackbacks"></a><h3>{$CONST.TRACKBACKS}</h3>
any help would be appreciated! Thanks!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: how to remove trackbacks, Serendipity 0.9-beta3.

Post by garvinhicking »

# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply