Hi,
Firstly, thanks so much for the feedapi collection. I have a question that I hope can be answered here.
I have two content types, feed_source and feed_items. Currently a feed_source node has a link 'Feed Items' which uses the built-in view (I think!) to show feed_items nodes on another page. I'd like to replace this link with a view that displays exactly what the 'Feed Items' link displays when clicked, but on the feed_source node (rather than the page the 'Feed items' link goes to). I've tried customising and replicating the built-in view to no avail.
Hope this description is clear! Any help would be much appreciated.
many thanks,
Sameer
Comments
Comment #1
sameer commentedSome further information:
I've tried the following so far with no success.
1. Hide the 'Feed Items' link
2. added [view:feeds=page] to the body of a feed_source to insert a modified view of the built-in view.
This view lists all feed_items nodes rather than only those retrieved from the feed_source node, which is the behaviour of the 'feed items' link and which is the behaviour I want.
thanks again!