Skip to:
Content
Pages
Categories
Search
Top
Bottom

Membership form comments disappear.


  • webmasterfreya
    Participant

    @webmasterfreya

    WP 5.3
    Buddypress 5.0.0
    BP Legacy

    I think since the update to bp 5.0.0 the comments (group-request-membership-comments) when requesting a group membership are disappearing. The added text cannot be found in the database tables, and there are no sql errors. It simply isn’t stored anymore (it used to be in the comments column of bp_groups_members).

    Does anyone has the same problem?

Viewing 2 replies - 1 through 2 (of 2 total)

  • webmasterfreya
    Participant

    @webmasterfreya

    Nobody ?

    In older versions of buddypress i found in the bp-group-functions.php in function groups_send_membership_request this statement :

    $requesting_user->comments = isset( $_POST['group-request-membership-comments'] ) ? $_POST['group-request-membership-comments'] : '';

    which makes sense as the posting variable (group-request-membership-comments) should be handled to end up in the table bp_groups_members.

    In the version 5.0.0 such a statement is not found (not by me that is), so this could explain the disappearing comments from the group membership request page.

    Any help would be appreciated.


    webmasterfreya
    Participant

    @webmasterfreya

    Fixed in 6.3.0

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar