I decided to put the members online list in the footer, specifically in the footer div so that it matches the "powered by bbpress" text. I followed the instructions in the readme for custom placement.
In the plugin:
$members_online['footer'] = false;
And in the footer.php:
<?php do_action('members_online_now',''); ?>
Now, when a user posts to any topic, they get this error:
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c04/h04/mnt/68418/domains/mydomain.com/html/forums/my-plugins/members-online/members-online.php:1) in /nfs/c04/h04/mnt/68418/domains/mydomain.com/html/forums/bb-includes/functions.bb-pluggable.php on line 218
Any ideas?
