You are here

README.txt in Restrict Abusive Words 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
Description
-----------
The Restrict Abusive Words module restrict to use words or phrases in
forms all over the site content. The Restriction can be applied on
content form, comment form, user profile form, user registration form
and webform. Restriction can also be applied based on user roles.
Restriction can be applied only cck fields(text, textarea and long text
type) and others basic fields like title, body for node form; name,
email for user registration form etc.

Right now there are two action, one form will be prevented to submit
and another form will be saved but it will be unpublished for content,
deactive for user etc.

Installation
------------
1. Copy the entire restrict_abusive_words directory the Drupal
   sites/all/modules directory.

2. Login as an administrator. Enable the module in the "Administer"
   -> "Modules"

3. Edit the settings under "Administer" -> "Configuration" ->
   "Content authoring" -> "Restrict Abusive Words"

4. Add abusive words or phrase under "Administer" -> "Configuration" ->
   "Content authoring" -> "Restrict Abusive Words" -> "add abusive words"

5. List all the abusive words or phrase under "Administer"
   -> "Configuration" -> "Content authoring" -> "Restrict Abusive Words"
   -> "list abusive words"

Author
------------
Biswajit Mondal (https://www.drupal.org/user/2698531).

File

README.txt
View source
  1. Description
  2. -----------
  3. The Restrict Abusive Words module restrict to use words or phrases in
  4. forms all over the site content. The Restriction can be applied on
  5. content form, comment form, user profile form, user registration form
  6. and webform. Restriction can also be applied based on user roles.
  7. Restriction can be applied only cck fields(text, textarea and long text
  8. type) and others basic fields like title, body for node form; name,
  9. email for user registration form etc.
  10. Right now there are two action, one form will be prevented to submit
  11. and another form will be saved but it will be unpublished for content,
  12. deactive for user etc.
  13. Installation
  14. ------------
  15. 1. Copy the entire restrict_abusive_words directory the Drupal
  16. sites/all/modules directory.
  17. 2. Login as an administrator. Enable the module in the "Administer"
  18. -> "Modules"
  19. 3. Edit the settings under "Administer" -> "Configuration" ->
  20. "Content authoring" -> "Restrict Abusive Words"
  21. 4. Add abusive words or phrase under "Administer" -> "Configuration" ->
  22. "Content authoring" -> "Restrict Abusive Words" -> "add abusive words"
  23. 5. List all the abusive words or phrase under "Administer"
  24. -> "Configuration" -> "Content authoring" -> "Restrict Abusive Words"
  25. -> "list abusive words"
  26. Author
  27. ------------
  28. Biswajit Mondal (https://www.drupal.org/user/2698531).