BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Show Comment Box on News Feed

Viewing 5 posts - 16 through 20 (of 20 total)
  • Question

    #43907
    @milo99

    Have we given up? Kleo is one of the most popular themes out there for buddypress so this is a pretty major issue.

    Answers

    #43909

    Alyssa
    Participant
    @alyssa-buddyboss

    @milo99 no sorry, my role is changing at BuddyBoss and I lost track of this one. I’m going to have Varun step in and help you out. He is much better at figuring this code out than I. Please allow him some time to respond to this request.

    #43940

    Anonymous
    @

    Hi @milo99, please copy buddypress/member/single/activity.php to child theme at same path and alter activity.php
    Line number 70

    
    if ( is_user_logged_in() && bp_is_my_profile() && ( !bp_current_action() || bp_is_current_action( 'just-me' ) ) )
    

    with

    
    if ( is_user_logged_in() && bp_is_my_profile() && ( !bp_current_action() || bp_is_current_action( 'just-me' ) || bp_is_current_action( 'news-feed' ) ) )
    

    Regards
    Varun Dubey

    #44039
    @milo99

    Yes that did it thank you

    #44040

    Alyssa
    Participant
    @alyssa-buddyboss

    @milo99 ha! I was so close. I’ll close this out now 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • The question ‘Show Comment Box on News Feed’ is closed to new replies.