[Bb-trac] Re: [bbPress] #703: view pages (view.php) have no RSS
feed or title set
bbPress
bb-trac at lists.bbpress.org
Sun Jul 22 16:46:02 GMT 2007
#703: view pages (view.php) have no RSS feed or title set
-----------------------+----------------------------------------------------
Reporter: _ck_ | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 0.8.3 & XML-RPC
Component: Front-end | Version: 0.8.2.1
Severity: normal | Resolution:
Keywords: views |
-----------------------+----------------------------------------------------
Comment (by _ck_):
Here's a plugin workaround for titles on views.
I fear the RSS fix is a bit beyond my skill though.
{{{
function bb_get_view_title($title) {
if (is_view()) {$title = get_view_name(). ' « ' . bb_get_option(
'name' ); }
return $title;
}
add_filter( 'bb_get_title', 'bb_get_view_title' );
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/703#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list