Replies
- 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 - Brajesh Singh on April 29, 2019 at 6:01 pm in reply to: Mediapress Members gallery page not working #22659This reply has been marked as private.
- Brajesh Singh on April 29, 2019 at 6:00 pm 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 - Brajesh Singh on April 29, 2019 at 5:56 pm in reply to: [Resolved] Restrict Email Domains – QuadMenu Compatability? #22657
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 - Brajesh Singh on April 29, 2019 at 5:52 pm in reply to: [Resolved] BP Member Types Pro: User roles missing #22656
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 This will work fine if you do not need the “Blogs” tab on the group page.
Regards
Brajesh