Skip to:
Content
Pages
Categories
Search
Top
Bottom

RSS feeds broken

  • @steveatty

    Participant

    The RSS feeds don’t validate properly because bbp-reply-functions.php and bbp-topic-functions contain the following lines:

    and

    which produce empty fields. These need to be changed to :

    and

Viewing 8 replies - 1 through 8 (of 8 total)
  • @netweb

    Keymaster

    Thanks for this, sadly the code you have posted has been stripped in your post.

    Could you try posting it again and/or post the code to pastebin.com, a Gist on GitHub

    Better still you could create a ticket over at Trac and submit your patch directly for us.
    https://bbpress.trac.wordpress.org/

    @steveatty

    Participant

    How very odd…. I’ll raise a ticket over at Trac

    @netweb

    Keymaster

    Did you end up creating this ticket at trac?

    If not (as I cant find it) could you repost your fix here or pastebin etc and I’ll submit it as a patch.

    @macpresss

    Participant

    I think it’s this one.

    https://bbpress.trac.wordpress.org/ticket/1993

    solved

    @netweb

    Keymaster

    Thanks for that… I couldn’t find it 😉

    @steveatty

    Participant

    Sorry, I lost sight of this… there’s another bug – you use

    get_option( 'rss_language' );

    which no longer works…. it needs to be changed to:

    bloginfo_rss( 'language' )

    I can raise another trac ticket when I get home if you like

    Steve

    @johnjamesjacoby

    Keymaster

    @steveatty – Fixed in trunk. Thanks!

    @netweb

    Keymaster

    RSS Replies ‘Reply To:’<br /> (This is a test post, please ignore)

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