Replies
Hi Jill,
Can you please link me to a page where I can see the Sidewide activity plugin in action?Thank you
BrajeshThank you Jill.
I am looking at it and will get back to you soon.Regards
BrajeshHi Monica,
Thank you for posting.
I have received your email regarding the same and have seen the site. I will get back to you with details via email as this task falls outside of our forum support here.Regards
BrajeshHi Madhavi,
No, there is no available way to automate it from WP Admin to Cpanel. It is possible to do so with the CPanel APi
https://documentation.cpanel.net/display/DD/Guide+to+cPanel+API+2
https://documentation.cpanel.net/display/DD/cPanel+API+2+Functions+-+SubDomain%3A%3AaddsubdomainThe time and effort does not justify it as it is a problem with hosting and putting temporary fix is not the right way to handle it.
Regards
BrajeshHi Ahmed,
Most probably this plugin https://buddydev.com/plugins/bp-private-message-rate-limiter/ can be used with a few hooks to accomplish the same. It does not directly integrate with the PMPro though.Regards
BrajeshHi Jill,
I am sorry for the inconvenience.Are you using any other plugin for posting to activity? Also, which theme are you using?
Regards
Brajesh- Brajesh Singh on April 6, 2018 at 8:21 pm in reply to: [Resolved] insert a value into my new xprofile numeric field #14316
Hi Herve,
You may use the following code/** * Set an xprofile field value on account activate. * * @param int $user_id user id. */ function buddydev_insert_preset_field_value( $user_id ) { $field_id = 794; xprofile_set_field_data( $field_id, $user_id, 4 ); } add_action( 'bp_core_activated_user', 'buddydev_insert_preset_field_value' );That will insert/update the field value when user account is activated.
Regards
Brajesh - Brajesh Singh on April 6, 2018 at 8:15 pm in reply to: [Resolved] Ajax registor form customization #14315
Hi Daniel,
Thank you for posting1. Please use the selector .bpajax-register-window for apply to ajax registration.
2. I have put the space between the buttons. It is at the bottom of your custom css(one line)
Regards
Brajesh Hi Madhvi,
you have an issue with the wildcard DNS. Please contact your hosting provide and they will be able to assist. The wildcard dns is not working for you.Regards
Brajesh- Brajesh Singh on April 6, 2018 at 7:26 pm in reply to: BuddyPress Moderation – Report Users/Groups #14312
We are working on BuddyPress Community Moderation plugin and it will be available inn next 7-15 days.
Thank you
Brajesh