Replies
Hi,
I am not sure. It could be a localization issue on our part. I will check and update tomorrow.Regards
Brajesh- Brajesh Singh on March 19, 2020 at 7:09 pm in reply to: Private Message Rate Limiter – Rate Limit User Activity #28319This reply has been marked as private.
- Brajesh Singh on March 18, 2020 at 5:10 pm in reply to: Member Types Pro Not Working (Field Missing on profiles) #28311
Hi Manny,
I have tested it.The multi member type is working fine bot for the multi select option as well as the checkbox selection.
I tested by registering new account as well as updating profile.
Can you please provide me steps to reproduce it? is there any chance you are using multiple member type fields(more than 1 field).
Also, is there any chance you have some caching plugin enabled?
Regards
Brajesh - Brajesh Singh on March 18, 2020 at 12:24 am in reply to: Accept activity wall to be read only #28309
Thank you. I will post an exmaple today.
Regards
Brajesh - Brajesh Singh on March 18, 2020 at 12:19 am in reply to: Member Types Pro Not Working (Field Missing on profiles) #28308
Hi Manny,
Thank you for using the plugin.My apologies for the inconvenience.
we are testing it today. Please allow us couple of hours to get back to you.
Thank you
Brajesh Hi Tosin,
Please use the followingadd_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { if ( bp_is_activity_component() || bp_is_group_activity() ) { return; } wp_deregister_script( 'heartbeat' ); }Regards
BrajeshHi Chrsitophe,
Thank you for using Community Builder.It is intentional.
If you need to add some header item, you can add using “cb_header_links”. With this action, you need to add list item(li).
If you want to add to the drop down menu, you can add to WordPress adminbar (user account menu) and they will appear in the dropdown(It clones them from wp adminbar).
Please let me know if the above information works for you or not?
Regards
Brajesh- Brajesh Singh on March 18, 2020 at 12:00 am in reply to: Private Message Rate Limiter – Rate Limit User Activity #28305This reply has been marked as private.
- Brajesh Singh on March 15, 2020 at 6:08 pm in reply to: Hiding users that have no avatars (mystery men) in the Recently Active widgets #28296
Hi Kristian,
The force profile photo uses a different key.Please use the following code instead
add_action( 'bp_after_has_members_parse_args', function ( $args ) { $args['meta_key'] = 'has_avatar'; $args['meta_value'] = 1; return $args; } );Please let me know if that works or not?
Regards
Brajesh - Brajesh Singh on March 15, 2020 at 6:06 pm in reply to: Restrict Domain Emails uncertain if working properly #28295
🙂
Have a great day to you too.
Regards
Brajesh