On Mon, Jun 04, 2007 at 11:18:20PM +0200, Knut Alboldt wrote: > I read the docs and tried to analyse the php-code but I still got a > question: > > Is it possible to define a pagelist selection using a pagetextvariable > and displaying all pages which do not have a certain value of that > pagetextvar, e.g. show all pages of group with a content of pagetextvar > test01 not equal to "test me" ? > > e.g.: > > (:pagelist group=anygrp $:test01=-"test me":)
Try: (:pagelist group=anygrp $:test01="-test me" :) Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
