Hi,
I'm using Newsletter Made Simple for a website (thanks for this great module).
But I have one problem. To my website I have several templates - one for the homepage and several for subpages.
When someone is following the newsletter unsubscribe-link he/she is taken to a page that is using my "home-page-template".
This is not good in my case because I have a dark image in the background on the "home-page-template" and therefore it's hard to read the unsubscribe text message.
Is there a way to choose an other page-template for the unsubscribe-message in Newsletter Made Simple?
I hope you understand my question.
Newsletter Made Simple - unsubscribe
Re: Newsletter Made Simple - unsubscribe
i have the same problem. where can i choose the right template?
Re: Newsletter Made Simple - unsubscribe
found a smart way to resolve it:
in your newsletter template replace
{$unsubscribe}
with
{$unsubscribe|replace:'/15/':'/83/'}
83 is the content id of my specific page. you can use another one. and next time the page with the id x will be shown.
in your newsletter template replace
{$unsubscribe}
with
{$unsubscribe|replace:'/15/':'/83/'}
83 is the content id of my specific page. you can use another one. and next time the page with the id x will be shown.