Replies
- Brajesh Singh on July 24, 2019 at 9:58 am in reply to: [Resolved] to migrate all the buddypress content with the role of the members, the xprofile #24332
Hi Herve,
Congrats.I am glad you were able to do it.
The value is a hash. I am unable to say what might cause it.
Try cleaning your log and then deactivating plugins one by one. That should give the idea which plugin/code is causing it.
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 4:58 am in reply to: [Resolved] How to redirect to another user private message page ? #24329
Hi Thierry,
We have released an update now.
Please upgrade to 2.0.6
https://buddydev.com/plugins/bp-ajax-registration/
You can put this code in your bp-custom.php
add_filter( 'bpajaxr_registration_redirect_url', function ( $redirect_url, $user_id ) { return wp_nonce_url( bp_core_get_user_domain( $user_id) . bp_get_messages_slug() . '/compose/?r=admin' ); }, 10, 2 );and it will do the redirection.
PS:- I am asuming the username of administrator to be ‘admin’. If it is different, Please change accordingly.
Regards
Brajesh - Brajesh Singh on July 22, 2019 at 7:13 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types do not work #24318
Glad it is fixed.
Regards
Brajesh Hi Axel,
I am sorry for the delayed reply. I am unable to understand it correctly.If possible, Please help me understand.
Also, since BuddyPress uses’@’ for mentions, It might not be appropriate to use @ in the url.
Regards
Brajesh- Brajesh Singh on July 22, 2019 at 5:57 pm in reply to: [Resolved] Tab Slug is Dynamic! How to map this tab? #24314This reply has been marked as private.
- Brajesh Singh on July 22, 2019 at 5:39 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24313
Hi Vivek,
Thank you for reminding. I will be trying to work on it today/tomorrow and will get back to you by day end tomorrow(PST).Thank you
Brajesh - Brajesh Singh on July 22, 2019 at 5:38 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types do not work #24312This reply has been marked as private.
- Brajesh Singh on July 22, 2019 at 5:35 pm in reply to: [Resolved] Multi-Network/Xprofile Conflicts #24310
Thank you for confirming. I am glad it worked.
Regards
Brajesh - Brajesh Singh on July 22, 2019 at 5:35 pm in reply to: [Resolved] Member Type Pro Subscription don't work #24309
Hi Joss,
It seems that you are applying conditional registration on the fields.If that is the case, Please make sure that if a field is hidden by conditions, It must not be marked as required.
That should make it work.
Regards
Brajesh - Brajesh Singh on July 20, 2019 at 9:19 am in reply to: [Resolved] BuddyCommerce with subscriptions #24297
Hi manuco,
You are welcome.
Thank you for confirming.Regards
Brajesh