Skip to:
Content
Pages
Categories
Search
Top
Bottom

view.php template doesn’t have an rss feed?


  • _ck_
    Participant

    @_ck_

    This is probably one for TRAC just but I just wanted to check that I am not missing something…

    You can’t get an rss feed for a view page, can you?

    This should be fairly easy to implement since just an array of topics is dumped to the page, just route it somehow to the rss.php upon the proper url ie. /forums/rss/view/no-replies

Viewing 1 replies (of 1 total)

  • _ck_
    Participant

    @_ck_

    Views don’t have proper titles either apparently, here’s plugin to fix that.

    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' );

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