Node in CCK
Categories
Component ID
603792
Component name
Node in CCK
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
2254
Component created
Component changed
Component body
A CCK field to embed the content of another node inside this CCK content type's edit form and output display. This simply take the output of another node and embed it there as static content for things such as lengthy explanation/legalese.
This is similar to the Markup module with these differences:
- The output of another node is used instead of setting the HTML markup text in the CCK field settings. This has the benefit of taking full advantage of Drupal's content system so things like making change to the text is simply editing that other node. Also Drupal's node theming facility is available to make display customization.
- The field is displayed on the output, and is configurable to hidden, full, teaser.
Read more about this module in my article.
