Replies
- Brajesh Singh on August 21, 2020 at 12:10 am in reply to: [Resolved] BuddyPress Moderation Tools – Report for Activity Comments #32642
Hi John,
Yes, that code is correct.I just changed your class as you were using ‘report-pop’ earlier.
Regards
Brajesh - Brajesh Singh on August 21, 2020 at 12:00 am in reply to: [Resolved] what plugin to use on my buddypress dating site to show opposite genders profile #32640
Hi,
I am sorry, I missed to post. I will post the code by Saturday.Regards
Brajesh - Brajesh Singh on August 20, 2020 at 11:55 pm in reply to: [Resolved] BuddyPress Moderation Tools – Report for Activity Comments #32639
Hi John,
Thank you for the reply.The problem lies with the item type.
Here is the code you may use
<?php echo bpmts_report_button( array( 'item_id' => bp_get_activity_comment_id(), 'item_type' => 'bp_acomment', 'context' => 'activity_reply', 'context_id' => bp_get_activity_comment_id(), 'link_class' => 'report-pop', ) ); ?>Regards
Brajesh - Brajesh Singh on August 20, 2020 at 9:09 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32637This reply has been marked as private.
- Brajesh Singh on August 20, 2020 at 8:04 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32635
Thank you Kristin.
I am glad I was able to assist in time.
Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:52 pm in reply to: Member Types Pro Not Working (Field Missing on profiles) #32633
Hi Rami,
We are in the final stage of testing. It should be fully tested by tomorrow. The only thing remaining will be documentation. If that gets delayed, I will share a link with you for the plugin to use by Saturday.Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:50 pm in reply to: [Resolved] BuddyPress not sending email activation to hotmail #32632
Hi,
You may want to add this in bp-custom.phpadd_filter( 'bp_email_get_headers', function ( $headers ) { unset( $headers['List-Unsubscribe'] ); return $headers; }, 10 );and check if it works. It also removes the list header without modifying the code manually.
Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:44 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32631This reply has been marked as private.
- Brajesh Singh on August 20, 2020 at 7:33 pm in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32628
You are welcome.
- Brajesh Singh on August 20, 2020 at 7:33 pm in reply to: BuddyPress Xprofile Custom Field Types – Select 2 Drag and Drop? #32627
Hi Anna,
Welcome to BuddyDev.Thank you for the question.
At the moment, there is no reliable way to manage sorting of the entries with select 2. There are some coding doing round as suggested here
https://github.com/select2/select2/issues/3004I am unable to use it in the plugin as it may break the current implementation. Please give the try from last 2 post and see if that works for you.
Regards
Brajesh