Willie Seabrook
|
Friday 03 October 2003 2:12:17 am
Hi, trying to use attribute filter in 3.2. Its not working - returns everything all of the time. Have used both 'and' and 'or' in various combinations.
{let folder_list=fetch( content, list, hash( parent_node_id, 192, sort_by, array( array( priority ) ), attribute_filter, array('and', array(173, '=', 'long')))) }
{section name=Folder loop=$folder_list}
<b>{$Folder:item|}</b>
<br>
{/section} {/let}
|