How to get the node_list toolbar to only fetch node of (a) certain class(es)?

How to get the node_list toolbar to only fetch node of (a) certain class(es)?

Thursday 27 January 2005 2:12:13 am - 1 reply

Author Message

Roberto Frascarelli

Friday 28 January 2005 7:58:49 am

create an override of the template /toolbar/full/node_list.tpl
for your siteaccess, copying the default template code and change
fetch parameters:

...
 class_filter_type, exclude,
 class_filter_array, array( 'folder' )
...

with :

...
 class_filter_type, include,
 class_filter_array, array( 'classA','classB',... )
...

more information here:
http://ez.no/ez_publish/documentation/reference/data_fetching/content

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.