Newsletter Builder v3 Issues
4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: December 19, 2013 (RSS)
Hello, All -
I've just upgraded to the new version of Newsletter Builder v3.01 (from v2) and I seem to be having a few teething problems.
Of particular concern are the confirmation emails. The #confirm_url# is a little messed up.
When rendered directly in the email it appears normally:
http://www.mywebby.com/newsletter.php?n=118&a=d61b25948b86
However, when rendered inside <a> tags the link is actually this:
http://www.mywebby.com/newsletter.php?l=http://www.mywebby.com?n=118&a=d61b25948b86&m=&u=1&m=0&n=118
NB: Specifically it appears full of URL encoding but I've simplified it here.
Not good.
:0/
Perch
Update.
I changed the following setting in newsletterBuilder.php to
$GLOBALS['NLB_TRACK_LINKS'] = false (was true)
...and now the links are working.
Perch
By Daryl - December 18, 2013
Hi Perch,
I think that's how that link should be because it is use to pass query strings for tracking the email link "clicks".
However, if you do not wish to track the link "clicks", you can set theĀ $GLOBALS['NLB_TRACK_LINKS'] to false.
Cheers,
PHP Programmer - interactivetools.com