You are here

README.txt in Checkbox Validate 5

Same filename and directory in other branches
  1. 6 README.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: Checkbox Validate Module
Author: Robert Castelo
Drupal: 5.x
********************************************************************
DESCRIPTION:

This module corrects display and behaviour of required checkboxes in all forms.

Corrects bugs in Drupal core: 

Checkboxes set as required not displaying required symbol (install this module to display)

Checkboxes set as required behave as optional (install this module to make behave as required)

Note: developers don't need to add any extra validation code to their modules to make up for the bug in core, and once core is fixed this module can be uninstalled.

See:

    * Radio/checkboxes set to 'required' are not validated
        http://drupal.org/node/179932
    * Unchecked checkbox set to "required" bypasses validation (duplicate)
        http://drupal.org/node/259292


********************************************************************
INSTALLATION:

Note: It is assumed that you have Drupal up and running.  Be sure to
check the Drupal web site if you need assistance.

1. Place the entire directory into your Drupal directory:
   sites/all/modules/ or sites/default/modules/
   

2. Enable the module by navigating to:

   administer > build > modules
     
  Click the 'Save configuration' button at the bottom to commit your
  changes.
  
  
********************************************************************
USAGE

Once installed there's nothing else to do.
        



********************************************************************
AUTHOR CONTACT

- Report Bugs/Request Features:
   http://drupal.org/project/checkbox_validate
   
- Comission New Features:
   http://drupal.org/user/3555/contact
   
- Want To Say Thank You:
   http://www.amazon.com/gp/registry/O6JKRQEQ774F

        
********************************************************************
ACKNOWLEDGEMENT

http://www.codepositive.com

File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Checkbox Validate Module
  5. Author: Robert Castelo
  6. Drupal: 5.x
  7. ********************************************************************
  8. DESCRIPTION:
  9. This module corrects display and behaviour of required checkboxes in all forms.
  10. Corrects bugs in Drupal core:
  11. Checkboxes set as required not displaying required symbol (install this module to display)
  12. Checkboxes set as required behave as optional (install this module to make behave as required)
  13. Note: developers don't need to add any extra validation code to their modules to make up for the bug in core, and once core is fixed this module can be uninstalled.
  14. See:
  15. * Radio/checkboxes set to 'required' are not validated
  16. http://drupal.org/node/179932
  17. * Unchecked checkbox set to "required" bypasses validation (duplicate)
  18. http://drupal.org/node/259292
  19. ********************************************************************
  20. INSTALLATION:
  21. Note: It is assumed that you have Drupal up and running. Be sure to
  22. check the Drupal web site if you need assistance.
  23. 1. Place the entire directory into your Drupal directory:
  24. sites/all/modules/ or sites/default/modules/
  25. 2. Enable the module by navigating to:
  26. administer > build > modules
  27. Click the 'Save configuration' button at the bottom to commit your
  28. changes.
  29. ********************************************************************
  30. USAGE
  31. Once installed there's nothing else to do.
  32. ********************************************************************
  33. AUTHOR CONTACT
  34. - Report Bugs/Request Features:
  35. http://drupal.org/project/checkbox_validate
  36. - Comission New Features:
  37. http://drupal.org/user/3555/contact
  38. - Want To Say Thank You:
  39. http://www.amazon.com/gp/registry/O6JKRQEQ774F
  40. ********************************************************************
  41. ACKNOWLEDGEMENT
  42. http://www.codepositive.com