Page 1 of 1

problem with confirm link in NMS email

Posted: Fri May 23, 2014 8:40 pm
by newagekat
Hello:

we're currently running cmsms v1.11.10 with NMS v2.8.3.

I noticed under the user setting tab that there exists an option for picking the page a user returns to when the email link is clicked. However this option is not available in the subscribe tab. Since double opt-in is desirable, I would have thought that this is crucial.

as it stands, the link in the subscribe email for our site currently displays as http://educationboard.ca/ecd/NMS/183/confirm/.html

how do i fix this or how can i ensure the user is returned to the subscribe page which contains {NMS}?

please note that before upgrading to this version, many were able to confirm their subscription. This is a live site and the newsletter feature has been advertised, so time is of the essence.

I appreciate all well intentioned suggestions.

Re: problem with confirm link in NMS email

Posted: Mon May 26, 2014 11:20 am
by applejack
Use Smarty replace modifier to replace the page id i.e. 183 with the id of the page you want the user to go to. If the subscription is on more than one page then you need to use regex_replace

Re: problem with confirm link in NMS email [solved for now]

Posted: Mon May 26, 2014 6:55 pm
by newagekat
thanks for the reply applejack.

ok so it seems the problem has to do with entering a subscriber from admin. the user info is not being saved and on submit gives you the following message:
- Missing Languagestring - module:NMS string:error_sen

i'll set up a bug report