Page 1 of 1

Newsletter module goes beta !!!

Posted: Tue May 09, 2006 2:50 am
by calguy1000
The newsletter module is going beta!!

Check it out (I'm lazy, even to lazy to copy and paste :) )

http://dev.cmsmadesimple.org/forum/foru ... rum_id=601

Re: Newsletter module goes beta !!!

Posted: Fri May 12, 2006 9:15 am
by rodeto
Same here. Can't get it to work either.

Re: Newsletter module goes beta !!!

Posted: Mon May 15, 2006 8:45 pm
by gordon
Same here, seems to have something to do with the module processor dealing with the parameters. Of Which the NMS module does not have any.

Even adding mode parameters does not solve it.

Re: Newsletter module goes beta !!!

Posted: Sun May 28, 2006 12:15 pm
by psy
same here  :'(

Re: Newsletter module goes beta !!!

Posted: Mon May 29, 2006 5:10 pm
by Piratos
Cannot install this module
Fatal error: Cannot redeclare NMS::$default_unsubscribe_text in I:\xampp\htdocs\013\modules\NMS\NMS.module.php on line 104
You have set it twice:

Code: Select all

 var $default_unsubscribe_text = 'Enter your email to unsubscribe';
  var $default_unsubscribe_text = '
Thank you {$username}.  An email as been sent to {$email} to confirm your wish to unsubscribe from all mailing lists on this site.  You should be receiving it shortly.  Thank you';
So this beta can never work.

Re: Newsletter module goes beta !!!

Posted: Tue May 30, 2006 2:34 am
by calguy1000
Okay, In svn I've fixed a small problem with CreateFrontendFormStart that caused the foreach error, and fixed the duplicated string issue.

You'll need svn version of cms to test this now. 

Sorry folks.