Re: [pmwiki-users] Pagelist of pages ending in...

2009-09-23 Thread ABClf
I'm not sure at all ; according to recent Pm post « The last question answers the first two. All of the draft pages end in "-Draft" by default (this can be changed by setting $DraftSuffix). The drafts module also sets pagelists (and thus RSS feeds) to ignore "-Draft" pages by default; one has to d

[pmwiki-users] Pagelist of pages ending in...

2009-09-23 Thread Scott Connard
I also created the search pattern Draft as: $SearchPatterns['draft'][] = 'Draft$!'; I want to create an admin page: Site.Drafts The pagelist is: (:pagelist group=Group1,Group2,Group3 list=draft:) and I get nothing. But when I look at the command-line directory listing I see the draft file: p

Re: [pmwiki-users] Pagelist of pages ending in...

2009-09-23 Thread Petko Yotov
On Wednesday 23 September 2009 18:19:21 pmw...@911networks.com wrote: > http://www.pmwiki.org/wiki/PmWiki/Drafts > > It adds the -Draft at the end of the page. ... > local/config.php > # turn on draft edits > $EnableDrafts = 1; > > I also created the search pattern Draft as: > $SearchPatterns['dra

[pmwiki-users] Pagelist of pages ending in...

2009-09-23 Thread pmwiki
Hi, I have enabled the drafts on my wiki as per: http://www.pmwiki.org/wiki/PmWiki/Drafts It adds the -Draft at the end of the page. I have divided the wiki in a few group, so I want an admin page for the pagelist: local/config.php # turn on draft edits $EnableDrafts = 1; I also created the s