| 1 |
Readme
|
| 2 |
------
|
| 3 |
|
| 4 |
The Shoutbox module provides a block where visitors can quickly post short messages.
|
| 5 |
Permissions can be set so that posts go live immediately or go to a moderation queue.
|
| 6 |
|
| 7 |
|
| 8 |
Installation
|
| 9 |
------------
|
| 10 |
|
| 11 |
1. Create the SQL tables.
|
| 12 |
mysql -u username -ppassword drupal < shoutbox.mysql
|
| 13 |
|
| 14 |
2. Copy all the shoutbox files to modules/shoutbox (you will have to create this directory).
|
| 15 |
Drupal should automatically detect the new module.
|
| 16 |
|
| 17 |
3. Enable the Shoutbox module.
|
| 18 |
|
| 19 |
4. Set permissions for posting, moderating, and administering the shoutbox.
|
| 20 |
|
| 21 |
5. Enable the Shoutbox block.
|
| 22 |
|
| 23 |
|
| 24 |
Author
|
| 25 |
------
|
| 26 |
|
| 27 |
Benjamin Shell <drupal@benjaminshell.com>
|
| 28 |
|
| 29 |
Maintainers
|
| 30 |
-----------
|
| 31 |
disterics
|
| 32 |
snpower
|
| 33 |
|
| 34 |
Demo Site
|
| 35 |
---------
|
| 36 |
|
| 37 |
|