Friday 12 May 2006 5:06:48 am
Hi, I have problems running this list_count functionality:
{def $count=fetch( 'content', 'list_count', hash( 'parent_node_id', $node.node_id, class_filter_type, "include", class_filter_array, array('article) ) )}
count = {$count}<br>
{/def}
It counts simply everything inside this parent_node_id and doesn't care about the filters. Even it should work: http://ez.no/doc/ez_publish/technical_manual/3_7/reference/modules/content/fetch_functions/list_count
Do I sth wrong ? Heiner
|