Replies
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;
} );I found what to do. Disable it . . change the text, then re-enable it. . . worked
A tool that allows custom fields by group type would be amazing
Im so used to the good quality stuff you do that this plugin is a little basic 😉
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
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?
Found the answer – found the shortcode display tool. All good