Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is it possible to place WhosOnline outside the side panel?
byakko
New
Hello, I was wondering if it was possible to place WhosOnline outside of the side panel. I would like to place it directly above the footer but when I put {module name="WhosOnlineModule"}
in my default.master.tpl all it shows is the "Who's Online" title but doesn't show the # nor list the users online like when it was in the panel. Is there a trick to solve this?
0
Comments
why are you adding the module in the .tpl file ??????
change the Asset Target in the class.whosonlinemodule.php.
return Foot;
instead of
return Panel;
and enable the plugin.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
AWESOME! It worked! Now I'm trying to figure out why it's not showing up on BasicPages pages.
change
$ShowOnController = array(
to
in MULTIPLE places in WhosOnline/default.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.