Replies
- John B on August 29, 2020 at 1:47 pm in reply to: Blog Post – Allow activity authors to delete activity comments by other users… #32814
Yes I’m using the BuddyPress Legacy template pack.
The code you provided in the article “Allow activity authors to delete activity comments by other users on your BuddyPress based social network” places a Delete button below the users comment. That delete button works perfectly. Thank you for that!!!!
When I try to move that button to the right, next to the comment using the following code, this is where I see the issue.
<?php if ( bp_activity_user_can_delete() ) bp_activity_delete_link(); ?>
I was just wondering if it would be possible to display custom Delete button, to delete the Activity Comments without triggering the BP Confirm Actions plugin to kick in.
Thx, JC
- John B on August 29, 2020 at 1:38 pm in reply to: BuddyPress Moderation Tools – Users are able to report their own Comments, #32813
Yes, I’m using the following code to display the Report button.
<?php echo bpmts_get_report_button( array( 'item_id' => bp_get_activity_id(), 'item_type' => 'bp_activity', 'context' => bp_get_activity_object_name(), 'context_id' => bp_get_activity_item_id(), 'link_class' => 'report-pop',) ); ?>
Thx, JC
- John B on August 29, 2020 at 1:06 am in reply to: Blog Post – Allow activity authors to delete activity comments by other users… #32800
I’m using the BP Confirm Actions plugin.
- John B on August 21, 2020 at 12:09 am in reply to: [Resolved] BuddyPress Moderation Tools – Report for Activity Comments #32641
I just used the following code and it appears to have fixed it.
'item_id' => bp_get_activity_comment_id(), 'item_type' => 'bp_acomment', 'context' => 'activity_reply', 'context_id' => bp_get_activity_comment_id(), 'use_wrapper' => false, 'link_class' => 'bp-secondary-action',
Thank you!!!!!!!!!
- John B on August 14, 2020 at 6:43 pm in reply to: BuddyPress Auto Friendship Pro – Can't get it to work – Part 2 #32444
Thank you for looking into this.
- John B on August 14, 2020 at 6:42 pm in reply to: [Resolved] BuddyPress Moderation Tools – Modal Popoup – Android #32443
I am using a custom theme that I created. It does not contain a magnific popup. I am seeing the same issue using Chrome, Firefox and the built in web browser. Here is a video of what I’m experiencing.
https://www.youtube.com/watch?v=5IjR4Jsnzro&feature=youtu.be
- John B on August 14, 2020 at 4:20 pm in reply to: BuddyPress Auto Friendship Pro – Can't get it to work – Part 2 #32429
I’m using BuddyPress Version 6.2.0 and WordPress version 5.5.
- John B on August 14, 2020 at 4:16 pm in reply to: BuddyPress Auto Friendship Pro – Can't get it to work – Part 2 #32427
I’ve asked the Membership plugin author for the hook they are using when a new user is created. I’m hoping that they can provide the hook and it would be feasible to add support for it in BuddyPress Auto Friendship Pro. I’ll update this ticket as soon as I hear back from them.
Thanks as always, J.C>
- John B on August 14, 2020 at 4:13 pm in reply to: BuddyPress Auto Friendship Pro – Can't get it to work – Part 2 #32426This reply has been marked as private.
- John B on August 9, 2020 at 3:23 pm in reply to: BuddyPress Auto Friendship Pro – Can't get it to work #32173
That worked! YOU ARE THE MAN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Thank you, Thank you, Thank you!!!!!!