Replies
- 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- Brajesh Singh on March 29, 2020 at 10:58 pm in reply to: How to separate "author page link" and "buddypress profile" in Youzer plugin? #28424
Hi Aditya,
Welcome to BuddyDev.I am sorry, but we do not provide any support for Youzer or Youzer compatibility of our plugins/themes too.
It is part of our unsupported plugins for compatibility/support.I will recommend asking the plugin developer for the support.
Regards
Brajesh - Brajesh Singh on March 29, 2020 at 10:52 pm in reply to: [Resolved] Replace text on tabs with icons #28422
Hi Carsten,
BuddyPress does not offer tab icons out of the box. That’s why I meant in my previous reply.The above code is for a theme which supports icons and I am providing an example on how to use the code for an icon.
Regards
Brajesh - Brajesh Singh on March 29, 2020 at 10:00 pm in reply to: [Resolved] Replace text on tabs with icons #28418
Hi Carsten,
Since your theme does not support it, I am unable to assist you with this. The efforts needed is beyond our support.
You may want to check our Community Builder theme(Freely available) and see if it can help in anyway.
Regards
Brajesh