By weihan on
I'm new to Drupal. The first thing I need is a very simple email subscription box like this: http://www.cloudstack.com/. It should allow anonymous users to subscribe. I saw several Drupal subscription modules out there but they all requires membership. Thanks a lot!
Comments
Have you looked at Simplenews
I am pretty sure Simplenews does not require membership.
Thank you
I've downloaded Simplenews and it's exactly what I need! Thank you nevets!
Simplenews Subscription box
Hi Weihan,
I had the same prob too :-)
copy this from line 894 to 929
It works!!! I'm using this all the time.
Don't forget to activate simplenews in a block and the acces rule for the anonymous visitor.
MileZ
how would you rewrite it for
how would you rewrite it for adding in template.php in D6? would a prefix work:
function themename_simplenews_block_form($tid) {