Jump to content

I want this remove, where should I go to?


Recommended Posts

Go to /themes/YOURTHEME/identity.tpl
Delete

            

               <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

Go to /themes/YOURTHEME/identity.tpl
Delete
            

               <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

  • 7 months later...
Go to /themes/YOURTHEME/identity.tpl
Delete
            

               <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

  • 7 months later...
×
×
  • Create New...