author_taxonomy 6.x-1.6

New features
Unsupported

Changed the user selection box to an autocomplete field for term -> user linking.

author_taxonomy 6.x-1.5

New features
Unsupported

New features added:

  • Author terms can now be linked to user accounts.
  • Author terms can be displayed as links to terms, links to user account pages, or plain text.
  • Settings page improved

author_taxonomy 6.x-1.4

Bug fixes
Unsupported

Added .install file to clean up system variables on uninstall.

author_taxonomy 5.x-1.2

New features
Unsupported

Added feature requested in #350546: Selectable Content Types for Author Taxonomy (show/hide author info per content type). By default, authoring info will be displayed for all node types. Edit individual content types to change this behavior.

Also added an uninstall hook to clean up system variables.

author_taxonomy 6.x-1.3

Bug fixes
Unsupported

Removed some extraneous debugging output. (Sorry!)

author_taxonomy 6.x-1.1

Bug fixes
Unsupported

Module now overrides each node's $terms variable when "Remove author names from each node's list of terms" is checked. Some themes that check for $terms (like Raincity's Basic theme) instead of $taxonomy (like Garland) were still displaying author names in each node's terms output.

author_taxonomy 6.x-1.0

New features
Unsupported

New method for adding author and timestamp information. The use of hook_nodeapi(), which simply prepended the information to the top of the node, has been replaced with the much more logical (and powerful) use of template_preprocess_node(). This means Author Taxonomy can seamlessly replace a theme's post information ("submitted by username on date").

author_taxonomy 5.x-1.0

Bug fixes
Unsupported

Final (and perhaps last) Drupal 5 release. Changes since 5.x-1.0-beta are trivial.

Subscribe with RSS Subscribe to Releases for Author Taxonomy