1. you can create a folder called
mod_whosonline
in the html folder of the template.
2. copy /modules/mod_whosonline/tmpl/default.php
in this new-folder
3. rename this file to extra.php (just an example)
4. open that file
find
<p><?php echo JText::sprintf('MOD_WHOSONLINE_WE_HAVE', $guest, $member); ?></p>
and replace it with
<p>... we have <?php echo $guest; ?> online</p>
(change the text to something you like)
5. in the "Advanced Options" of theat module
chnage
"Alternative Layout" from "default" to "extra" ...
Absolutely brilliant !!!
Thank you Igor, and thank you Henning for your details on how to solve this. The module is working exactly as I had hoped for now.
Did i mention brilliant !!! ?