Posted by jaypabs on January 20, 2009 at 2:40am
I search drupal.org for instructions on how to create an rss feed for comments but can't find one.
What I want is to have an rss feed for every nodes created in my website (http://www.sourcecodester.com) so that users who have posted a comments in a node can subscribe only to that particular node and receive only comments based on nodes. I do not know if this is possible using views. I also find Comment RSS but don't want to use it if views can handle rss feed for comments.
Thank you
Comments
_
Yes, views can this. It's pretty straight forward-- create a view of type 'comment', and add a display type of 'Feed'.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
After that how to create a
After that how to create a link in every node?
Download free source code
Sourcecodester.com is powered by Drupal and Boost as the best caching module.
_
I've not tried it, but you'd probably have to add the node relationship and an argument, then theme the link right into the node.tpl.php file.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.