Tuesday 16 December 2003 7:46:10 am
Hi Sounds almost like a problem I had, I solved it by making templates overrides which fetched the main node children. Like this: {let users=fetch(content,list,hash(parent_node_id,$node.main_node_id))}
{section name=usersList loop=$users}
{node_view_gui view=inline content_node=$usersList:item}
{/section} {/let} Then with some controll statments within your tree menu template it might work?
Like:
if (alternate_location=true) fetch main_node children else fetch children
Then go through the list and print out name and links.
Cheers Tore
|