Thomas Mensink <thomas <at> mensink.nu> writes: > > Hi!I have a simple stupid question, but I can't find the answer.When creating categories, or groups, by default a page is created which is named category.category.Eg I haveĀ a Logbook with for each month a page: Logbook.February,Logbook.March etc. Then also Logbook.logbook is created. > >From the pagelist I would like to get a list which includes February, March etc but not Logbook.If I use: (:pagelist group=Logbook list=normal :)I get: * Logbook** Logbook.February** Logbook.LogbookThe last entry should be excluded, how do I do that?I tried :$SearchPatterns['test'][] = '!^Group\.Group$!';But it doesn't work. (I don't really understand the pattern syntax)Thanks for your help, Thomas > > _______________________________________________ > pmwiki-users mailing list > pmwiki-users <at> pmichaud.com > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > Hi Thomas
try (:pagelist group=Logbook name=-Logbook list=normal:) similarly with any other page you want to not list add onto a comma separated list (no spaces) (:pagelist group=Logbook name=-Logbook,-Name2,-Name3 list=normal:) Dave C _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
