BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #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;
    } );

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #41648

    I found what to do. Disable it . . change the text, then re-enable it. . . worked

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #41644

    A tool that allows custom fields by group type would be amazing

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #40806

    Im so used to the good quality stuff you do that this plugin is a little basic 😉

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #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

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #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?

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #40584

    Didnt work though 🙁

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #40576

    How do I find the group ID?

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #40573

    Found the answer – found the shortcode display tool. All good

  • Participant
    Level: Initiated
    Posts: 11
    Derek Knox on #40525

    Thank you – Done