View Single Post
  #9  
Old 07-30-2009, 06:49 AM
 
maxhodges maxhodges is offline
 

Member
  
Join Date: Nov 2005
Location: Tokyo, Japan
Posts: 23
 

Default Re: News letter box pre-ticked

You should alter the "<xart_dir>/skin1/modules/News_Management/register_newslists.tpl" template.

Find this code:
<input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne ""}checked="checked"{/if} />

And replace it with this:
<input type="checkbox" name="subscription[{$listid}]" {if $subscription[$listid] ne "" or $login eq ""}checked="checked"{/if} />
__________________
Max Hodges
Creative Director
White Rabbit
www.whiterabbitpress.com
www.tokyorealtime.com
www.whiterabbitexpress.com
Reply With Quote