- This topic has 19 replies, 4 contibutors, and was last updated 9 years, 3 months ago by .
Question
Answers
- The question ‘Show Comment Box on News Feed’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Show Comment Box on News Feed
Have we given up? Kleo is one of the most popular themes out there for buddypress so this is a pretty major issue.
@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.
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
Yes that did it thank you