Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to add a @username at lead topic


  • nobody
    Participant

    @iduy

    i use this code for differentiate lead topic :

    function custom_bbp_show_lead_topic( $show_lead ) {
    $show_lead[] = ‘true’;
    return $show_lead;
    }

    add_filter(‘bbp_show_lead_topic’, ‘custom_bbp_show_lead_topic’ );

    now I want to display @mentionname too on lead topic, basically it’s like bbpress forum, however I can’t do it, anyone can help ?

  • You must be logged in to reply to this topic.
Skip to toolbar