| 1 |
subscription.module INSTALL.txt
|
| 2 |
==============================================================================
|
| 3 |
|
| 4 |
Installation
|
| 5 |
------------------------------------------------------------------------------
|
| 6 |
|
| 7 |
Required:
|
| 8 |
- Create the SQL tables. This depends a little on your system, but the most
|
| 9 |
common method is:
|
| 10 |
mysql -u username -ppassword drupal < subscription.mysql
|
| 11 |
- Copy subscription.module to modules/.
|
| 12 |
- if you would like to use debug channel create a debug directory
|
| 13 |
|
| 14 |
|
| 15 |
Configuration
|
| 16 |
------------------------------------------------------------------------------
|
| 17 |
|
| 18 |
- Enable the module as usual from Drupal's admin pages.
|
| 19 |
- Allow maintain subscriptions to all users at admin/access
|
| 20 |
- (optional) Create other channels from admin/subscription.
|
| 21 |
|
| 22 |
Use
|
| 23 |
------------------------------------------------------------------------------
|
| 24 |
- Choose your default channel in My account > edit
|