View Single Post
  #16  
Old 03-30-2012, 10:12 PM
 
timbrrr timbrrr is offline
 

eXpert
  
Join Date: Feb 2006
Posts: 277
 

Default Re: Users on line field

Followed this through from top to bottom, and still cannot get rid of Users online.
Using the basic skin/3 column layout.

This is the skin/common_files/bottom.tpl
What needs to be changed? Nothing affects the display on the storefront. This is driving me over the edge.. I've never had a problem getting rid of this before now.

--------------------------------------------------------------------
<table width="100%" cellpadding="0" cellspacing="0">

{if $active_modules.Users_online ne "" or $login and $all_languages_cnt gt 1}
<tr>
<td>
<table width="100%">
<tr>
{if $active_modules.Users_online ne ""}
<td class="users-online-box">
{include file="modules/Users_online/menu_users_online.tpl"}
</td>
{/if}

-----------------------------------------

Could future releases of the cart have this turned OFF by default? I've yet to see anyone use this on a live site.
__________________
X-Cart Gold 4.6.3
Codero dedicated server
Reply With Quote