we encounterd some bugs in the system that we are ironing out
also its needs some styling.
we added a configuration tab in the module there you can find settings for each mailing list like from name and mailadres and register and unregister chunks for each malinglist that way you can create a unique rewgister email (activation/deactivation) mail for each mailing list.
but now we have holiday so it will be at least 5 weeks before anything will be posted here. sorry for the delay.
Dimmy
Quote from: Dimmy at Jul 06, 2008, 04:07 AM
we encounterd some bugs in the system that we are ironing out
also its needs some styling.
we added a configuration tab in the module there you can find settings for each mailing list like from name and mailadres and register and unregister chunks for each malinglist that way you can create a unique rewgister email (activation/deactivation) mail for each mailing list.
any update? ...I’m waiting for something like this!
christian seel - www.christianseel.com
web developer & designer at chsmedien.de
twitter: @christianseel / @chsmedien
We have it running on some sites but there are still some bugs and no documentation yet
sorry for that
now we also added tracking in the system so you can see who opened his her mail and if he/she clicked a link and witch link.
als personalized mails can be made
I’ve installed the mailing list in ModX 9.6.3 and get a message in the error log:
Undefined variable: path
when sending mail.
I’ve tried the install of the mailing list on a new server and database under ModX 9.6.3 and get the following error:
Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36
Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36
Warning: include() [function.include]: Failed opening ’config.php’ for inclusion (include_path=’D:/Inetpub/diademinc-client/arliehammonsart/manager/includes/’) in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36
Warning: include(languages/.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37
Warning: include(languages/.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37
Warning: include() [function.include]: Failed opening ’languages/.php’ for inclusion (include_path=’D:/Inetpub/diademinc-client/arliehammonsart/manager/includes/’) in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37
It looks like the path variable is different that previous version of ModX and instead of looking in koopsmailinglist/ it is going to manager/includes. Any suggestion on how to change up the mailing list code to set path to the correct path?
thanks,
Is there any support for this module? Is it now defunct?
Thanks for the reply. I have done three new installs of 9.6.3 and KoopsMailingList and get the same results. Here is the module text that gets ran after creating the module:
include($path.’config.php’);
include($path.’languages/’.$language.’.php’);
It look like $path is different that it used to be and the $path is going to manager/includes. I could hard code the path but didn’t want to. I didn’t have this problem with 9.6.1.