BuddyDev

Search

[Resolved] BP Member Multiple Types

  • Participant
    Level: Initiated
    Posts: 5
    Marc Capulong on #6187

    Hi,

    I think it’s good to have the BP Member Types plugin to allow multiple types for each member.

    Is it possible?

    Regards,
    Marc

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #6192

    Hi Marc,
    BuddyPress allows users to have multiple Member types but the management interface is not yet appropriate for that.

    The BP Member Types Generator plugin does not manage adding member type to user. It simply manages registering the member type.

    If you are using our BuddyPress Member Type Xprofile Field plugin, Then you can certainly ask it to use checkboxes at registration.

    Please see this
    https://buddydev.com/plugins/bp-xprofile-member-type-field/

    Hope that helps.
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Marc Capulong on #6195

    Hi Brajesh,

    Yes, I’m already using the BuddyPress Xprofile Member Type Field plugin. Can I ask how to make it use checkboxes at registration? Currently, there’s no option for that.

    Regards,
    Marc

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #6196

    Hi Marc,
    Please put this line in your bp-custom.php

    
    add_filter( 'bd_xprofile_field_type_membertype_as_radio', '__return_true');
    

    We have it mentioned on the page, It seems you skipped it somehow.

    In future, we will allow it from the xprofile field create/edit page too.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Marc Capulong on #6197

    Hi Brajesh,

    I’ve seen this on the page but this is radiobox, not checkbox. I need checkbox to be able to select multiple types in one user.

    Regards,
    Marc

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #6198

    Hi Marc,
    My apologies. I just missed it. I see you are looking for multi fields. Please give me a day and I will update the plugin.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Marc Capulong on #6199

    Hi Brajesh,

    It’s ok. I look forward to it. Thank you so much!

    Regards,
    Marc

You must be logged in to reply to this topic.

This topic is: resolved