Skip to:
Content
Pages
Categories
Search
Top
Bottom

bp activity filter options


  • possip
    Participant

    @possip

    hey, hope you’re well.

    i could need some help on fixing my filter options in the activity stream for topics and replies. they just don’t filter, i’m still seeing everything

    This is what i found:

    	
    function activity_filter_options() {
    	?>
    
    		<option value="<?php echo $this->topic_create; ?>"><?php esc_html_e( 'Topics',  'bbpress' ); ?></option>
    		<option value="<?php echo $this->reply_create; ?>"><?php esc_html_e( 'Replies', 'bbpress' ); ?></option>
    
    	<?php
    	}
    

    I’m pretty bad at php, but i have a feeling there must be something wrong. 😀 tried changing topic_create to bbp_topic_create, but no. Can you help me? 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    presume you’ve also logged this in the Buddypress support forums, as it is more their side


    possip
    Participant

    @possip

    hi robin, yes i did. is it? i wasn’t sure because the activity filter works fine for the rest but the entries made by bbpress do not. bp-support-forums didn’t answer. now i tried to deactivate all plugins and changed theme to standard, same… nobody else seems to have this problem. it’s weird 😀

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