revision_author_tokens
234 sites
No security coverage
The Revision Author Tokens module extends Drupal's token system to include tokens related to the author of node revisions. It allows site builders and developers to use these tokens in various places like views, rules, and custom blocks to display information about the revision author.
Features
This module adds the following tokens for nodes:
- `[node:revision-author]`: The name of the user who created the current revision of the node.
- `[node:revision-author-uid]`: The UID of the user who created the current revision of the node.
- `[node:revision-author-email]`: The email address of the user who created the current revision of the node.
Post-Installation
After installation the tokens will be available with no additional steps needed.
Additional Requirements
- Drupal 10+
- Token module