-
mewtwo9519 replied to the topic Group admin & mod not able to delete group activity posts and comments in the forum How-to & Troubleshooting 1 year, 9 months ago
Found this.
<?php
function majecdad_group_mod_delete( $can_delete, $activity ) {if( $activity->component == 'groups' ) {
$group_id = $activity->item_id;
if( bp_current_user_can( 'bp_moderate' ) || groups_is_user_mod( bp_loggedin_user_id(), $group_id ) )
$can_delete = true;}
return…[Read more]
-
mewtwo9519 replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 1 year, 9 months ago
Please take a look at my ticket
Group admin & mod not able to delete group activity posts and comments
-
mewtwo9519 replied to the topic Group admin & mod not able to delete group activity posts and comments in the forum How-to & Troubleshooting 1 year, 9 months ago
Any way to force this using bp-custom.php? The codex says it should work but it simply doesn’t. The site is 10+ years old and was stuck for some time with an older WP & BP version. The latest version used was 6.1.0 and users reported this problem so I updated everything hoping it would help
Please help me with this
-
mewtwo9519 started the topic Group admin & mod not able to delete group activity posts and comments in the forum How-to & Troubleshooting 1 year, 9 months ago
Hello,
Users have noticed that if they create a group they cannot moderate it. They can delete it, change privacy and all that but when it comes to deleting activity posts and comments the “delete” button simply doesn’t appear.
For the website key master it appears and works like before .Are you familiar with this issue? What can I do to make…[Read more]
-
mewtwo9519's profile was updated 1 year, 9 months ago
@mihai440
Active 1 year, 9 months ago