Active
Project:
Feed Path Publisher
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2010 at 16:42 UTC
Updated:
15 Jan 2012 at 04:55 UTC
Say, I want to have the main site feed - rss.xml - appear on all pages and not just the front page. If I put it in as a Global, it will appear twice on the Front Page.
Is there a way to eliminate these duplicates? Perhaps by providing a provision to eliminate the feed from certain pages?
Comments
Comment #1
kjholla commentedTurns out that this can be achieved with a very simple code change in the file feed_path_publisher.module
In the function _feed_path_publisher_add_feeds, around Line 77 in this file, you will find:
I changed this to:
That does it!
Comment #2
Yannick Defais commentedHi,
I have the same issue ( http://ekiga.org/ ). As the proposed fix was not committed, will the feature be added any time soon?
Regards,
Yannick