Tuesday 12 December 2006 8:18:50 am
OK, my mistake, you will need to make a template override. You need to override:
/toolbar/full/node_list.tpl
In the middle of this template you will see 2 fetch content lines. Change the
class_filter_type, exclude,
to
class_filter_type, include,
so that the node list only shows folders instead of showing everything except folders. Leave your toolbar settings as:
Item source: Folder Facilities (99)
Title: Facilities
Show in subtree: Browse
Number of items: 5
Sort on attribute: published
Fetch whole tree?: No
The 'Fetch whole tree' set to No will limit the fetch to only the level directly beneath Folder Facilities. This will affect any toolbar node lists on the site, so if you want it to only happen on a certain node list you are going to have to change the default override.
|