• Resolved dyoon92a

    (@dyoon92a)


    ​I have created over 2000+ users in the system but now the member and group directory numbers are wrong. Member count shows 1 and Groups are all off too. I tried following the instructions to create a PHP file to add the below code in a new PHP file but nothing happened.

    <?php

    /** * Show All Site Members Count. */
    function youzer_show_all_site_members_count() { return bp_get_total_site_member_count();
    }

    add_filter( ‘bp_get_total_member_count’, ‘youzer_show_all_site_members_count’ );

    Please help!

    Members page:

    https://www.kasf.org/members/

    Groups page:

    https://www.kasf.org/groups/

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @dyoon92a

    Thanks for reaching us

    Our agents has replied to your ticket on the Premium Support Forum. Please consider to continue the discussion there. 🙂

    Best Regards, KaineLabs Team.

Viewing 1 replies (of 1 total)

The topic ‘Member & Groups Show Wrong User Count’ is closed to new replies.