View Single Post
  #1  
Old 04-14-2011, 12:49 PM
 
yunitor1 yunitor1 is offline
 

Member
  
Join Date: Mar 2011
Location: Singapore
Posts: 28
 

Default Users on line field

Sorry to ask a same question a million first time how to remove "users on line" from main page and see it on admin page only but the answer I found on this forum seams doesn't match to 4.4.2 version.

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"}

I couldn't find these lines in directory rectangle_bottom.tpl
Can some one help me please?
__________________
4.4.2-gold
Reply With Quote