MyBB Community Forums

Full Version: RSS of a user's most recent posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I looked in the Mods section, but I couldn't find anything that dealed with this.

I know that there's a plugin that gathers a X number of a user's posts. Anyone skilled enough to create a plugin that creates a RSS feed of a user's posts?

I have a User program on my website, so I thought it would be cool to have something like this.

If someone does this, it would need to have a uid=UIDGOESHERE, since the CMS I'm using would have a field for their ID they fill out, and it would add that ID in the place of the UIDGOESHERE text. This would probably make it easier for anyone else to do the URL, too.
You can modify this if it could be helpfull =P
What this does is showing the latest posts (20) of a specified uid.
You access it by entering http://<yourforumroot>/user_rss.php?uid=<UID>
LeX- Wrote:You can modify this if it could be helpfull =P
What this does is showing the latest posts (20) of a specified uid.
You access it by entering http://<yourforumroot>/user_rss.php?uid=<UID>

Ooh, nice. I think that should work just fine. Smile