News (only) Folders

<[email protected]> Fri, 30 Sep 2005 23:14:41 +0200
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <012501c5c603$f9a02230$360e1f53@useridgukb7c11>
Hi,
I want to have number of news folders and news subfolders, which contains only news. I want to achieve that when I'll add news to one folder this news will be only display in this folder.  
I've changed in  /portal_skins/plone_templates/news:  

<div metal:fill-slot="main"
tal:define="results python:container.portal_catalog (meta_type='NewsItem',sort_on='created',sort_order='reverse',review_state='published',path='/'.join(here.getPhysicalPath()));
                 Batch python:modules['Products.CMFPlone'].Batch;
                 DateTime python:modules['DateTime'].DateTime;
                 b_start python:request.get('b_start',0);">

But despite of this changes it looks to doesn't work correctly - every folder and every subfolder desplay ALL news from site. What is wrong what should I change? 

Many greetings and thanks for every answer and clue!

_______________________________________________
ZPT mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zpt