Disable "trackbacks"?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
torvald
Posts: 2
Joined: Sat May 05, 2007 5:59 pm

Disable "trackbacks"?

Post 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.

Image

I mainly wont that (above) to disapear. I just makes a mess for those who don't have use for it...

Thanks in advance! :-)
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
torvald
Posts: 2
Joined: Sat May 05, 2007 5:59 pm

Post by torvald »

judebert wrote: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.
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>
Post Reply