Closed (won't fix)
Project:
Simplenews
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2006 at 14:07 UTC
Updated:
8 Jul 2008 at 07:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
RobRoy commentedCould you submit a patch removing any other changes besides allow users to provide their name on subscribing? There are some changes in the patch that do not relate to that. This will help get it committed.
Let me know if you plan to do this and I can help.
Comment #2
thepanz commentedCan you explain me how to do that? I'm not very skilled with Diff-and-patches!
Can I manually edit the .patch and remove the "extra" additions or is there an other way to do that?ù
Bye :)
Comment #3
RobRoy commentedIf you have a clean simplenews.module and only apply the changes for name to the file. Then, create a patch according to http://drupal.org/diffandpatch.
Comment #4
thepanz commentedHi, I created a "clean" patch for adding an username to anonym subscription. I edited latest -dev- version.
I edited simplenews.module and simplenews.install files, the patch includes both. (I used WinMerge to generate this patch with "unified" flag set). Maybe this patch needs some adjustments to manage some special cases:
- don't display that an email address is already subscribed: privacy?
- exclude email addresses
- manage robot subscribing (Cathpa??)
...and maybe others!
let me know!
Bye
Comment #5
RobRoy commentedSome things to check out:
It's getting there! Keep it coming thePanz! :)
Comment #6
thepanz commentedHi RobRoy, i try to follow your instructions :)
But, without using WinMerge, I can't figure out how to "merge" 2 diff together. I'll attach the "module" patch here and the part about the simplenws.install file in my next reply.
Let me know! Bye
Comment #7
thepanz commentedNext parch: simplenews.install file.
Bye
Comment #8
davemybes commentedTried to apply the patch on the 4.7-dev version, but it kept giving errors. Eventually I did all the changes manually. However, I don't see the Name field on the sign up block. It looks like its not accepting the new fieldset either. I ran update.php and that went OK. I have also disabled the module and re-enabled it, as well as the newsletter blocks. I also created a new newsletter. Still no name. Am I missing a step here somewhere?
Comment #9
mileZ commentedCan I use this patch with Drupal 5.1 too?
Comment #10
dualdiesel commented*bump*
Comment #11
sutharsan commentedThe difficulty with this approach is that everyone wants other data to store and future requests for new field are to be expected.
IMO the way forward for this requirement is a flexible one. Data to be collected will very much change from one site to another. On top of collecting the data there will surely be requirements for viewing, filtering and maintaining the data.
bevan suggests here the use of profile module. My thoughts also go towards the Bio module and CCK module. Using a node to store the subscriber data gives all the standard possibilities without a node has.
Please discuss the feature here and help to get a full picture of requirements.
Version and category changed (no new features will go into 4.7).
Comment #12
dualdiesel commentedI suppose that for now I'm better off using phplist while I wait for something to evolve.
good luck.
Comment #13
keesje commenteddrupal's profiles could be a way. I have a case only anonymous users do register demselves, the site owner would realy like to personalize the newsletters with a fullname. Like "Hello %name". On top of this to know the gender would be nice, like "Hello %gender %name".
The only way to achieve this for anonymous is to make them not only fill there mail address, but also gender and full name.
This would enhance simplenews big time, since it is already such a nice module (:.
Regards,
Kees
Comment #14
pelicani commentedI'm a fan of the Bio module, but for anonymous users this won't work.
http://drupal.org/node/127178
Here is some discussion on using the webform module.
I'm going to try it out.
Seems to be an uber flexible solution.
Comment #15
sutharsan commentedIf there will be a solution for storing custom data with subscribers, it need to be a flexible one.
This patch will not be included.