Active
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 10:14 UTC
Updated:
27 May 2008 at 20:00 UTC
Hi, right now the feed-items inherit the taxonomy of the underlying feed, which is great! Thank you for this.
What I also would like. Is to be able to inherit other feed-node field settings, like the node.sticky field.
This way I could show all feed-items with the same sticky configuration as the underlying feed.
Would this be possible please?
greetings,
Martijn
Comments
Comment #1
alex_b commentedMartijn - have a look at how feedapi_inherit does this - it should be easy to whip up a small custom module that propagates any feed related settings to feed items. For reference, there are similar feature requests for i18n: http://groups.drupal.org/node/11404
Comment #2
summit commentedThanks Alex,
Community, anyone alreay did something similar?
Anyone wants this functionality too and would like to share exeperience?
I am very bussy right now, but will gladly assist someone.
Greetings,
Martijn
Comment #3
ekes commentedThis not like what you want?
http://drupal.org/node/248912
It does published, sticky, promoted and comment settings for nodes. It's not inherit as that doesn't quite make sense - I may not want the original feedapi_node to be sticky or have comments, but might for the feed items.wouldn't
I think it really does want some review too... so please do if it fits what you want.