Thursday 29 May 2003 12:00:41 am
I'm trying to list only articles that have the enable_highlight checkbox attribute checked on a custom template.
{let $array_from_fetch = fetch( 'content', 'list', hash(parent_node_id, $node.node_id, class_filter_type, "include", class_filter_array, array(2)))}
{section name=Child loop=$array_from_fetch}
{section show=eq($Child:item.data_map.enable_highlight,"1")}
{node_view_gui view=line content_node=$Child:item}
{/section} {/section} This returns nothing... Any suggestions? Thanks!
|