firescorpz Posted April 4, 2010 Share Posted April 4, 2010 at Home>my account>your personnel informationthere are 2 option,1) sign up for newsletter2) Receive special offer from our partnerswhere can I go to remove option 2? Link to comment Share on other sites More sharing options...
sk8hack Posted April 4, 2010 Share Posted April 4, 2010 Go to /themes/YOURTHEME/identity.tplDelete <input type="checkbox" id="newsletter" name="newsletter" value="1" {if $smarty.post.newsletter == 1} checked="checked"{/if} /> {l s='Sign up for our newsletter'} <input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} /> {l s='Receive special offers from our partners'} Remember to backup Link to comment Share on other sites More sharing options...
firescorpz Posted April 5, 2010 Author Share Posted April 5, 2010 Go to /themes/YOURTHEME/identity.tplDelete <input type="checkbox" id="newsletter" name="newsletter" value="1" {if $smarty.post.newsletter == 1} checked="checked"{/if} /> {l s='Sign up for our newsletter'} <input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} /> {l s='Receive special offers from our partners'} Remember to backup Hi, thanks.I am new to this online software.How to I access to the HTML code? Link to comment Share on other sites More sharing options...
sk8hack Posted April 5, 2010 Share Posted April 5, 2010 you can use a FTP client with HTML editor Link to comment Share on other sites More sharing options...
robincox Posted November 11, 2010 Share Posted November 11, 2010 Go to /themes/YOURTHEME/identity.tplDelete <input type="checkbox" id="newsletter" name="newsletter" value="1" {if $smarty.post.newsletter == 1} checked="checked"{/if} /> {l s='Sign up for our newsletter'} <input type="checkbox" name="optin" id="optin" value="1" {if $smarty.post.optin == 1} checked="checked"{/if} /> {l s='Receive special offers from our partners'} Remember to backup It wont do the trick to delete the two checkboxes in /themes/YOURTHEME/identity.tpl it is in /themes/YOURTHEME/authentication.tpl you must delete the checkboxes Link to comment Share on other sites More sharing options...
airbag Posted June 24, 2011 Share Posted June 24, 2011 Agree with Robin, and then make sure you delete site Cache for your new changes to display. Link to comment Share on other sites More sharing options...
bellini13 Posted June 24, 2011 Share Posted June 24, 2011 its actually in both .tpl files Link to comment Share on other sites More sharing options...
Recommended Posts