Recommended releases

Download Released

Description

This module creates tokens that you can chain any [node:?] token to by specifying the node ID in the token argument.

Prerequisites

You may need the Token Filter module to enable token replacing in your node fields if you wish to use these tokens in node fields like body, etc.

Usage

There are numerous [node:?] tokens available that give node fields and properties for a given node context, for example, within the body field of a node when the Token Filter module is installed and configured.

This module lets you use [node:?] tokens for any node by replacing node: with node-load:NNN: in the token, where NNN is the node ID of the node of interest.

For example, [node-load:NNN:title] will give you the title of node NNN, the same way that [node:title] would give the title if node NNN were in context. This works for every [node:?] token.

In addition, we provde a new token: [node-load:NNN:title-link] provides the title text linked to the node page, just because it's useful.

Installation

Configuration

There is no specific configuration for this module.

If however, you wish to use these tokens in your node fields like body, then you need to have the Token Filter module installed. Enable the Token Filter module and then enable the "replace tokens" filter in your text formats in the text format options under admin/config/content/formats.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.