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

narres’s picture

Try the content type blog

Keep the sunny side up

Thomas Narres
Keep the sunny side up

MrEricSir’s picture

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.

narres’s picture

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

MrEricSir’s picture

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.

sepeck’s picture

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

MrEricSir’s picture

This looks like it's probably the way to go. Thanks for the suggestion, I hadn't checked out those modules.