-
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' -
Michael replied to the topic How to rename activity filters in the forum How-to & Troubleshooting 3 years, 9 months ago
It works like this:
add_filter('bp_get_activity_show_filters_options', 'my_buddypress_filter',10,2);[Read more]
function mp_buddypress_filter($filters, $context) {
$filters['new_blog_post'] = 'Blog Posts';
$filters['new_blog_comment'] = 'Blog Comments';
$filters['bbp_topic_create'] = 'Forum Topics';
$filters['bbp_reply_create'] = 'Forum Replies';… -
-
Sofi Mirrol's profile was updated 3 years, 9 months ago
-
Zaintutor's profile was updated 3 years, 9 months ago
-
Freelancer's profile was updated 3 years, 9 months ago
-
Michael started the topic How to rename activity filters in the forum How-to & Troubleshooting 3 years, 9 months ago
How can I rename the activity filters? For instance, I want to rename “posts” to “blog posts” and “topics” to “forum topics.”
-
ashik2022's profile was updated 3 years, 9 months ago
-
Richard M. Donahue's profile was updated 3 years, 9 months ago
-
Tucson Auto Tint's profile was updated 3 years, 9 months ago
-
ESPORTS BULL's profile was updated 3 years, 9 months ago
-
orvilleturner2's profile was updated 3 years, 9 months ago
-
AikoMain2's profile was updated 3 years, 9 months ago
-
Cờ Lê Lực's profile was updated 3 years, 9 months ago
-
Chichlive's profile was updated 3 years, 9 months ago
-
Động tối cổ's profile was updated 3 years, 9 months ago
-
cordobah's profile was updated 3 years, 9 months ago
-
poprawsiepl's profile was updated 3 years, 9 months ago
- Load More