Replies
- Brajesh Singh on August 10, 2022 at 11:57 pm in reply to: User profiles tabs creator pro – BuddyBoss – doesn’t change existing tabs #45986
Hi George,
Which plugin are you using for Blog tab?Please let us know.
Thank you
Brajesh - Brajesh Singh on August 10, 2022 at 11:22 am in reply to: Sorry, you are not allowed to upload here. #45981
Hi Martin,
Thank you for using MediaPress.Please download this addon.
https://github.com/mediapress/mpp-global-shared-galleryand install/activate it.
After that, Please mark the gallery as Globally shared in the admin edit gallery page. After that, any member of your site can upload to the gallery.
Please let me know if it works for you or not?
Regards
Brajesh Hi Tosin,
The problem is we are not storing any flag/marker to differentiate a user who has been marked as featured manually by the site admin.So, if we start automating the non featuring of user, it will impact that.
Is that fine with you?
Regards
BrajeshHi Carsten,
Thank you.Here is the link for subscribing to our newsletter.
http://newsletter.buddydev.com/I will have it available on BuddyDev soon.
Regards
Brajeshit strictly marks on 2. If you want to mark any user who has more than 24 posts(e.g 26, 28 etc), you change the condition from
if ( 25 == $users_post_count && ! bp_featured_members()->is_featured( $user->ID ) ) { bp_featured_members()->add_user( $user->ID ); }to
if ( $users_post_count >= 25 && ! bp_featured_members()->is_featured( $user->ID ) ) { bp_featured_members()->add_user( $user->ID ); }Regards
BrajeshHi Tosin,
Please give it a try and let me know if it works or not?add_action( 'transition_post_status', function ( $new_status, $old_status, $post ) { if ( 'publish' !== $new_status || ! function_exists( 'bp_featured_members' ) ) { return; } $user = get_user_by( 'id', $post->post_author ); if ( ! $user ) { return; } $users_post_count = count_user_posts( $user->ID, 'post' ); if ( 25 == $users_post_count && ! bp_featured_members()->is_featured( $user->ID ) ) { bp_featured_members()->add_user( $user->ID ); } }, 10, 3 );Regards
Brajesh- Brajesh Singh on August 9, 2022 at 12:20 am in reply to: BuddyPress Friends Suggestion Pro – Mutual Friends or Follow Suggestion #45958
Hi Tosin,
Thank you for the suggestion.We are noting it for future. at the moment, we don’t have any immediate plan for adding new feature to this plugin due to lack of time. We have some other projects as priority which we hope to start releasing from this week.
Regards
Brajesh Thank you.
We will be testing and getting back to you in next 24-48 hours.Regards
Brajesh- Brajesh Singh on August 8, 2022 at 6:28 am in reply to: [Resolved] Custom Fields Per Role in BuddyBlog Pro #45950
Thank you Chris.
I am glad it worked.Regards
Brajesh - Brajesh Singh on August 7, 2022 at 6:45 pm in reply to: User profiles tabs creator pro – BuddyBoss – doesn’t change existing tabs #45947
Hi George,
Thank you for using the plugin.
The Profile Tabs Creator is fully compatible with BuddyBoss. Please let me know which tab/sub tab you are trying to edit which is not working?
As far as 3rd party plugins are concerned, It works with most but there may be some incompatibility. Please let me know which 3rd party plugin you are trying to change and we will assist.
Regards
Brajesh