Replies
- Derek Knox on January 10, 2022 at 9:57 pm in reply to: [Resolved] BuddyPress Member Types Pro : Need help with Pagination #42474
Out of interest, where did you put that code? Im trying to make BP list all members not 20 at a time so hoping this will do it.
/**
* Limit numbers of members per page.
*/
add_filter( ‘bp_after_has_members_parse_args’, function ( $args ) {
$args[‘per_page’] = 200;// show 200 members per page.return $args;
} ); - Derek Knox on November 19, 2021 at 1:48 am in reply to: [Resolved] Cant change profile type label Member Types Pro #41648
I found what to do. Disable it . . change the text, then re-enable it. . . worked
- Derek Knox on November 18, 2021 at 12:01 pm in reply to: [Resolved] How can i add custom fields to buddypress groups? #41644
A tool that allows custom fields by group type would be amazing
- Derek Knox on October 3, 2021 at 11:35 am in reply to: Group custom fields like your awesome Profile custom fields plugin #40806
Im so used to the good quality stuff you do that this plugin is a little basic 😉
- Derek Knox on September 23, 2021 at 8:15 pm in reply to: querying xprofile fields and then showing the total? #40691
That would be fine! I will just make it so that field can only be filled by that user type using the Buddybev tabs plugin. Thank you! let me know the cost
- Derek Knox on September 23, 2021 at 8:07 am in reply to: querying xprofile fields and then showing the total? #40673
Even easier, imagine we had a field called “number of cats you own” and every profile had that filled in that field and was a certain user type
I would like a plugin that totalled that number up across a user type. Is that possible?
- Derek Knox on September 16, 2021 at 2:00 pm in reply to: [Resolved] Profile fields/field sets based on role (perfect) display issue? #40584
Didnt work though 🙁
- Derek Knox on September 16, 2021 at 2:54 am in reply to: User Profile Tabs Creator Pro – Profile Field Sets #40576
How do I find the group ID?
- Derek Knox on September 15, 2021 at 10:32 pm in reply to: [Resolved] Profile fields/field sets based on role (perfect) display issue? #40573
Found the answer – found the shortcode display tool. All good
- Derek Knox on September 14, 2021 at 10:22 am in reply to: [Resolved] Upgrade membership from plugins #40525
Thank you – Done