View Single Post
  #5  
Old 11-05-2010, 05:52 PM
 
gwolf70 gwolf70 is offline
 

Member
  
Join Date: Aug 2009
Posts: 10
 

Default Re: Users Online Question

I just want to disabling the users online, because I don't want potential visitors seeing that we only have 5 or 6 visitors at the homepage.

What I did:

I commented the following line at the file home.tpl located at

httpdocs/skin/common_files/customer/home.tpl

X-cart version 4.4.1

<div id="footer">

<!-- {if $active_modules.Users_online}
{include file="modules/Users_online/menu_users_online.tpl"}-->
{/if}

{include file="customer/bottom.tpl"}

</div>

Now it's showing at the back end but it's not showing at the front end.

Question:
Did I screw something else by doing this?

Sorry I'm not a PHP expert.

Thanks
__________________
THE WOLF
4.4.1
Reply With Quote