Downloads
Release notes
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").
The display of Author Taxonomy's post information is now controlled per content type by the theme's global settings: #291629: Add ability to display/hide author and timestamp per content type. Thanks to Aaron Stanush for suggesting it.
Another option was added to prevent author names from being display alongside a node's other taxonomy terms. This option prevents unwanted duplication; otherwise, a node could display the author names in $submitted and $taxonomy.
Minor improvements were also made to the various implementations of t().