Posted by willvincent on February 28, 2012 at 2:36am
Implements a compound field that consists of:
- title
- body
- optional node references (yes, multiple.. unlimited number in fact.)
- optional view reference that accepts tokens to pass in arguments
Additionally, by calling a theme function, you can get an unordered list of 'jump-links' to each content sub-section.
Simply by adding this to the node template:
print theme('subsection_jump_link_list', array('node' => $node));THIS IS A WORK IN PROGRESS
But, it is fully usable in it's current state.
Note: Views & Token support are provided with 'progressive enhancement'. In other words, if you don't have views or token installed, this module will still work, with slightly less function. Node Reference functionality is built into the module, and does not depend on the node reference module or any other module to work.