Replies
- Brajesh Singh on June 24, 2019 at 12:07 am in reply to: [Resolved] Hide member type page from non PMPro members #23650
Hi Daria,
Please put this code in your bp-custom.phpadd_action( 'bp_template_redirect', function () { // Do not lock if user is logged in or we are not on members directory. if ( ! bp_is_members_directory() || is_user_logged_in() ) { return; } // If PMPro does not exist or the directory is not locked, return. if ( ! function_exists( 'pmpro_bp_is_member_directory_locked' ) || ! pmpro_bp_is_member_directory_locked() ) { return; } // usr is not logged and directory is locked, redirect to login. bp_core_redirect( wp_login_url( $_SERVER['REQUEST_URI'] ) ); } );Is it working. I haven’t tested it though I hope it should work.
Please let me know if it works or not?
Thank you
Brajesh - Brajesh Singh on June 23, 2019 at 11:53 pm in reply to: [Resolved] Buddypress and Woocommerce #23649
For New members looking at this topic,
We have released our own integration with WooCommerce & BuddyPress which provides a lot of flexibility in working with BuddyPress & WooCommerce.https://wordpress.org/plugins/buddycommerce/
Regards
Brajesh - Brajesh Singh on June 21, 2019 at 7:28 am in reply to: [Resolved] Something wrong, this error is growing into a giant file! #23641
Thank you Tang.
We are working on a proper plan from next year. Here is the plan
For our loyal members, we will be offering Pro membership at $159 instead of $199(Only when renewed within 15 days of membership expiry).For the time being, Please get int touch for the coupon. From August 2020, It will automatically apply on checkout.
Thank you
Brajesh - Brajesh Singh on June 21, 2019 at 5:41 am in reply to: [Resolved] Something wrong, this error is growing into a giant file! #23639
Sent you the mail.
Regards
Brajesh - Brajesh Singh on June 21, 2019 at 5:04 am in reply to: [Resolved] Something wrong, this error is growing into a giant file! #23638
Hi,
I am sorry, I will mail a copy of this plugin to you now.As of updates, we only updated if needed. That’s why you might not have seen updates for some of the plugins.
Regards
Brajesh Hi David,
Thank you.If possible, Please do share the content of activity/entry.php. It may give some idea(if the hook is missing or they are generating it differently) and I can assist quickly.
Thank you
Brajesh- Brajesh Singh on June 20, 2019 at 10:34 pm in reply to: [Resolved] Something wrong, this error is growing into a giant file! #23634
Hi,
Please upgrade to 2.0.5
https://buddydev.com/plugins/bp-ajax-registration/That will resolve it.
Regards
Brajesh - Brajesh Singh on June 20, 2019 at 9:19 pm in reply to: get notification if someone I follow posts a wordpress blog post. #23633
Hi,
Thank you for the question.At the moment, I am not aware of any plugin that support this behaviour(assuming you are referring to BuddyPress Follow).
I can certainly be achieved but it will need custom coding/development.
Regards
Brajesh Hi David,
Thank you for sharing the details.1. Please network disable MediaPress
2. Please Activate MediaPress on your main site of the network(or if you are using BuddyPress on a secondary site, then there)3. Please try to upload some media from activity and let me know if it works?
The different between RT Media and us in handling activity upload is that we dynamically attach generated content when activity is fetched/displayed. That allows us greater control over the listing and future changes. They inject the html in the actual content in activity content.
We use the action ‘bp_activity_entry_content’ to attach our generated media list. It is available in most of the themes(if they override BuddyPress activity entry template) or if you are using default bp-legacy/nouveau, It is present in buddypress/activity/entry.php
Can you please tell me if your theme or framework comes with Support with BuddyPress. If it does, Please ask the theme developers from where activity entry is loaded. That will give me the idea.
X is very popular theme and I will be glad to add the compatibility even if it needs to be done in some other way.You may also check in your theme/child theme if you have a “buddyoress/activity” directory and if entry.php is present there.
Please let me know and I will assist.
Thank you
Brajesh- Brajesh Singh on June 20, 2019 at 8:57 pm in reply to: None gallery Images are not showing in main Activity stream #23631
Hi David,
yes, I was referring to the private reply like you posted above(but on your own topic).I will be replying to your new topic now.
Thank you
Brajesh