-
David Cavins replied to the topic Hyerarchical groups for BP in the forum Requests & Feedback 2 weeks, 1 day ago
Hi Marco,
I’m the author of the plugin you linked above, and the plugin doesn’t help much with BP Nouveau, but I’m not seeing any fatal errors. Can you share your setup? I’m using WP 6.6.2 and BP 14.2.1 with Legacy or Nouveau template packs and the twenty twenty-four theme.
Thanks!
-
David Cavins replied to the topic Thoughts in the forum Ideas 4 months, 1 week ago
We’re always happy to hear about features that are important to people. Thanks for your post!
-
David Cavins replied to the topic Fatal Error When Activating Pending Account in the forum How-to & Troubleshooting 2 years, 3 months ago
Thank you for reporting this issue. The fix is in this commit: https://buddypress.trac.wordpress.org/changeset/13320
We’ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.
This issue only affects admin users using the Pending Memberships screen, so the problem shouldn’t…[Read more]
-
David Cavins replied to the topic Adapt Group description and include iframe in the forum How-to & Troubleshooting 2 years, 3 months ago
Will this get you close? https://buddydev.com/introducing-buddypress-simple-google-map-plugin/
-
David Cavins replied to the topic Group administrator communication in the forum Requests & Feedback 2 years, 3 months ago
This plugin can help with your wish: https://wordpress.org/plugins/buddypress-group-email-subscription/
-
David Cavins replied to the topic Create members page for specific members in the forum How-to & Troubleshooting 2 years, 3 months ago
It sounds like Member Types could solve your problem: https://codex.buddypress.org/developer/member-types/
-
David Cavins replied to the topic How can I delete all posts of one user? in the forum How-to & Troubleshooting 2 years, 3 months ago
You can find their activity items via the db. Find their items by
SELECT * FROM
wp_bp_activityWHERE
user_id= 'USER_ID_YOU_WANT_TO_FIND'
Comments and posts should be delete-able via the WP Admin interface for those items.
-
David Cavins replied to the topic How to delete ALL 'Replied to a status update' older than 100 days? in the forum How-to & Troubleshooting 2 years, 3 months ago
If you have database access, take a look in
wp_bp_activity
. This query will find activity item comments:
SELECT * FROM
wp_bp_activityWHERE
type= 'activity_comment'
-
David Cavins replied to the topic Found weird query running multiple times per minute in the forum How-to & Troubleshooting 2 years, 7 months ago
Thank you for the report. Can you enable the plugin Query Monitor to see if it can help trace the source of the query? It can often identify the caller, which would be a great help. Example output:
Thanks!
-
David Cavins replied to the topic Unlabeled Registration Boxes in the forum How-to & Troubleshooting 2 years, 8 months ago
It sounds like you could have a theme conflict. Your screenshot is gone, though, so I am not sure.
-
David Cavins replied to the topic HELP! Installed BP on my site and now locked out of WP admin area in the forum Installing BuddyPress 2 years, 8 months ago
BP uses the WP login, so you should be able to log in to WP as before. Just visit your-site/wp-login.php
-
David Cavins replied to the topic Buddypress profile menu – redirect for logged in user in the forum Third Party Plugins 2 years, 8 months ago
Here’s one way to do that: https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/
-
David Cavins replied to the topic Extended Profile data not saving in the forum How-to & Troubleshooting 2 years, 8 months ago
Hi, it sounds like you are clicking on the navigation item to get you to the edit screen. Below the form, look for a button labeled “Save Changes”.
-
David Cavins wrote a new post on the site BuddyPress.org 2 years, 10 months ago
Contribute to BuddyPress: Test 10.0.0-RC1
“Release Candidate” means that we believe the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins […]
-
David Cavins updated the Preventing Spammer Registration page, on the BuddyPress Codex 2 years, 10 months ago
Spammers and sploggers pose a serious risk to online communities. Without some protection in place, your fledgling community runs the risk of being overrun by spammers trying to sell fake Uggs and Oakleys. Since […]
-
David Cavins updated the Alternative Registration Workflows page, on the BuddyPress Codex 2 years, 11 months ago
By default, registration in BuddyPress follows this workflow:
A site administrator can enable registration by checking “Anyone can register” on the WP Admin > Settings > General options screen.
If […]
-
David Cavins replied to the topic buddypress-10-0-0-beta1 in the forum Miscellaneous 2 years, 11 months ago
Thanks @windhillruss for your feedback. I’m not able to test the Beehive theme (because it is a paid theme). It sounds like the theme has its own version of
register.php
which will need to be updated. Can you have a look and let me know if the theme does contain aregister.php
file?We’ve introduced a new helper function,
bp_allow_access_to_regist…
[Read more] -
David Cavins updated the Navigation API page, on the BuddyPress Codex 3 years, 1 month ago
BuddyPress’s Navigation API (BP 2.6+) provides an interface for developers to modify BP’s nav menus in group and user contexts.
Examples
Changing the position of the user’s Notifications nav […]
-
David Cavins wrote a new post on the site BuddyPress.org 3 years, 4 months ago
9.0.0 is named after Mico’s Pizza in Sanary, a little town on the french riviera. The story of Mico starts in 1968 when Liliane and Jean-Louis bought a restaurant looking like a swiss chalet. “Mico” is the […]
-
David Cavins replied to the topic BuddyPress 8.0.0 in the forum Miscellaneous 3 years, 5 months ago
Thanks everyone for your feedback.
@gregthebuzz Are you running the MyCred plugin also?
@firefliespilots @vivekmathur1969 Thanks very much for identifying the issue with MyCred. It appears that MyCred is running some actions at a very early action (
init 5
) that happen before the BP Members Component is initialized. The invitations table name…[Read more] - Load More
@dcavins
Active 2 weeks, 1 day ago