-
logout ist not possible, since the function logout ist not called in logout.php
the logout.php should be changed to:
---php---
require_once("includes/config.php");
sessCtrl();
logout();
---php---
furthermore the function logout in ./include/sessionCtrl.php should be changed to the following to properply destroy the session>
---php---
function logout(){
$_SESSION=NULL;...
2009-04-21 20:25:04 UTC by nobody
-
Hello
It would be very nice if one could schedule a newsletter and the system would dispatch it at the given moment.
Regards, Daniel Gnos, dango 'at' datazug.ch.
2008-09-18 17:17:33 UTC by nobody
-
Hi Ivan,
I use your NL-System since few days. Great work!
But, in every NL I must insert recurrent infos like homepage, imprim, unsub-link and so on.
Is it possible to insert a footer? Or store a template?
Thank you, Chris.....
2008-04-16 15:02:09 UTC by christianknorr
-
This release addresses some problem arising when installed on servers running REGISTER GLOBALS turned on.
If you have such a server upgrading is strongly recommended.
If you run a server which has REGISTER GLOBALS set to false you can skip this release.
2008-01-07 17:15:46 UTC by ivanpreziosi
-
Released v.1.0.7, which adds japanese support to the package (thanks to Masato SAITO - mabots[at]gmail[dot]com - for japanese translation!). If you're not intrested in adding japanese to your 1.0.6 installation, you can skip this release.
This release is only a language upgrade one.
Thanks again Masato!
NmnNewsletter team.
2007-12-20 10:23:13 UTC by ivanpreziosi
-
Released a new version of NmnNewsletter (1.0.6), including a new spanish translation (thanks to Javier Gálvez (jgalvez[at]cabocom[dot]com) for his efforts!).
2007-11-30 10:42:53 UTC by ivanpreziosi
-
Hi Ivan,
Could you please give an example about how to implement "unsubscribe" module just like "subscribe"?
Thanks,
Sedef.
2007-09-23 15:41:22 UTC by sedso
-
Hi all,
NmnNewsletter has now a dedicated mailing list for all kind of discussions and support requests.
Subscriptions and infos can be found at:
https://lists.sourceforge.net/lists/listinfo/nmnnewsletter-support
Also a brand new Subversion repository has been created for developers and users to get latest code versions, betas and development versions to experiment with. You can find the...
2007-09-09 13:53:21 UTC by ivanpreziosi
-
Released a bugFix version of NmnNewsletter. The 1.0.5 version addresses some known issues about character encoding and url management by TinyMCE.
It also includes a brand new Polish localization.
Thanks to Marcin Rożek for polish translation and precious development support and testing.
2007-08-21 10:33:11 UTC by ivanpreziosi
-
Released the new version of the NmnNewsletter project. This new version contains many user submitted changes in the interface and in the addresses managment. New features include:
wisiwyg editing mode, subscribers list export, subscribers search, pagination, multilanguage support, importing of preexistent address lists and more...
2007-03-31 16:21:30 UTC by ivanpreziosi