Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#2167 closed defect (bug) (fixed)

Fix Forum Feed Query In bbp_request_feed_trap()

Reported by: alex-ye Owned by:
Priority: normal Milestone: 2.3
Component: API - Feeds Version: 2.2.3
Severity: normal Keywords: has-patch
Cc: nashwan.doaqan@…

Description

Hi bbPress Lovers :) , There are a proplem in the forum RSS page ( Example : http://localhost/bbp/forums/forum/forum-title/feed/?type=topic ) It is showing all topics in all forums .

That's mean it can't detect the right forum ID :D

Attachments (1)

functions.patch (1.6 KB ) - added by alex-ye 14 years ago.
Remove the using of get_page_by_path()

Download all attachments as: .zip

Change History (7)

@alex-ye
14 years ago

Remove the using of get_page_by_path()

#1 follow-up: @netweb
14 years ago

  • Milestone 2.3Awaiting Review

Which functions.php file is this patch for? There are 9 one each in:

  • /includes/forums/
  • /includes/topics/
  • /includes/replies/
  • /includes/search/
  • /includes/users/
  • /includes/common/
  • /includes/core/
  • /includes/admin/
  • /includes/buddypress/

#2 in reply to: ↑ 1 @alex-ye
14 years ago

  • Cc nashwan.doaqan@… added

Replying to netweb:

Which functions.php file is this patch for? There are 9 one each in:

includes/common/functions.php

#3 @alex-ye
14 years ago

  • Milestone Awaiting Review2.3

#4 @alexvorn2
14 years ago

  • Milestone 2.3Awaiting Review

#5 @johnjamesjacoby
14 years ago

  • Milestone Awaiting Review2.3

#6 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [4694]) Fix broken single forum feeds by avoiding get_page_by_path(). Props alex-ye. Fixes #2167.

Note: See TracTickets for help on using tickets.