Hi Dave, Yes I know that option, and it works if you only list the pages of one group.
But if you want a link page, with all links, than it doesn;t work. So, I should have specified my question better: I'ld like a general solution for it, so it works in a list with all pages. Thanks, Thomas On Tue, Feb 3, 2009 at 12:16 PM, Dave C <[email protected]> wrote: > 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 >
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
