Replies
- Brajesh Singh on April 30, 2019 at 5:38 am in reply to: [Resolved] Restrict Email Domains – QuadMenu Compatability? #22679
Hi Mic,
Thank you.
I am looking forward to their reply. Let us hope for the bets.Regards
Brajesh - Brajesh Singh on April 30, 2019 at 5:31 am in reply to: [Resolved] BP Member Types Pro: User roles missing #22678This reply has been marked as private.
- Brajesh Singh on April 30, 2019 at 5:30 am in reply to: [Resolved] BP Member Types Pro: User roles missing #22677
Hi,
It seems to me that it is working fine. Please see the screenshots in my next reply.Regards
Brajesh - Brajesh Singh on April 30, 2019 at 5:23 am in reply to: [Resolved] BP Member Types Pro: User roles missing #22676
Hi Heiko,
Thank you.
I am looking at it now. Will update soon.Regards
Brajesh - Brajesh Singh on April 30, 2019 at 5:22 am in reply to: [Resolved] CSS styling the Buddydev notifications (need CSS) #22675
Hi Kristian,
Please share a demo user/password to allow me assist you better.Regards
Brajesh - Brajesh Singh on April 30, 2019 at 4:31 am in reply to: [Resolved] Restrict Email Domains – QuadMenu Compatability? #22673
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 - Brajesh Singh on April 29, 2019 at 6:40 pm in reply to: [Resolved] BP Member Types Pro: User roles missing #22667
Hi,
Thank you for the patience.I have checked it.
The AAM plugin works with member types.
https://i.imgur.com/ml9aa6w.pngIt 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 - Brajesh Singh on April 29, 2019 at 6:19 pm in reply to: [Resolved] Buddyblog custom form from BP Simple Front End Posting #22665
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/6cbDuxFaaNsWe 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 - Brajesh Singh on April 29, 2019 at 6:10 pm in reply to: [Resolved] Restrict Email Domains – QuadMenu Compatability? #22663
Thank you Mic.
I am looking forward to your reply.Regards
Brajesh - Brajesh Singh on April 29, 2019 at 6:05 pm in reply to: [Resolved] BP Member Types Pro: User roles missing #22661
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