[Zope-CMF] CMF portal_catalog(path) and VirtualHostMonster

Mark McEahern marklists@mceahern.com
Tue, 25 Feb 2003 18:43:29 -0600


[Ronald L. Roeber]
> <div tal:define=docs python:here.portal_catalog(meta_type='Document'
>                                                ,sort_on = 'Date'
>                                                ,sort_order='reverse'
>                                                ,review_state='pulished'
>                                                ,path='/%s/pubs' % 
> here.portal_url(1);>

I wonder if you try something like this (semi-pseudocode):

portal_root = nocall:here/portal_url/getPortalObject/getPhysicalPath
path = '%s/pubs' % portal_root

// m
-