Active
Project:
Mailing lists subscription
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jan 2008 at 23:30 UTC
Updated:
14 Jan 2008 at 12:47 UTC
Is there any documentation on this? If there is, I couldn't find it.
Anyway, I'm new on Drupal, but I've been looking on this and I couldn't find how to use it.
Comments
Comment #1
rcross commentedUnfortunately, I looked at the code and this module is basically very much hard coded. If you look inside it is fairly straight forward on how to make it work, but it doesn't have any real interface to the module from the admin section and you'll need to create a page/block with a php snippet
print drupal_get_form('lists_subscribe');to actually get any output. I was really hoping for something easier, but I guess this is why it is a "new" module and pretty specific to drupal.org