| 1 |
This module adds subscription features for Google Groups to Drupal.
|
| 2 |
|
| 3 |
The module works by sending an email to your Google Group's subscription address.
|
| 4 |
The user will still have to verify their address by clicking the link in Google's
|
| 5 |
confirmation email.
|
| 6 |
|
| 7 |
A fully themable block is provided with a subscription form that is easily
|
| 8 |
themed and modified by overriding a simple template file. This block is best
|
| 9 |
used for anonymous users.
|
| 10 |
|
| 11 |
The abiltiy to put a checkbox on the registration form is also included with a
|
| 12 |
setting for the default value. Also has the ability to hide the registration
|
| 13 |
checkbox to force user subscription.
|
| 14 |
|
| 15 |
|
| 16 |
Configuration
|
| 17 |
1. Enable the module.
|
| 18 |
2. Give appropriate roles the 'administer google groups' permission.
|
| 19 |
(admin/user/permissions)
|
| 20 |
3. Add groups via the configuration page.
|
| 21 |
(admin/settings/googlegroups)
|
| 22 |
4. Optionally place subscription blocks via the blocks admin.
|
| 23 |
(admin/build/block)
|