22 Aug
2001
22 Aug
'01
9:18 p.m.
James van der Veen writes:
<dtml-in "objectValues(['Informatie', 'sitenieuws'])" start=query_start size="6" sort=bobobase_modification_time reverse> <dtml-if "publish=='true'"> <dtml-var title> </dtml-if> This means it wil find all the objects if the publish property is true. But here is my problem. If if I want 6 of the titles on my frontpage (size=6) it doesn´t work because the fist 6 it might find aren´t publish = true Please have a look at "ZopeFind".
Alternatively, you can filter in a Python script.... Dieter