Thursday 28 October 2004 8:38:33 am
Aha, you want it directly for a user. You need an additional fetch then.
{let parentNode=fetch('content','node',hash('node_id',$current_user.contentobject.main_parent_node_id))
grandparent=$parentNode.parent}
{$grandparent.name|wash}
{/let}
Once you have a node, it's similar to what I wrote in my first reply. If you have an object (like $current_user.contentobject), then you need to find a node first.
Hans
http://blog.hansmelis.be
|