Skip to:
Content
Pages
Categories
Search
Top
Bottom

Member counter widget?


  • arezki
    Participant

    @arezki

    Hi all. Is there a way to display the number of poeple who have joinned? I am interested in some kind of a widget that tabulate the number of folks who signed up. Thanks a bunch.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You are best off looking in the WordPress plugin directory, or searching or asking on the WPMU forums. This is not a BuddyPress. question.


    21cdb
    Participant

    @21cdb

    U can use the wpmu fuction get_sitestats

    It enabeles u to show the number of people who have joined ur community as well as the number of registered blogs.

    <?php $stats = get_sitestats(); ?>

    Until now there are <?=$stats["blogs"]?>

    Blogs and <?=$stats["users"]?> User in our network.

    I would be also interested in a plugin that shows some more statistics like number of groups, forums and topics. Amount of written words etc.

    So if u know some plugin, or ur going to write something, please give me a hint.


    arezki
    Participant

    @arezki

    Thank you 21cdb. Thanks for the guidance. Same to you DJPaul

    Regards,

    A


    fcedillo
    Participant

    @fcedillo

    Cool :)

    I have introduced this on:

    wp-content/plugins/buddypress/bp-core/bp-core-widgets.php

    Can see the result on http://vivacity.pe

    Best Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Member counter widget?’ is closed to new replies.
Skip to toolbar