Replies
- Brajesh Singh on May 7, 2020 at 10:21 am in reply to: [Resolved] Recent visitors with an avatar and active #29583
Hi Laurent,
Thank you for the patience.Please upgrade to 1.6.2.
It will cleanup visits for any user who get deleted in future. For already deleted users, It will not show them in the list but the count will be different.
Regards
Brajesh - Brajesh Singh on May 7, 2020 at 2:01 am in reply to: [Resolved] Error on autocomplete mention on private message – Community Builder Pro theme #29581
Hi Sotiris,
Thank you for confirming.
The suggestion is a service provided by BuddyPress and only client side is enabled by the theme.
It is possible to make it friends only but that will make the suggestions at other places friends only too.
Here is a couple of line you can put in bp-custom.php or your child theme’s function.php
/** * Make suggestions friends only. */ add_filter( 'bp_members_suggestions_args', function ( $args ) { $args['only_friends'] = true; return $args; } );Regards
Brajesh Hi Clea,
Thank you for the patience.Please upgrade to 1.1.1 and let me know if that resolves your issue or not?
Regards
BrajeshHi Clea,
Thank you for the patience and your help.I am able to see the issue now. I will be fixing and releasing an update within 24 hours.
Regards
Brajesh- Brajesh Singh on May 6, 2020 at 7:40 pm in reply to: [Resolved] Finding profile fields group id's #29576
Hi Carsten,
if you are seeing syntax error, you have mostly nested it in another php block. Please share complete code from the file on pastebin and I will assist.Regards
Brajesh - Brajesh Singh on May 6, 2020 at 7:30 pm in reply to: [Resolved] Error on autocomplete mention on private message – Community Builder Pro theme #29574
Hi Sotiris,
Thank you for the patience.Please upgrade to 2.0.8
It fixes the dependency issue causing it.Please let me know if that works for you or not?
Regards
Brajesh - Brajesh Singh on May 6, 2020 at 7:11 pm in reply to: [Resolved] Finding profile fields group id's #29572
Hi Carsten,
That last part(the numeric value) are the field group ids.You can always use bp_is_my_profile() to check if it is current user’s own profile.
Regards
Brajesh - Brajesh Singh on May 6, 2020 at 6:33 pm in reply to: [Resolved] The right action hook for own profile #29569
You are welcome 🙂
- Brajesh Singh on May 6, 2020 at 6:33 pm in reply to: Creation of an extra Media Library for members images #29568
Hi Carsten,
MediaPress does it already. We store all media uploaded by user in wp-content/uploads/mediapress folder.Also, It is feasible to list MediaPress only media, we haven’t supplied a ui for that. We will be doing in future to let you filter your WordPress Media list by that.
Regards
Brajesh - Brajesh Singh on May 6, 2020 at 6:31 pm in reply to: What plugins I need to set up a dating site? #29567
Please remove it from there.
Here is the link on what is bp-custom.php and how to create it if it is not available.
https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/Please give the code a try in this file.
Make sure to remove from earlier file, otherwise it will cause fatal error.
Regards
Brajesh