By MrEricSir on
I want to be able to create a newsfeed of pages made by a certain user. Does anyone know of a way to do this in Drupal?
I want to be able to create a newsfeed of pages made by a certain user. Does anyone know of a way to do this in Drupal?
Comments
It's a blog
Try the content type blog
Keep the sunny side up
Thomas Narres
Keep the sunny side up
Good point
That's a good point. Unfortunately I've already created the entire site as "pages."
I guess switching the "pages" to "blogs" would be something to look into. But I hope there's an easier way.
Another way
Is to set tracking on, like on http://www.cel-c.de/user/1/track
You wrote: http://drupal.org/user/30278/track
Keep the sunny side up
Thomas Narres
Keep the sunny side up
No feed!
Unfortunately the tracker doesn't generate an rss feed. I think it should, but I don't have time to look into making a patch.
Switch them all to per user
Switch them all to per user blogs.
Or you could try Views module and Views feeds module. Haven't tried either, but may help you out.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Cool.
This looks like it's probably the way to go. Thanks for the suggestion, I hadn't checked out those modules.