Install the
members-online/directory tomy-plugins/and activateThis 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',''); ?>