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

alex_b’s picture

Martijn - 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

summit’s picture

Thanks 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

ekes’s picture

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