Documentation
lucasmafaldo - January 11, 2008 - 23:30
| Project: | Mailing lists subscription |
| Version: | 5.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | lucasmafaldo |
| Status: | active |
Jump to:
Description
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.

#1
Unfortunately, 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
<?phpprint drupal_get_form('lists_subscribe');
?>