Hello
In your opinion, for people who wants to source information from different modules in order to make a newsletter,
what's the best choice of module for zikula ?
Thanks
Mumu.
edited by: mumuri, Mar 18, 2009 - 01:31 PM
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Best newsletter module ?
-
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
-
- Rank: Team Member
- Registered: May 24, 2005
- Last visit: Aug 18, 2009
- Posts: 31
Hi!
Newsletter is the best solution:
plugin (class) based, many, many options & settings, you can choose if you want to generate & send it automatically (activate maintenance-block or pnRender plugin) or send it via admin-interface, you can ad a "special" Message etc etc etc.
But please use the SVN-version ATM i have to update the extdb in the next days....
Tickets are welcomed
greetings Dominik
--
Newsletter Project
Visit the german speaking community! -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Apr 02, 2010
- Posts: 1208
You might check out the ItsNews module by dits. I personally have not used it, but judging by other modules by dits (such as pgForm), it would have to be great. Check out the "dits" project at the Cozi. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
ItsNews is still beta. And pgForm is priority for now. We might look add joining / sharing efforts. But I'll only have time to look at this once pgForm is released. -
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
ok so it 's not something we can put on production.
dmm , i ve look at your project, it's seems pretty simple, i only have to create a plugin for the module i wan't and do some template overriding to format my news. that's pretty cool.
Nevertheless, i did'nt see a list of feature supported by your module, here are the features listed on Dits project, can you tell me if you support them?
Quote
* pnAPI and pnRender compliant [OK]
* HTML and text formatted newsletters [as it's Smarty i guess you can]
* Registration for registered users and anonymous visitors ??
* Automatically keeps in sync with Users registration trough hooks ??
* Newsletters generated on the basis of Smarty templates enabling drawing content from other modules (for instance list all news publications published since the last edition of the newsletter) [OK through Smarty plugin]
* Scribite integration under Zikula 1.0.x ??? don't know what it is for
* Automatic conversion of relative URLs to absolute URLs ??
* Automatic conversion of HTML images to inline attachments ??
Thanks in advance
edited by: mumuri, Mar 19, 2009 - 08:55 AM -
- Rank: Team Member
- Registered: May 24, 2005
- Last visit: Aug 18, 2009
- Posts: 31
first i also think that we should think about synergy.. @mumuri
yes, thats the way, make a class for your module and to the template, stuff if it´s an "official" i ask you for sharing it with the community.
to your list
1.)pnApi ..ok
2.)yes
3.)yes
4.)yes
5.)yes
6.)for the custom message
7.)yes should work IIRC
8.)yes IIRC please test it...
greetz dominik
--
Newsletter Project
Visit the german speaking community! -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
I recently installed Newsletter 2.0: is there any way to auto-add new registered users to the newsletter-user?
I would like that every registered user recieve the newsletter,
and that only the ones that unsubscibe it explicitly don't recieve it.
Is it possible? Or have I to add manually every single new user to the list of the receiver?
Maybe ItsNews does it? -
- Rank: Team Member
- Registered: May 24, 2005
- Last visit: Aug 18, 2009
- Posts: 31
Hi!
You can import your users via the newsletter-admin-interface.
There will be a registration-hook where the new user is asked if he want to receive the newsleter, but ATM no automatic methode.
I think the user should be asked if he want to receive a newsletter.
Regards d
--
Newsletter Project
Visit the german speaking community! -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
dmm
Hi!
There will be a registration-hook where the new user is asked if he want to receive the newsleter, but ATM no automatic methode.
Thanks for the answer,
have I to manually set the hook or is it automatic? -
- Rank: Team Member
- Registered: May 24, 2005
- Last visit: Aug 18, 2009
- Posts: 31
i don`t know ATM how it will be but i think the best way is to ask the admin, if he wish to offer it. and if he agrees in the nl-admin interface, or during the installation of nl it will be automated added to the registration.
--
Newsletter Project
Visit the german speaking community! -
- Rank: Team Member
- Registered: May 24, 2005
- Last visit: Aug 18, 2009
- Posts: 31
BTW Newsletter 2.0.1 is out.... @extensionDB or Cozi
--
Newsletter Project
Visit the german speaking community! -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
-
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
Hallo, today I tryed to send my first newsletters,
I put the check only in the "NewsletterMessage" plugin, because I would only write my own word in this newsletter.
I added some user and sent it manually.
The newsletters reached the user, but the the archive is still empty :(
I looked in my database and the "pn_newsletter_archives" table is empty.
Is it a bug? Ora maybe only the automatic sent are stored in the database?
edited by: lordevol, Apr 10, 2009 - 04:59 PM -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
