Replies
- Brajesh Singh on July 27, 2019 at 7:44 pm in reply to: [Resolved] to migrate all the buddypress content with the role of the members, the xprofile #24364
Good to know 🙂
Have a nice day.
- Brajesh Singh on July 27, 2019 at 7:44 pm in reply to: [Resolved] BuddyDev Moderation: Exclude specific groups from having the Report button. #24363
Hi Gregg,
Thank you for the topic.It is doable with filters.
Our team will assist you on Monday/Tuesday with the code.
Regards
Brajesh - Brajesh Singh on July 27, 2019 at 7:16 pm in reply to: BuddyPress with WooCommerce and BuddyCommerce – Settings for "Theme My Login" #24362
Hi,
Thank you for the topic and the questions.Since you are using BuddyPress as well as WooCommerce, you have 2 registrations pages.
The Options you see in BuddyPress->Pages is for BuddyPress registration/Activation. You should not set that to WooCommerce Register etc.
BuddyPress normally takes over the registration. This will be good if you need extra profile fields.
The problem with it is people won’t be able to buy subscription from BuddyPress registration page.You may be able to use WooCommerce registration if you want, In that case, I won’t suggest assigning any page to BuddyPress Register/Activation.
Please feel free to configure theme my login as you need, It won’t have any effect on the registration/activation process.
Regards
Brajesh - Brajesh Singh on July 27, 2019 at 7:06 pm in reply to: [Resolved] Buddypress Anonymous Activity #24361
Hi Nic,
No problem.Our team will assist you on Monday/Tuesday with the customization.
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 2:00 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24348This reply has been marked as private.
- Brajesh Singh on July 24, 2019 at 1:47 pm in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #24347This reply has been marked as private.
- Brajesh Singh on July 24, 2019 at 12:36 pm in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24345
Hi,
Thank you.1. Please use this code. It will make the pagination work
Regards
Brajesh - Brajesh Singh on July 24, 2019 at 12:35 pm in reply to: [Resolved] Pagination not working with Shortcodes in Profile Tabs Plugin #24344
Hi,
Please use this code instead. This will work.add_filter( 'bbp_topic_pagination', function ( $args ) { if ( ! function_exists( 'bp_is_user' ) || ! bp_is_user() ) { //return $args; } $args['base'] = add_query_arg( 'paged', '%#%' ); return $args; } );Regards
Brajesh You are welcome.
- Brajesh Singh on July 24, 2019 at 11:19 am in reply to: [Resolved] How to redirect to another user private message page ? #24338
Please make sure copy the code from my post and not from email notification.
You can put the code in your activetheme/functions.php or in wp-content/plugins/bp-custom.php
Regards
Brajesh