I'm trying to set up a mailing list, and I saw the ezmlm module, but it doesn't really work with 4.7, even though it says it does. The simple news module is good, but there's not really a page that has sign up on it, just the block. Anybody know how to tweak the simple news so it lets the block be viewed as it's own page?

Brett

Comments

jbrown’s picture

Have you tried mass contact?

http://drupal.org/project/mass_contact

--
Jonathan Brown
http://openpackage.biz/

--
Jonathan Brown
http://jonathanpatrick.me/

budda’s picture

There's a filter (somewhere) which allows you to embed blocks in to normal node page content.

Or you could set the node filter to PHP code and inset something like:-

$tid = {THE ID OF YOUR NEWSLETTER CATEGORY};
$c = simplenews_block('view','newsletter-'.$tid);
print $c['content'];

NOTE: code is untested, and just going off the top of my head.

Obviously you need to put a taxonomy term id in the place of my comment above.

--
Ixis (UK) providing Drupal consultancy and Drupal theme design.