Node relativity: display links with CCK and contemplates?
zaphod280380 - December 21, 2006 - 14:28
| Project: | Node Relativity |
| Version: | 4.7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it possible? When i customize a content template via contemplates there's no way to dispay relativity links. Any ideas??

#1
Check http://drupal.org/node/70028 and http://drupal.org/node/80016
Let us know if it helped.
#2
Thanks! it works like a charm!
#3
In Drupal 5.0 version, you should be able to simply do something like this:
print $node->content['relativity_parents']['#value'];print $node->content['relativity_children']['#value'];
print $node->content['relativity_operations']['#value'];
#4