You are here

README.txt in Better Field Descriptions 7

Same filename and directory in other branches
  1. 8 README.txt
Readme file for the Better Descriptions module for Drupal
-------------------------------------------------------

Installation:
-------------
 - Extract the files in your module directory (typically sites/all/modules)
 - Visit the modules page and enable the module
 - From the modules page you will find links to
    - permission settings
    - configuration
    - help

How it works:
-------------
Users having the permission 'Administer better field descriptions' will get a
list of all fields across all content types. You can then select which fields
should have a better description.

Users having the permission 'Add a better descriptions to selected fields' can
then add descriptions in a different form for all selected fields.

Both users also need the permission 'Use the administration pages and help'.

Additionally, you can select if the individual description should be placed
above or below the field itself.

You can also provide a label for each description or use a default for all
descriptions.

Descriptions are rendered via a template file. There are two provided with the
module; better-field-descriptions-text and better-field-descriptions-fieldset.

The first provides a simple and clean text, the second wraps the description in
a fieldset using the label as the legend of the fieldset.

You can make your own template and put it in the templates folder of your theme.
The new template will be picked up automatically. Note that changing the
template will trigger a theme registry rebuild.

If you create a template that can be useful for others, please share it in the
issue queue and they might be included in the module with proper attribution.

Known unknowns:
---------------
Better Description has not been thoroughly tested and never on multilingual
sites.

Contact:
--------
Please provide feedback to the issue queue if you have problems, comments,
patches, praise or ideas.

File

README.txt
View source
  1. Readme file for the Better Descriptions module for Drupal
  2. -------------------------------------------------------
  3. Installation:
  4. -------------
  5. - Extract the files in your module directory (typically sites/all/modules)
  6. - Visit the modules page and enable the module
  7. - From the modules page you will find links to
  8. - permission settings
  9. - configuration
  10. - help
  11. How it works:
  12. -------------
  13. Users having the permission 'Administer better field descriptions' will get a
  14. list of all fields across all content types. You can then select which fields
  15. should have a better description.
  16. Users having the permission 'Add a better descriptions to selected fields' can
  17. then add descriptions in a different form for all selected fields.
  18. Both users also need the permission 'Use the administration pages and help'.
  19. Additionally, you can select if the individual description should be placed
  20. above or below the field itself.
  21. You can also provide a label for each description or use a default for all
  22. descriptions.
  23. Descriptions are rendered via a template file. There are two provided with the
  24. module; better-field-descriptions-text and better-field-descriptions-fieldset.
  25. The first provides a simple and clean text, the second wraps the description in
  26. a fieldset using the label as the legend of the fieldset.
  27. You can make your own template and put it in the templates folder of your theme.
  28. The new template will be picked up automatically. Note that changing the
  29. template will trigger a theme registry rebuild.
  30. If you create a template that can be useful for others, please share it in the
  31. issue queue and they might be included in the module with proper attribution.
  32. Known unknowns:
  33. ---------------
  34. Better Description has not been thoroughly tested and never on multilingual
  35. sites.
  36. Contact:
  37. --------
  38. Please provide feedback to the issue queue if you have problems, comments,
  39. patches, praise or ideas.