Replies
- Brajesh Singh on May 9, 2025 at 6:28 pm in reply to: Buddypress Featured Members creates conflict with BuddyPress Member Type #55354
Hi Stephanie,
I am sorry, i could not update earlier. I will push an update by Monday.Regards
Brajesh - Brajesh Singh on May 9, 2025 at 6:28 pm in reply to: [Resolved] Members page count doesn’t match what’s listed #55353
Thank you for the details.
Please use the following css.
#members-all .count { display: none; }
Let me know if it worked or not?
Regards
Brajesh - Brajesh Singh on May 6, 2025 at 11:26 am in reply to: [Resolved] Members page count doesn’t match what’s listed #55348
Hi La,
Thank you.
Using the css to hide count is a better and simple option here.Are you using BP legacy or BP Nouveau template pack?
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on May 6, 2025 at 11:25 am in reply to: [Resolved] Critical error when I Customize Community Pro Theme #55347
Hi Paul,
Thank you for your patience with us.
I am glad you were able to find the conflicting plugin and resolve it.
For the sake of notes, The theme does not modify any shortcode.Would love to know what was causing it if you are comfortable sharing it.
Regards
Brajesh - Brajesh Singh on May 5, 2025 at 5:42 am in reply to: [Resolved] Members page count doesn’t match what’s listed #55341
Hi,
Thank you for the question.You are right about the count. BuddyPress uses separate query for the total count and the members directory user listing.
That makes it complicated to have synchronized counts.
There is a solution by filtering
bp_core_get_active_member_count
and removing the no. of excluded users count from it but it is not a good solution.Can you share e your code here or pastebin, I may be able to assist by providing code for count synchronization.
Regards
Brajesh Hi Michael,
Thank you for sharing the timeline.
That’s awesome. I am sure we can manage the tagging in near future.Regards
BrajeshHi Michael,
Thank you for using MediaPress.I am sorry, I was travelling last week and only focused on urgent topics here.
I appreciate the suggestion. Image tagging is a nice to have feature to have. What is the timeline of your project? I am unable to focus on it due to another high priority task but I would love to have it(wanted to have it for a long time).
Regards
Brajesh- Brajesh Singh on May 4, 2025 at 4:39 am in reply to: How to delete all notifications for a member when he gets deleted? #55333
Hi Josh,
I am sorry, I was moving from one place to another and did not pay much attention to forums last week.I am sorry, I lack the time to write similar plugin currently.
Regards
Brajesh - Brajesh Singh on May 4, 2025 at 4:37 am in reply to: ‘BuddyPress Ajax Registration plugin – Fixing activate popup #55332
Hi Duane,
Thank you for the post.Once you add the secret key, Please visit your Dashboard->Plugins page, It should automatically fetch and show you the updates available. BuddyDev dashboard hooks into default WordPress flow and the update will have same experience as any other WordPress plugin(you see a notice of update available, click on it and update).
Regards
Brajesh - Brajesh Singh on May 4, 2025 at 4:35 am in reply to: ‘BuddyPress Ajax Registration plugin –Profile FData not saving to user acct #55331
Hi Duane,
Thank you for the post.The Ajax Registration plugin shows the fields from First field group(default behaviour for older BuddyPress).
The profile Field data is only visible after the user account has been activated(It gets inserted into xprofile table when a user account is activated).
can you confirm that the users accounts were activated when you checked their profile for data?
Thank you
Brajesh