5
Finally had a sit down with those those trackback spam f**kers, s'cuse the expletive, but they were really starting to p*** me off.
Quick fix;
1. You need to be using an editable template set, clone the default if default is what you're using.
2. In the weblog_details.html template, remove
<{if $trackback_recieved}>
<div class="blogTrackbackRecieved"><{$lang_trackback_recieved}>div>
<{foreach from=$trackback_recieved item=trackback}>
<{if $trackback.title}><div class="blogTrackbackTitle"><a href="<{$trackback.tb_url}>" target="_blank"><{$trackback.title}>a>div><{/if}>
<{if $trackback.description}><div class="blogTrackbackDescription"><{$trackback.description}><a href="<{$trackback.tb_url}>" target="_blank">...morea>div><{/if}>
<{if $trackback.blog_name}><div class="blogTrackbackBlogname"> -- <a href="<{$trackback.tb_url}>" target="_blank"><{$trackback.blog_name}>a> -- div><{/if}><div class="blogTrackbackCreated"><{$trackback.trackback_created}>div>
<{/foreach}>
<{/if}>
Only.
And none of their spam links show up. It'll have to do for now, until I can figure out some sort of permission based system.
Hope this helps,
DJ.
.........