Closed (fixed)
Project:
Mailchimp
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2009 at 06:52 UTC
Updated:
7 Oct 2009 at 17:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
stephtek commentedSubscribe. I would like to do this as well.
Comment #2
gmreed commented+1. This would be very useful and much appreciated.
Comment #3
boris mann commented+1 - subscribe blocks per list could be placed in a variety of regions.
Comment #4
vesapalmu commentedThis would be really useful. I also need this and I'm willing to help in implementation.
Personally I think most list management should be done in a block instead of user profile. It's nice to have this information also in user profiles for registered users, but even more important to have newsletter information visible on any page site administrators want it to be.
Comment #5
conniec commented+1 I would LOVE to have this feature, also
Connie
Comment #6
rhache commented+1 to have this feature as well
Comment #7
Michael Phipps commentedI saw a need for this and actually added a patch for this over in #482678 but I'll add it here and mark that one as a duplicate.
I haven't exactly met the requirements you guys have requested, but at least it's a start. Please review the patch and let me know what you think!
Comment #8
sean69 commentedAm I using this patch right?
I added the patch to the mailchimp source, now a block shows up in the blocks menu and I can add it to the home page, but basically what I get is a blank/hidden form:
MailChimp
what is wrong?
Comment #9
kwinters commentedThe patch in #7 is missing the mailchimp_subscribe_form function (the patch only includes the block hook, not the function that actually creates the form).
If you're going to implement something, take a good look at the simplenews signup block. It's flexible, and you should be able to reuse a lot of code from it.
Comment #10
levelos commentedImplemented in 6.x-2.x