![]() |
Placing Customer Login in my header
I am wondering what I need to do to add the customer login form to my header. I have tried serveral things and I keep getting a prase error in templates_c.
Can anybody tell me what I need to do to add the customer login to my header and remove it from the right side? Thanks |
same here
I've been trying to do the same, Hmmmm....what its like to pull your hair out again.
Anyone? |
I too would like to know how to do this...
|
just move the include auth.tpl from it's present location at home.tpl (i think, use webmaster mope to check) up into head.tpl , if you need to edit the positioning of the login and password boxes so that they appear horizontal then just edit auth.tpl
|
I have tried this and I get a template_c error in head.tpl. I wonder if you need to move authbox.tpl also.
I might be editing the layout of the auth.tpl in such a way that causes the error. |
Here is the code for my header
Code:
<body link="#081589" vlink="#000000" alink="#0000FF"> and the code for auth.tpl Code:
{* $Id: auth.tpl,v 1.28.2.4 2004/01/21 12:21:57 mclap Exp $ *} Anybody see anything wrong? |
In your head.tpl you need to close the if statement on the customer login:
Here is what you currently have: Code:
{if $login eq "" } { include file="auth.tpl" } Code:
{if $login eq "" } { include file="auth.tpl" } |
All times are GMT -8. The time now is 07:10 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.