BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Show Comment Box on News Feed
- This topic has 19 replies, 4 contibutors, and was last updated 9 years, 3 months ago by Alyssa.
Question
March 22, 2015 at 7:59 am #37693@ashleyyoungHello
I would like to show the comment box on the news feed so that users can add to it…
Thanks
Answers
March 22, 2015 at 9:32 am #37697@alyssa-buddyboss
AlyssaParticipant@ashleyyoung you need to click the comment link for it to show up depending on your theme. Either way this is a theme issue not a plugin issue. Contact your theme owner for support.
March 22, 2015 at 10:15 am #37715@ashleyyoungHi
When I click on wall the comment box is there however when I click on News Feed it’s not….please see screenshots, is this definitely a theme issue?
Thanks
March 22, 2015 at 11:30 am #37727@alyssa-buddyboss
AlyssaParticipant@ashleyyoung it works for me with default settings (I have a copy of Kleo theme to test with). But yes, it is a theme issue and I would suggest you contact them for support.
March 22, 2015 at 11:52 am #37731@ashleyyoungOK thank you 🙂
March 25, 2015 at 7:06 pm #37940@alyssa-buddyboss
AlyssaParticipantAny time.
March 26, 2015 at 3:18 am #37960@ashleyyoungHi TJ
I have gone back to the developer and they told me to revert back to a WordPress default theme, I tried two 2014 and 2015 and it still doesn’t work, I also disabled all plugins apart from BuddyPress and BuddyBoss wall and still nothing.
Any ideas?
March 26, 2015 at 3:19 am #37961@ashleyyoungP.S The theme developers told me that if it doesn’t work with all plugins disabled or with a default wordpress theme then it’s not their theme causing the issue.
March 26, 2015 at 3:58 pm #38011@alyssa-buddyboss
AlyssaParticipant@ashleyyoung try reinstalling a fresh version of BuddyPress via FTP, ditto with WordPress.
July 28, 2015 at 5:38 pm #43493@milo99Any solution to this? I have the same issue with Kleo but I see they don’t want to take responsibility for it either. If you give me the solution I will personally take the blame for both of you I don’t mind 😉
July 29, 2015 at 12:06 pm #43538@alyssa-buddyboss
AlyssaParticipant@ashleyyoung @milo99 this appears to be a BuddyPress issue. Copy plugins/buddypress/bp-themes/bp-default/members/single/activity.php to your child theme/buddypress/members/single/
Find line 65:
if ( is_user_logged_in() && bp_is_my_profile() && ( !bp_current_action() || bp_is_current_action( 'just-me' ) ) )
Change to this:
if ( is_user_logged_in() && bp_is_my_profile() )
July 29, 2015 at 1:19 pm #43553@milo99Sorry but that now removes the box on BOTH pages rather than add it to both
July 30, 2015 at 10:06 am #43592@alyssa-buddyboss
AlyssaParticipant@milo99 sorry, I didn’t remove enough of the code, fixed in original post.
July 30, 2015 at 10:28 am #43597@milo99nope completely blank now. No box, no updates etc. This is clearly on the right track though as when I put it back it shows everything but the box. I see that your code was edited but I copied and pasted what you had yesterday and this still looks EXACTLY the same. Not sure you updated the post correctly.
July 31, 2015 at 1:37 pm #43656
- The question ‘Show Comment Box on News Feed’ is closed to new replies.