Skip to:
Content
Pages
Categories
Search
Top
Bottom

All forums RSS feed?


  • ishutan
    Member

    @ishutan

    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!

Viewing 5 replies - 1 through 5 (of 5 total)

  • gerikg
    Member

    @gerikg

    https://bbpress.org/forums/rss

    Is that what you’re looking for?


    ishutan
    Member

    @ishutan

    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. :-)


    zaerl
    Participant

    @zaerl

    File rss.php at line 182. It seems that bbPress retrieves the last 35 posts if called like /rss

    if ( !$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.


    ishutan
    Member

    @ishutan

    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?


    chrishajer
    Participant

    @chrishajer

    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?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar