View Single Post
  #29  
Old 07-20-2005, 07:05 PM
 
aop aop is offline
 

Advanced Member
  
Join Date: Oct 2003
Location: los angeles
Posts: 96
 

Default

Me too, I like the "Customer Center" idea, and actually just started
"trying" to implement your Mod.
But I'm already facing my first problem.

My Help/index.tpl is:

Code:
{* $Id: index.tpl,v 1.6 2004/03/16 10:43:08 svowl Exp $ *} {include file="page_title.tpl" title=$lng.lbl_help_zone} {if $section eq "Password_Recovery"} {include file="help/Password_Recovery.tpl"} {elseif $section eq "Password_Recovery_message"} {include file="help/Password_Recovery_message.tpl"} {elseif $section eq "Password_Recovery_error"} {include file="help/Password_Recovery.tpl"} {elseif $section eq "FAQ"} {include file="help/FAQ_HTML.tpl"} {elseif $section eq "contactus"} {include file="help/contactus.tpl"} {elseif $section eq "about"} {include file="help/about.tpl"} {elseif $section eq "business"} {include file="help/business.tpl"} {elseif $section eq "conditions"} {include file="help/conditions.tpl"} {elseif $section eq "publicity"} {include file="help/publicity.tpl"} {elseif $section eq "about_deliveries"} {include file="help/about_deliveries.tpl"} {elseif $section eq "Links_Sources"} {include file="help/Links_Sources.tpl"} {elseif $section eq "finance_front"} {include file="help/finance_front.tpl"} {elseif $section eq "login"} {include file="help/login.tpl"} {else} {include file="help/general.tpl"} {/if}


What should I do ? replace the "If" on my code by your example
Code:
{if $section eq "login"} {include file="help/login.tpl"}

and add those 2 "elseif" on your example.

and my 2nd. question is : I don't have "help/login_message.tpl"
Did I miss something ?

Thanks is advance !
Aldo
__________________
www.furniturevision.com
Version 3.2.2 retired
Updated to 4.0.8 - retired
Updated to 4.1.9 - retired
Updated to 4.4
Reply With Quote