View Single Post
  #4  
Old 04-06-2009, 04:49 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Deleting/disabling register.php

Make backups first.... as always

Open register.tpl and at the top before all the code insert
Code:
{if $login eq ""} You have to be a member to access this page (or you can redirect to login page or contact us page...) {else}

and at the very bottom of the file insert
Code:
{/if}

This will show "You have to be a member to access this page" to anyone who is not logged in and tries to access register.php. Make sure this also works with your checkout
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote