BuddyDev

Search

[Resolved] Member Types Pro – validation of group registrations

  • Participant
    Level: Initiated
    Posts: 3
    Olivier Poteau on #32745

    Hello,

    thank you for this great plugin.

    When registering, the member is automatically joined to the group he has selected. It works very well.

    I would like his registration to the group to be validated by the moderator or administrator of the group.

    How can I do this?

    Thank you.

    Regards,

    Olivier,

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #32748

    Hello Olivier,

    Thank you for posting. Please let me know what kind of group status you are dealing with. BuddyPress does not have any validate feature by default. But one thing we can with private groups in place of directly adding to groups we can send membership request sothat group admin can add them.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 3
    Olivier Poteau on #32756

    Hello,

    Your solution with the inclusion in private groups and the request for membership to the group administrator is the solution.

    Ideally, if we could specify administrator membership request (yes or no) no = automatic membership, that would really be the ideal, the best solution.

    I installed your BuddyPress Group Activities Notifier plugin.

    Also I also bought your plgunin moderation tools which looks promising. not yet had time to look at it in depth.

    Thank you in advance for your response.

    Olivier.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2944
    Ravi on #32762

    Hello Olivier,

    Thank you for the reply. Please allow me to push an update early next week. I will share a snippet after that to enable this behaviour.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 3
    Olivier Poteau on #32788

    Hello Ravi,

    thank you for your professionalism.
    I look forward to this feature.
    It is essential for the opening of our website.
    A big thank-you.

    Regards,

    Olivier.

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #32836

    Hi Olivier,
    Thank you for the patience.

    Please upgrade to 1.4.5 and put this code in your bp-custom.php

    
    
    // enable private group joining request by Member Types pro(instead of auto joining user to the group).
    add_filter( 'bpmtp_enable_group_join_as_request', '__return_true' );
    

    It will send the group join request for private groups instead of auto joining them. Please note that only Private groups support request. Hidden/public groups do not support request.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Olivier Poteau on #32996

    Hi Brajesh,

    The update works perfectly.

    Thank you.

    Regards,
    Olivier

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #33005

    Hi Olivier,
    Thank you for confirming. I am glad it worked.

    Regards
    Brajesh

The topic ‘ [Resolved] Member Types Pro – validation of group registrations’ is closed to new replies.

This topic is: resolved