View Single Post
  #3  
Old 09-16-2004, 07:43 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

This is my code from 3.5.10.

It works. Look in skin1/customer/main/reigister.tpl

Code:
{if $config.General.membership_signup eq "Y" and ($usertype eq "C" or ($active_modules.Simple_Mode ne "" and $usertype eq "P") or $usertype eq "A")} {* include file="admin/main/membership_signup.tpl" *} {/if} {if $usertype eq "A" or ($usertype eq "P" and $active_modules.Simple_Mode ne "")} {include file="admin/main/membership.tpl"} {/if} {/if}

I commented out one line with {* code *}

Code:
{* include file="admin/main/membership_signup.tpl" *}
Reply With Quote