Closed (duplicate)
Project:
User mailman register
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2008 at 06:42 UTC
Updated:
15 Feb 2008 at 22:56 UTC
Along with the force at least one signup (which is interesting but not useful to me) I would find useful a checkbox for each mailing list that would automatically sign new users up.
They dont need to stay a member of the list but they would be signed up by default (and without them necessarily noticing). Or most of this could be achieved by having a specified group of lists that a user must sign up to one of, then I could have set of opt in list as well as some forced ones.
Comments
Comment #1
sbandyopadhyay commentedI don't know if this gives too much leeway for your purposes, but take a look at my patch at: http://drupal.org/node/222252
It makes "YES" the default option during registration. However, "NO" is still a possible option, and they can opt out right from the get-go... but only if they chose to do so.
Conceivably, you could even turn off the "NO" option on the user registration page by doing what I did to remove the digest option. Let me know if you want any help achieving this.
And finally, if this doesn't address your question at all, please un-mark it as a duplicate. :)
Comment #2
sbandyopadhyay commentedI have revised my patch that I linked to above. It should now fix your problem entirely. Hope it helps.