View Single Post
  #133  
Old 05-21-2009, 07:57 AM
 
alw_23 alw_23 is offline
 

Newbie
  
Join Date: Mar 2009
Posts: 9
 

Default Re: My Account Login

Quote:
Originally Posted by Jayk
I tried to get it working on a 4.2 install as well and couldn't. I think there's a php change necessary to allow the help.php?section=Login" in the GET string to work; may be a security addon that was done in 4.2?

Jason
HI,
Trying to figure out this issue. I seem to be having the same issue JayK had.

Quote:
I tried to get it working on a 4.2 install as well and couldn't. I think there's a php change necessary to allow the help.php?section=Login" in the GET string to work; may be a security addon that was done in 4.2?

I placed my {include file="help/Login.tpl"} into my home.tpl just to see if it my Login.tpl works and it works great, along with the mod files, too!! Is my problem somewhere with creating "...help.php?section=Login" link? I did exactly what the instructions said to in the index.tpl by adding/changing the if/elseif statements:
{if $section eq "Login"}
{include file="help/Login.tpl"}
{elseif $section eq "Password_Recovery"}

Does anyone know what I am not understanding?
Thanks for your time.
-d
__________________
x-cart 4.1.12
Reply With Quote