Skip to:
Content
Pages
Categories
Search
Top
Bottom

Get list of all topics by subscriber in the end


  • ThemeTon
    Participant

    @themeton

    I’m using bbpress as a support forum. I know we can get all unanswered topics with [bbp-single-view id="no-replies"] shortcode.
    But I need to get list of all topics those answered by customer (subscriber) in the end.

    We want to be have all topics closed or replied by moderator then access quickly to the topics which answered by customers finally. Any help and suggestion would be appreciated.

Viewing 1 replies (of 1 total)

  • ThemeTon
    Participant

    @themeton

    This is very close to my need.

    function abc_register_custom_views() {
        bbp_register_view( 'open', __( 'Open Topics' ), array( 'post_status' => 'publish' ), false ); 
    }
    add_action( 'bbp_register_views', 'abc_register_custom_views' );

    But I need to extend with user filter. Is here anybody have to help me with this small issue?

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