Comment Button and Reply Not showing
-
@kevlew let me know if you are getting any errors inside the browser console and which template set you are using, it will help to replicate the issue.
The template is the Buddypress Legacy. Not sure how to check the console. We are using Kleo theme.
Comment buttons aren’t shown in Groups for ordinary users (neither for Group members nor for Group Admins). Only Site Admin can see them. Favorites and Delete Buttons are in their places.
I tried both Nouveau and Legacy themes, no console errors.
I suppose these two comments issues are actually the same issue.
Hello, I have the same issue.
Me too Guy. Any fix for this yet?
I rolled back to 2.94
I’ve raised a ticket for this: https://buddypress.trac.wordpress.org/ticket/7854#ticket
Cheers
THX
Hi Kevlew, can you tell us how to roll back to 2.94 ???
Thanks for the reports everyone.
The following patch should fix this problem:
https://buddypress.trac.wordpress.org/attachment/ticket/7854/7854.01.patchAll you need to do is to change one line in the
bp-groups\bp-groups-activity.php
file.This will be apart of v3.1.0 when it is released after other bugs are fixed.
Hello.
I tried this patch : nothing more, nothing less. Even refreshing cache.
I don’t understand what we have to do with the second file : /groups/activity.phpI don’t even know where to find it.
If you are using BP Legacy its at
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress...
@cyberjulie you can download the previous version at https://downloads.wordpress.org/plugin/buddypress.2.9.4.zip
@abracarambar patch is working fine, you only need to modify
Line 395 inside plugins/buddypress/bp-groups/bp-groups-activity.php( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || ! groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )
with
( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )
Thank you 🙂
For sure it works ! I just forgot to join the group ! Thank you so much.
Thank you so much for the patch @Varun
- You must be logged in to reply to this topic.
kevlew
@kevlew
6 years, 6 months ago
After the update, my subscribers no longer can comment or reply to any post in the activity stream except for member updates and new friend posts. No comments or reply shows up at all….not sure what to do.
1. I deactivated all plugins except buddypress – nothing
2. Switched to default theme – nothing
Lost………any help?