View Single Post
  #11  
Old 10-29-2008, 07:16 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: A list of things asked a million times .....

How to display Users Online only on the admin side

Open up rectangle_bottom.tpl and replace this:

{if $active_modules.Users_online ne ""}

with this:

{if $active_modules.Users_online ne "" and $usertype ne "C"}

If you are using Pro, use this to hide it from providers as well:

{if $active_modules.Users_online ne "" and $usertype ne "C" and $usertype ne "P"}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote