Node Revision Author Tokens
This module adds new tokens to Drupal that allow you to access information about the author of a node's revision, such as their name, UID, and email. These tokens can then be used in various parts of your site, like views or custom blocks.
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