I apologize if this is in the wrong place. I have read this post the
FAQ item on this, but I'm uncertain if it is working correctly.
I have changed rectangle_bottom.tpl to have "{if $active_modules.Users_online ne "" and $usertype ne "C"}"
The "
Users online: 1 unregistered customer(s)" still shows up at the bottom on the front-end. In fact, the only changes seems to be taking effect on the administrative end.
In other words, I have "<td>{include file="modules/Users_online/menu_users_online.tpl"} test</td>" which produces "
Users online: 1 unregistered customer(s) , 0 administrator(s) test" on the admin side, but "
Users online: 1 unregistered customer(s)" on the front-end.
The only thing that makes it go away from the front-end is disabling the Users Online Module in the settings.
Any ideas? Is there something else other than rectangle_bottom.tpl at work here?