![]() |
Re: A list of things asked a million times .....
How to display Users Online only on the admin side
Open up rectangle_bottom.tpl and replace this: {if $active_modules.Users_online ne ""} with this: {if $active_modules.Users_online ne "" and $usertype ne "C"} If you are using Pro, use this to hide it from providers as well: {if $active_modules.Users_online ne "" and $usertype ne "C" and $usertype ne "P"} |
Re: A list of things asked a million times .....
How to get rid of the splash page
Delete index.html, or add this to your .htaccess file: DirectoryIndex home.php |
Re: A list of things asked a million times .....
How to remove SKU from product detail page
Open up customer/main/product.tpl and comment out this code: <tr> <td width="30%">{$lng.lbl_sku}</td> <td nowrap="nowrap" id="product_code">{$product.productcode}</td> </tr> |
All times are GMT -8. The time now is 01:35 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.