Replies
- Brajesh Singh on March 19, 2020 at 7:16 pm in reply to: Front End / BuddyBlog – Issue when editing a post #28323
Hi John,
Please give a try to our demo here
https://buddydev.com/themes/community-builder/It has BuddyBlog active. Are you able to reproduce the issue here?
Thank you
Brajesh Hi Tosin,
yes, It will affect that plugin.I am sorry, but there is no alternative. The live notification needs heartbat to work.
Regards
Brajesh- Brajesh Singh on March 19, 2020 at 7:13 pm in reply to: [Resolved] Open all external activity links in a new browser tab #28321
Hi Tosin,
Thank you for the question..
What is external link in activity(It is normal link added as text or added via some plugin?)Regards
Brajesh 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