View Single Post
  #13  
Old 03-12-2006, 10:53 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

Just to let you know that if this is on the main page to the left, no one can register as a new user !!!!!!!

You have to delete the unsubscribed section as the field it uses "email" is used for the register of an account.

So here is the version with unsubscribed deleted.

Code:
<TABLE> <FORM action="{$xcart_web_dir}/mail/subscribe.php" name="subscribeform"> <INPUT type="hidden" name="redirect" value="{$redirect}"> <TR> {if $usertype eq "C"} <TD class="VertMenuItems">To subscribe to the newsletter, enter your email address and click "Subscribe". {$lng.lbl_your_email} <FONT style="FONT-SIZE: 3px;"> </FONT><INPUT type="text" name="newsemail" size="16"> <FONT style="FONT-SIZE: 5px;"> </FONT><FONT class="FormButton">{$lng.lbl_subscribe}</FONT> <INPUT type="image" {include file="buttons/go_image.tpl" full_url='Y'}> Subscribing to our newsletter is free and your data will not be shared or sold with any other companies. Please see our privacy statement for details. </TD> {else} <TD> {$lng.lbl_your_email} <INPUT type="text" name="newsemail" size="16"> {include file="buttons/subscribe_menu.tpl"} </TD> {/if} </TD> </TR> </FORM> </TABLE>
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote