I’ve looked and can’t find this info. Does anyone know how to personalize the newsletter? I’d like to place something like this: Hello (subscriber name)
Thanks
There are no boring projects. Only boring executions. ~ Etzkorn
www.impress-design.com
I face the following problem. When I send the test e-mail I get the following error code.
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - Table ’xxx_nederland.modx_web_user_attributes’ doesn’t exist »
SQL: SELECT * FROM `modx_web_user_attributes`
[Copy SQL to ClipBoard]
Parser timing
MySQL: 0.0022 s (4 Requests)
PHP: 1237365459.6630 s
Total: 1237365459.6651 s
However when I really send the newsletter it works fine.
Any suggestions how I can repair the test mode?
Thanks in advance.
Pieter
Hi
Are you using that "modx" prefix in the db?
Change line 126 and 306 in backend.php if you do not use that ’modx_’ prefix in the DB.
If we are using the same version.
Frank.
Hi Frank, thanks for your reply.
I have changed these lines:
126 $sql = "SELECT * FROM `modx_web_user_attributes` WHERE `blocked` = 0";
306 $sql = "SELECT * FROM `modx_web_user_attributes`";
in
126 $sql = "SELECT * FROM `web_user_attributes` WHERE `blocked` = 0";
306 $sql = "SELECT * FROM `web_user_attributes`";
And now it works!
Thank you for your help. This is a great module!
Regards,
Pieter
And another one would be the option to use a template/modx page.
Would give the personalize option throught placeholders I guess.
well...it looks like easynewsletter is not really supported any more :’( at least not from the original developer...
j
I keep meaning to make one updated version out a couple of customised versions I use.
Never seem to have the time, I will try though.