bbPress Plugin Browser »

Members Online (0.0.2)

  • Install the members-online/ directory to my-plugins/ and activate

  • This plugin inserts some results into the front-page footer automatically, no template edits required unless you want custom placement.

  • If you don't like the information in the footer, you can either turn it off entirely or place selected information wherever you'd like.

  • turn off footer entirely by editing near the top of the plugin and change to

    $members_online['footer'] = false;

  • get a plain list of member that are online right now via <?php do_action('members_online_now',''); ?>

  • get a plain list of members that visited today via <?php do_action('members_online_today',''); ?>