Thursday 15 September 2005 7:25:20 am
Hello, How to limit a fetch tree like that : {section name=random loop=$randomised_array max=2}
with shuffle extension; I can't use limit because I want fetch all the node of my folder :
{def $cas_client=fetch( 'content', 'tree',
hash( 'parent_node_id', 84,
'class_filter_type', 'include',
'class_filter_array', array( 'cas_client') ) )|shuffle}
{foreach $cas_client as $cas_clients}
{node_view_gui view='line' content_node=$cas_clients}
{/foreach}
Thank you. Best regards.
Stéphane
|