Replies
Hi Carsten,
Thank you.
By profile, do you mean the “members/member_name/profile/ page?Regards
BrajeshHi Carsten,
is it site/visitiros page or is it site/members/member_name/visitors page?The hook ‘bp_after_member_body’ fires on profile page(single user pages and not in the directory).
Regards
Brajesh- Brajesh Singh on April 1, 2020 at 12:00 pm in reply to: [Resolved] Filter Directory users via jQuery #28449
Hi Mike,
Thank you for the question.You should be able to achieve it fairly easily.
May I suggest you to take a look at
bp_filter_request()
in the buddypress/bp-templates/bp-legacy/js/buddypress.jsThat should give you the proper idea(You need to use the current cookie etc).
Regards
Brajesh - Brajesh Singh on April 1, 2020 at 11:56 am in reply to: [Resolved] BuddyPress Member Types Pro : Need help with Pagination #28448
Hi Moose,
Thank you for the question. BuddyPress does not uses the settings under reading.By default, BuddyPress will list 20 members on a single page. You can change that by filtering on has_members as below.
/** * Limit numbers of members per page. */ add_filter( 'bp_after_has_members_parse_args', function ( $args ) { $args['per_page'] = 5;// only show 5 members per page. return $args; } );Hope that helps.
Regards
Brajesh - Brajesh Singh on April 1, 2020 at 11:51 am in reply to: BuddyPress Member Types Pro – Looking for REST API end points #28447
Hi,
You can specify member type on the same end point as members(You already did).Please see the endpoint docs for details.
https://developer.buddypress.org/bp-rest-api/reference/members/
You can specify multiple member types too.
Regards
Brajesh Hi Linda,
Thank you for using Community Builder.It is most probably a caching issue or some javascript conflict. Please try clearing cache and see if it works. If it soes not, Please share the site url and a guest account in private reply below and I will quickly check and assist.
Thank you
Brajesh- Brajesh Singh on March 31, 2020 at 11:43 pm in reply to: [Resolved] Pre-Purchase Question: BuddyPress Member Types Pro #28439
Hi JJ,
Thank you for the question.I have asked @ravisharma to assist you with the other topic. He should be helping you in a day or two.
About the question:-
Yes, this plugin provides 2 xprofile field type(single /multiple member type field).Depending on your need, you can use single or multiple member type field and the users can select their member type.
Featured member was a different case as we wanted admins to feature user.
Regards
Brajesh - Brajesh Singh on March 31, 2020 at 1:31 pm in reply to: BuddyPress Member Types Pro – Looking for REST API end points #28435
Hi Moose,
Thank you for using our plugin.BuddyPress offers members endpoint and you can filter the list by member type(This is supported by BuddyPress core out of the box).
regards
Brajesh Hi,
We are short on manpower due to lockdown/curfew here and with limited resource, our current prioritizing our paid members support.I hope that I or one of my colleagues will be able to assist you in near future asap feasible for us.
Regards
BrajeshYou are welcome.
I am glad it worked.Regards
Brajesh