Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where are my RSS Feeds?

  • @fmckinnon

    Participant

    Hey,
    I’ve got bbpress installed in combination with Buddypress. See here in our staging are:
    http://staging.theworshipcommunity.com/forums/

    Where are the links to RSS feeds? I’ve spent an hour searching and reading various threads here, and see that you can BUILD RSS feeds manually … but I’m wondering where I can find a plugin or widget that has them? For example, right here in the bbPress forums, there is a “Forum Feeds” section in the sidebar, as well as “Tags”, etc .. where is that coming from? I don’t seem to have any widgets in my install that let me put those anywhere.

Viewing 6 replies - 1 through 6 (of 6 total)
  • @hiphopmack

    Participant

    your site currently says internal server error

    @fmckinnon

    Participant

    DOh – sorry about that – I guess the staging URL redirect didn’t work like that.
    You can just go to:
    http://www.theworshipcommunity.com/staging/forums

    I know I can add a text widget and use some RSS icons and build links, but I’m curious where these feeds come from here in the sidebar at bbpress.org:

    Feeds

    All Recent Posts
    All Recent Topics

    I’ve searched the plugins and don’t see anything. I feel like I’m missing something OBVIOUS?

    @robkk

    Moderator

    @fmckinnon

    its not a widget its just links in the sidebar.php file

    And most of whats on this site in the sidebar is custom.

    The links that you need

    For forums/all recent topics
    http://www.theworshipcommunity.com/staging/forums/feed

    For topics/all recent posts
    http://www.theworshipcommunity.com/staging/topics/feed

    @fmckinnon

    Participant

    OK – so there’s no widget or plugin to easily display the RSS feeds for bbPress then?

    @robkk

    Moderator

    @fmckinnon

    you can just put simple HTML in the text widget to link to the feeds , it would basically do the same thing.

    just add this into your text widget.

    <ul>
    <li><a href="http://www.theworshipcommunity.com/staging/forums/feed">All Recent Posts</a></li>
    <li><a href="http://www.theworshipcommunity.com/staging/topics/feed" title="All Recent Topics">All Recent Topics</a></li>
    </ul>

    @fmckinnon

    Participant

    Hey @robkk

    We’re off the “staging” area now, so I’ve got the bbPress installed at:
    http://www.theworshipcommunity.com/discuss/

    The RSS feed for everything in the forum (new topics, replies, etc) is:
    http://www.theworshipcommunity.com/discuss/feed/

    However, when I try to do the /discuss/topics/feed it just says “comments on …” as if it would only be showing a comments feed. Nothing shows up there?

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