Make sure your footer.php has do_action('bb_foot');
Look at the default kakumei theme's footer.php to understand where/how to put it.
Version: 0.0.2
Last Updated: 2009-8-14
Requires bbPress Version: 0.9 or higher
Compatible up to: 0.9





Make sure your footer.php has do_action('bb_foot');
Look at the default kakumei theme's footer.php to understand where/how to put it.
You have a strange template setup so I can't predict what you should do.
Follow the last three instructions here to place it manually anywhere you'd like:
http://bbpress.org/plugins/topic/members-online/installation/
not much kick))
I tried,
• turn off footer entirely by editing near the top of the plugin and change to
$ Members_online ['footer'] = false;
Further in my theme file
forum.php introduced
<? Php do_action ('members_online_now','');?>
<? Php do_action ('members_online_today','');?>
but neither of which does not show
I'm surprised nobody mentioned yet - certain users hate being called out as online, and want a way to hide their online status. I'll look at the code now and see what I come up with.
Not sure how often this forum gets checked, so I posted a more detailed post on hiding online user status on _ck_'s site: http://bbshowcase.org/forums/topic/members-online-hide-user-online-status?replies=1#post-2165
You must log in to post.