View Single Post
  #2  
Old 12-28-2009, 04:29 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Users Online Customer page

In skin1/customer/home.tpl find
Code:
{if $active_modules.Users_online}
and replace with
Code:
{if $active_modules.Users_online && $usertype ne "C"}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote