Re: [pmwiki-users] Question about expanding menu (w/o additional scripts) :)

2007-09-17 Thread Martin Fick
--- Vladimir Grigor <[EMAIL PROTECTED]> wrote: ... > The same code but expressed in (:template:) doesn't > work for me. > Following code: > [[#sidebar]] > (:template first:) > >>fplsidebar<< > (:template first {=$Group}:) > %sidehead% [[{=$Group}]] > (:if equal {$Group} {=$Group} :) > * [[{=$FullN

Re: [pmwiki-users] Suggestions for Parallel Language versions of Pages.

2007-09-17 Thread Kathryn Andersen
On Mon, Sep 17, 2007 at 08:16:10PM -0400, Stirling Westrup wrote: > I'm currently working on a Bilingual (English/French) site where most of the > pages in the English/ group will be mirrored by a translation in the > Francaise/ group and vice-versa. > > I would like to have a "Francaise" button i

[pmwiki-users] Suggestions for Parallel Language versions of Pages.

2007-09-17 Thread Stirling Westrup
I'm currently working on a Bilingual (English/French) site where most of the pages in the English/ group will be mirrored by a translation in the Francaise/ group and vice-versa. I would like to have a "Francaise" button in the English group which takes you to the equivalent French page, and an "E

[pmwiki-users] Bug: (:if action ...:) does not work as builtin condition.

2007-09-17 Thread christian . ridderstrom
The documentation states that the following: (:if action ACTION:) - true if ?action=ACTION (edit, print, ...) should work as a builtin command, but it doesn't. I've verified that it doesn't work on this page: http://www.pmwiki.org/wiki/Test/ConditionAction There does not seem

Re: [pmwiki-users] Question about expanding menu (w/o additional scripts) :)

2007-09-17 Thread Vladimir Grigor
Thanks Martin! I found my mistake - it was lack of closing semicolon in (:if:) construction. :) Following code does expanding menu that I wanted: 1)Site.SideBar has this line for every 1st level menu item: (:pagelist fmt=#sidebar name=GroupName.*,-RecentChanges,-HomePage :) 2)Site.LocalTemplate

Re: [pmwiki-users] Speed up PmWiki

2007-09-17 Thread Eemeli Aro
I've gone and implemented something very much like Thomas's script as a cookbook recipe: FastCache . I didn't actually notice this thread until I was posting the thing, but the implementation is very similar. FastCache buffers printed output during anonym