View Single Post
  #7  
Old 01-13-2005, 06:45 AM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default

Quote:
Originally Posted by balinor
Sorry, that is Customer/home.tpl
Thanks Ryan.

If I deleted both lines as listed above, than I would get a blank screen on the main page. However, if I just remove the second line only then it would work as you described, no "Users Online" box for users browsing the store.

Can you please confirm that is correct, only the second line that is needed to remove? Thanks again for all your help, Ryan.

Not Working and gives a blank screen on the main page
Code:
{if $active_modules.Users_online ne ""} { include file="modules/Users_online/menu_users_online.tpl" }

Work as described. The "Users Online" box is gone.
Code:
{ include file="modules/Users_online/menu_users_online.tpl" }
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote