Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Mic,
    Please ask them to put a like before this

    
    $user_id = wp_insert_user($userdata);
    

    Something like

    
    do_action( 'quadmenu_registration_validated', $userdata );
    
    

    ill allow us to generate custom error before allowing registration.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Thank you for the patience.

    I have checked it.

    The AAM plugin works with member types.
    https://i.imgur.com/ml9aa6w.png

    It is most probably some configuration for the custom role preventing it from being listed.

    Please grant me access to the backend and I can check and assist.

    PS:- I will be off from work for next 8 hours. Will reply back in the morning IST now.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Simon,
    At the moment, we do it via code. I will post a snippet.

    Here is the result from all forum discussions till now.
    https://youtu.be/6cbDuxFaaNs

    We are allowing multiple post types and form creation/custom fields in very near future.

    Here is the code for you.

    
    /**
     * Set custom post status.
     */
    add_filter( 'buddyblog_post_form_settings', function ( $settings ) {
    
    	$settings['post_status'] = 'pending';
    
    	return $settings;
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you Mic.
    I am looking forward to your reply.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Heiko,
    Thank you.

    From the details I can guess the issue.

    It seems to me that the AAM plugin is adding roles late. For it to be available on the Role->member Type mapping page, we need the roles to be available on ‘admin_init’ action.

    Please allow me 30 minutes to check AAM and see the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Mediapress Members gallery page not working #22659
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypress Anonymous Activity #22658

    Hi Nicola,
    Welcome to BuddyDev forums.

    Thank you for the questions.

    1. Limiting to certain groups:- We can help you with it. By default, It makes posting all site Activity updates anonymous.

    2. It does not make the bbPress topic notifications anonymous and we do not enable bbPress support out of the box.If you need it, we have this functionality in the plugin(can be triggered via code). We do not recommend as the notification mails for forum topics are not anonymous.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Mic,
    We don’t know about the compatibility and based on your topic we assume it is not compatible.

    It seems they have their own custom handler for registration. If you can ask them how can we hook into their validation process for registration, I can add the support for it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Heiko,
    Thank you for using the plugin.

    I am sorry for the inconvenience.
    Is there anything special about those roles? Are these roles assignable from User screen? Are they added via some role manager? We use ‘get_editable_roles()’ to get the list of editable roles.

    If they are assignable on User edit screen, They should be available to the settings page too.

    Please let me know which plugins and how are you adding the role and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22650

    This will work fine if you do not need the “Blogs” tab on the group page.

    Regards
    Brajesh