Monday 16 October 2006 8:02:20 am
Hi, in your fetch function, you can add a parameter called limitation:
Limitation array (emtpy array = access override).
so you would probably do something like this:
{def $list=fetch( 'content', 'list', hash( 'parent_node_id', 42, 'sort_by', array( 'published', false() ), 'limitation', array() ) )}
{$list|attribute(show, 1)}
There is more to this topic in the documentation: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/list
|