| 1 |
// $Id$
|
| 2 |
|
| 3 |
Readme
|
| 4 |
------
|
| 5 |
|
| 6 |
This is a simple word filter that allows site administrators to filter
|
| 7 |
certain words on a Drupal site.
|
| 8 |
|
| 9 |
Use
|
| 10 |
---
|
| 11 |
|
| 12 |
1. Activate this module as usual
|
| 13 |
|
| 14 |
2. Grant the 'administer words filtered' permission as needed
|
| 15 |
|
| 16 |
2. Configure at Administer > Site Configuration > Word filter.
|
| 17 |
Click the Add tab to enter words to filter.
|
| 18 |
|
| 19 |
3. Go to Administer > Site Configuration > Input Formats and then click the
|
| 20 |
configure link for each input format for which you want to enable the
|
| 21 |
wordfilter module.
|
| 22 |
NOTE: From the individual input format configuration pages you can
|
| 23 |
click the Rearrange tab to adjust the filter order to resolve any filter
|
| 24 |
conflicts.
|
| 25 |
|
| 26 |
Author
|
| 27 |
------
|
| 28 |
|
| 29 |
Allen Cook <pyro@gamerswithjobs.com>
|
| 30 |
|