You are here

README.txt in Taxonomy Term Authoring Information 7

Description
-----------
The Taxonomy Term Authoring Inormation module store authoring information
(author, published date and updated date) for the taxonomy term.

A configuration option will be added in vocabulary add/edit form to
enable/disable authoring information fields in the taxonomy term add/edit form.

Exposes "authoring information fields" in Field UI's "Manage display" pages let
users re-order and control the visibility.

This module is views integrated. Exposes authoring information fields (author,
published date and updated date) to views configuration
(fields/filters/arguments/sorts/relation).

This module also exposes a hook (hook_term_authoring_info_presave) for
developers so that term authoring information can be alter before inserted or
updated.

This module comes with its own database table to store authoring information
per taxonomy term (tid).

Installation
------------
1) Place this module directory in your "modules" folder (this will
usually be "sites/all/modules/"). Don't install your module in Drupal
core's "modules" folder, since that will cause problems and is bad
practice in general. If "sites/all/modules" doesn't exist yet, just
create it.

2) Enable the module.

3) Go to taxonomy vocabulary add/edit form to enable/disable authoring
information fields in the taxonomy term add/edit form.

Dependencies
------------
1. Taxonomy
2. Views

Author
------
Pijus Kanti Roy
pijus.k.roy@gmail.com

File

README.txt
View source
  1. Description
  2. -----------
  3. The Taxonomy Term Authoring Inormation module store authoring information
  4. (author, published date and updated date) for the taxonomy term.
  5. A configuration option will be added in vocabulary add/edit form to
  6. enable/disable authoring information fields in the taxonomy term add/edit form.
  7. Exposes "authoring information fields" in Field UI's "Manage display" pages let
  8. users re-order and control the visibility.
  9. This module is views integrated. Exposes authoring information fields (author,
  10. published date and updated date) to views configuration
  11. (fields/filters/arguments/sorts/relation).
  12. This module also exposes a hook (hook_term_authoring_info_presave) for
  13. developers so that term authoring information can be alter before inserted or
  14. updated.
  15. This module comes with its own database table to store authoring information
  16. per taxonomy term (tid).
  17. Installation
  18. ------------
  19. 1) Place this module directory in your "modules" folder (this will
  20. usually be "sites/all/modules/"). Don't install your module in Drupal
  21. core's "modules" folder, since that will cause problems and is bad
  22. practice in general. If "sites/all/modules" doesn't exist yet, just
  23. create it.
  24. 2) Enable the module.
  25. 3) Go to taxonomy vocabulary add/edit form to enable/disable authoring
  26. information fields in the taxonomy term add/edit form.
  27. Dependencies
  28. ------------
  29. 1. Taxonomy
  30. 2. Views
  31. Author
  32. ------
  33. Pijus Kanti Roy
  34. pijus.k.roy@gmail.com