Substitute Node

Categories

Component ID

299071

Component name

Substitute Node

Component type

module

Component security advisory coverage

not-covered

Downloads

1915

Component created

Component changed

Component body

This enables you to substitute any node's content with a different node, when a predefined condition is met.

For example, node/2 can be replaced with node/4 for authenticated users only. Or a node can be substituted when users view it through a domain name alias. Meaning, if www.example.com and www.example.net are both aliases pointing to the same Drupal site, the same node can show different content to users viewing it from www.example.net. It is also possible to show past revisions of any node.

Multiple conditions and replacement nodes may be attached to any node. PHP conditions are also supported.