I've spent most of today searching through the forum trying to work out how to move whos_online.php to show in the header. I've done things like copy and rename the whos_online files like this:
includes/modules/sideboxes/whos_online_header.php
ncludes/templates/template_default/sideboxes/tpl_whos_online_header.php
and then add this include to my own template:
I then turn it on in admin > tools > layout boxes controllerCode:<?php require(DIR_WS_MODULES . 'sideboxes/whos_online_header.php'); ?>
All that happens is everything after my include disappears. If someone could point me in the right direction it would be much apprecuated.
brynn :-)



