Monday 02 May 2005 1:19:05 am
Thanks for the reply Felix! I probably should have stated that I'm very new to eZ, but I understood that I needed more code than that. :) This is now what I got semi working:
<ul>
{let attribute=fetch( 'content', 'node', hash( 'node_id', 102 ))}
{*elementer is object relation list*}
{attribute_view_gui attribute=$attribute.object.data_map.elementer}
{/let}
</ul>
For some reston I had to change <i>node</i> to <i>attribute </i> in $node.object.data_map.elementer to get it to list anything. However, I did not get the loop to work. And in addition it's listing out all the childnodes that each object-relation got. eZ template language is very confusing atm :)
Because I can!
|