Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comment Button and Reply Not showing

  • @kevlew

    Participant

    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?

Viewing 17 replies - 1 through 17 (of 17 total)
  • @vapvarun

    Participant

    @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.

    @kevlew

    Participant

    The template is the Buddypress Legacy. Not sure how to check the console. We are using Kleo theme.

    @tatiana_k

    Participant

    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.

    @abracarambar

    Participant

    Hello, I have the same issue.

    @pedroverdi

    Participant

    Me too Guy. Any fix for this yet?

    @kevlew

    Participant

    I rolled back to 2.94

    @venutius

    Moderator

    @pedroverdi

    Participant

    Cheers

    @abracarambar

    Participant

    THX

    @cyberjulie

    Participant

    Hi Kevlew, can you tell us how to roll back to 2.94 ???

    @r-a-y

    Keymaster

    Thanks for the reports everyone.

    The following patch should fix this problem:
    https://buddypress.trac.wordpress.org/attachment/ticket/7854/7854.01.patch

    All 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.

    @abracarambar

    Participant

    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.php

    I don’t even know where to find it.

    @venutius

    Moderator

    If you are using BP Legacy its at wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress...

    @vapvarun

    Participant

    @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 ) )

    @cyberjulie

    Participant

    Thank you 🙂

    @abracarambar

    Participant

    For sure it works ! I just forgot to join the group ! Thank you so much.

    @conscious-crafties

    Participant

    Thank you so much for the patch @Varun

Viewing 17 replies - 1 through 17 (of 17 total)
  • The topic ‘Comment Button and Reply Not showing’ is closed to new replies.
Skip to toolbar