-
Trust House's profile was updated 3 years, 9 months ago
-
Cuộn kháng lọc sóng hài tụ bù's profile was updated 3 years, 9 months ago
-
CunyTv's profile was updated 3 years, 9 months ago
-
Push Fitness's profile was updated 3 years, 9 months ago
-
link dangkytf88's profile was updated 3 years, 9 months ago
-
Impact Fundr – Alternative Funding Solutions's profile was updated 3 years, 9 months ago
-
zackvela2's profile was updated 3 years, 9 months ago
-
DanteSturm1's profile was updated 3 years, 9 months ago
-
Bestreviewscamera75's profile was updated 3 years, 9 months ago
-
gyrnakrour2's profile was updated 3 years, 9 months ago
-
CurtHatch2's profile was updated 3 years, 9 months ago
-
Gia huy door's profile was updated 3 years, 9 months ago
-
Imagine Designs's profile was updated 3 years, 9 months ago
-
sakkemoto1's profile was updated 3 years, 9 months ago
-
Spectrum Sound Dance Party Event DJs's profile was updated 3 years, 9 months ago
-
David Cavins replied to the topic Adapt Group description and include iframe in the forum How-to & Troubleshooting 3 years, 9 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 3 years, 9 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 3 years, 9 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 3 years, 9 months ago
You can find their activity items via the db. Find their items by
SELECT * FROMwp_bp_activityWHEREuser_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 3 years, 9 months ago
If you have database access, take a look in
wp_bp_activity. This query will find activity item comments:
SELECT * FROMwp_bp_activityWHEREtype= 'activity_comment' - Load More