Subscribe to newsletter on signup page

Discussion in 'Troubleshooting' started by lukeshields, Nov 12, 2006.

  1. lukeshields

    lukeshields Member

    Joined:
    Apr 12, 2005
    Messages:
    34
    Anyone know if it is possible to have the "subscribe to newsletters" checkbox marked on the signup page? Currently, the new member has to check the box to subscribe.

    I would like the box to be checked, and if the new member does not want to subscribe, he/she can uncheck it before signing up.

    Thanks!
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Replace in amember/templates/signup.html
    {if $smarty.request.to_subscribe}checked="checked"{/if} />
    to
    checked="checked" />
  3. lukeshields

    lukeshields Member

    Joined:
    Apr 12, 2005
    Messages:
    34
    Thanks Alex. I can try that. However, will this option be available in the Admin at a later point? Each time aMember gets updated, one has to edit the page again.

    For example, I have to add a link to Kagi payment processor in the signup page each time aMember gets upgraded. Any news on when Kagi might get added as a payment processor? Sorry its off topic, but relevant to manual editing of templates.

    Thanks.
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Try to use "AnyLink" payment plugin for Kagi - enable it and you will see.

Share This Page