![]() |
Removing the "Users Online" box......
I just set up the newest version of X-Cart sample store and would like to remove the "Users Online" box off the top right hand corner. Can some one please point me to the right directly.
Thanks for your help. -Tuan |
In the Admin interface, click on Modules. Turn off the Users Online.
|
Quote:
|
Yep, open up home.tpl and delete or comment out this code:
Code:
{if $active_modules.Users_online ne ""} |
Thanks. Can you please let me know which home.tpl file I need to edit. There are more than one home.tpl file under the "skin1" directory.
Thanks -Tuan Quote:
|
Sorry, that is Customer/home.tpl :)
|
Quote:
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. :D Not Working and gives a blank screen on the main page Code:
{if $active_modules.Users_online ne ""} Work as described. The "Users Online" box is gone. Code:
{ include file="modules/Users_online/menu_users_online.tpl" } |
Oh man, I'm sorry. Too much code yesterday. I forgot the closing {/if} tag, that is why your screen went blank :( The correct code to remove is:
Code:
{if $active_modules.Users_online ne ""} Sorry about that! |
Quote:
Ryan, are you familiar with MySQL and OSCommerce as well? I am looking for a consultant who can help me take on the task of converting my OSCommerce data over to X-Cart format. Currently, my production OSCommerce store has approximately 1800 customers records, 1200 orders and 250 products. I would like to export all this data and have it re-imported back into my X-Cart database. If you are interested, let me know what your rate would be. Thanks :) |
Quote:
How can I COMMENT OUT something? Thanks |
All times are GMT -8. The time now is 07:36 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.