It struck me as rather odd that Drupal doesn’t allow you to include the content of one node inside of another node without writing code, so I made this quick little module. “Steal Content” is a filter allowing you to include the “body” of another node inside a node, by sticking in a
You will need to enable this filter, for each input format, under Site Configuration > Input Formats.
Usage Example:
1 |
<steal_content node_id=1> |
Download: steal_content.zip
admin May 29th, 2009
Posted In: Projects