Replies
Viewing 10 posts - 15,931 through 15,940 (of 19,282 total)
- This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 8:51 pm in reply to: [Resolved] Buddypress Only Friends Can @mention #9656
Hi Shanki,
Welcome to BuddyDev.Please put this code in your bp-custom.php
/** * Only allow suggestions for friends. * * @param $args * * @return mixed */ function buddydev_filter_suggestions_args( $args ) { if ( ! isset( $args['group_id'] ) ) { $args['only_friends'] = true; } return $args; } add_filter( 'bp_after_get_suggestions_parse_args', 'buddydev_filter_suggestions_args' );That will do it.
Hope that helps.Regards
Brajesh - Brajesh Singh on June 27, 2017 at 8:42 pm in reply to: Photo size dimension issue with MediaPress #9655This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 8:31 pm in reply to: Photo size dimension issue with MediaPress #9654This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 8:12 pm in reply to: Photo size dimension issue with MediaPress #9653This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 7:58 pm in reply to: [Resolved] Front end editting using buddyblog #9651
Thank you forupdating.
- Brajesh Singh on June 27, 2017 at 7:51 pm in reply to: Photo size dimension issue with MediaPress #9650This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 4:07 pm in reply to: Photo size dimension issue with MediaPress #9646This reply has been marked as private.
- Brajesh Singh on June 27, 2017 at 3:52 pm in reply to: [Resolved] Front end editting using buddyblog #9644
Hi Rishabh,
I am not sure what is happening on your site. WordPress does allows authors to approve comments on their post but not on others. Hi Gurpreet,
Can you please tell me what kind of help you will need from me on this? If you can, I will be happy to help.Thank you
Brajesh