Posted by zaphod280380 on December 21, 2006 at 2:28pm
Jump to:
| Project: | Node Relativity |
| Version: | 4.7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is it possible? When i customize a content template via contemplates there's no way to dispay relativity links. Any ideas??
Comments
#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