Info
- 6 posts
- 4 voices
- Started 2 years ago by ishutan
- Latest reply from chrishajer
- This topic is not resolved
All forums RSS feed?
-
- Posted 2 years ago #
Hi There,
I'm new to BB press and am trouble shooting a possible problem, but want to make sure I'm not banging my head against a wall here.
My question is as follows:
Is there anywhere to subscribe to an RSS feed for all of the forums, rather than having to subscribe to every forum individually?
For example, I'd like to subscribe to a feed for all the forums here: http://bbpress.org/forums/
Rather than having to subscribe to each forum individually, like here: http://bbpress.org/forums/forum/troubleshooting
Any additional info or input is greatly appreciated, thank you!
-
- Posted 2 years ago #
Is that what you're looking for?
-
- Posted 2 years ago #
Close, that does give a feed for all the forums, but it looks like it's only pulling in the most recent posts.
I'm looking for something that will feed all posts on all forums?
Thanks. :-)
-
- Posted 2 years ago #
File
rss.phpat line 182. It seems that bbPress retrieves the last 35 posts if called like/rssif ( !$posts = bb_get_latest_posts( 35 ) ) die();you can add a new case on top of that file but I don't think that it's a wise choice expecially if you have a huge forum.
-
- Posted 2 years ago #
K, that was definitely helpful, thanks zaerl!
Just to make sure, from what I'm understanding, there is no way to subscribe to an RSS feed for all of the forums at once, you have to do it on a per forum basis?
-
- Posted 2 years ago #
So instead of the last 35 posts in all forums, you want a certain number of recent posts from each forum? So, 20 forums and the last 5 posts in each would give you 100 recent posts in all forums, rather than the 35 that could be from any forum?
-
You must log in to post.