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
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

rcross - January 14, 2008 - 12:47

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

<?php
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

 
 

Drupal is a registered trademark of Dries Buytaert.