Active
Project:
TrackBack
Version:
6.x-2.x-dev
Component:
Other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 05:52 UTC
Updated:
6 Sep 2011 at 14:48 UTC
Is there any way to remove all references to Trackback in the RSS feed?
Comments
Comment #1
djg_tram commentedYes, I've just stumbled upon this myself. All it takes is a very simple modification. Could somebody roll it into a patch for the dev version?
Trackback.module, line 205 (at least in 6.x-1.2), add an extra condition:
if (isset($node->can_receive) && empty($node->in_preview) && $node->build_mode != NODE_BUILD_RSS) {