X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Hiding Login box in left column (https://forum.x-cart.com/showthread.php?t=33913)

sjbt 09-13-2007 05:49 PM

Hiding Login box in left column
 
I have put login on a separate page per a posted mod. However, I'm not finding where to hide the login box that's on the left column.

This seems like it should be an easy fix. However, I am using a purchased template and I'm wondering if that's the problem. If menu.tpl controls this column then where is {$menu_content}? Do I just need an if statement?

TIA

Here's my menu.tpl

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="VertMenuTitle">&nbsp;{if $link_href}<a href="{$link_href}">{/if}{$menu_title}{if $link_href}</a>{/if}</td>
</tr>
</table>
<div class="VertMenuBox" style="padding:5px;">{$menu_content}</div>

balinor 09-13-2007 06:21 PM

Re: Hiding Login box in left column
 
Menu doesn't control the template, menu is the wrapper for that template. You want to open up customer/home.tpl and comment out the auth.tpl and authbox.tpl includes.

sjbt 09-13-2007 06:59 PM

Re: Hiding Login box in left column
 
Thanks!!! I knew it had to be simple. :mrgreen:


All times are GMT -8. The time now is 06:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.