[Bb-trac] [bbPress] #862: rss.php should perform
do_action('bb_custom_view') for view feeds
bbPress
bb-trac at lists.bbpress.org
Wed Apr 16 03:38:52 GMT 2008
#862: rss.php should perform do_action('bb_custom_view') for view feeds
----------------------+-----------------------------------------------------
Reporter: _ck_ | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.0-beta & XML-RPC
Component: Back-end | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
In `rss.php` around line 68 for `case view` a BB_Query is done to fill
$topics to pass to the feed. Note that when a normal view (done via
`view.php` an action is done so the results can be manipulated via
`do_action( 'bb_custom_view', $view, $page );`
This (important) action is not done during the feed after the BB_Query, so
the results can never be properly prepared.
--
Ticket URL: <http://trac.bbpress.org/ticket/862>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list