View Single Post
  #93  
Old 08-04-2010, 11:02 PM
 
accesspos accesspos is offline
 

Advanced Member
  
Join Date: Nov 2009
Posts: 48
 

Wink Re: IP Addresses in Users Online for all users

IN SKIN1/CUSTOMER/HOME.TPL

<div id="footer">
{* remove users online info on customer side - start
{if $active_modules.Users_online}
{include file="modules/Users_online/menu_users_online.tpl"}
{/if}
# remove users online info on customer side - end *}
{include file="customer/bottom.tpl"}
</div>

IN MAIN.CSS

/*
users online module
*/
/* users statistics box */
/* remove users online from customer start
.uo-box {
width: 100%;
border-top: 1px solid #acb7c7;
background-color: #e8edf4;
padding: 10px 0px 10px 13px;
}
remove users online from customer end */

AND

/*
users online sublayout
*/
/* remove users online from customer start
.uo-container #content-container {
padding-bottom: 104px;
}
.uo-container #footer {
height: 94px;
}

.normal {
font-weight: normal;
}
remove users online from customer end */


The above will remove users online from customer side
__________________
X-Cart 4.3.2 (Gold)
X-Special Offers
X-Comparison
X-Magnifier
BCSE - Simple Password Recovery
BCSE - Wholesale Pricing on Category Pages
BCSE - Category Headings
WebsiteCM - Prev / Next
WebsiteCM - EzUpsell
WebsiteCM - Dynamic Product Tabs
WebsiteCM - xCMS
WebsiteCM - CDSEO
Xcart Mods - Recently Viewed
SafetyNetWeb - Vistor Sitemap PRO
Altered Cart - On Sale
---------------------
Server: Linux Apache: 2.2.6 (Unix) PHP: 5.2.5 MySQL: 4.1.22 standard
Reply With Quote