[pmwiki-users] comma in filenames - VMS incompatibility

2007-09-12 Thread Christophe David
PmWiki uses a comma in filenames like ,new; ,del, imported. This prevents Pmwiki from working properly on a machine running OpenVMS, because the comma is not supported in the file names. Would it be possible to have something like SDV($FileNameSeparatorCharacter, ','); so that it could be

Re: [pmwiki-users] UserAuth2

2007-09-12 Thread ThomasP
Hello, [this one went over the list] On Sat, September 8, 2007 14:53, Andy Kaplan-Myrth wrote: Andy Kaplan-Myrth wrote: I decided to make the switch from UserAuth to UserAuth2 today. It went smoothly until I tried to log in as admin with no password, the default user. I had the same problem

[pmwiki-users] page text variable arithmetic

2007-09-12 Thread blues
hello. i would like to perform some kind of arithmetic on page text variables. i am using pmform to add comments, and i would like to have a way to know how many comments there are on the page. i was thinking to keep the value in a hidden PTV and in the pmform template have a hidden input with

Re: [pmwiki-users] Marup processing and EnableRelativePageVars

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 10:30:23AM -0400, DaveG wrote: I have two questions. 1] I've defined a markup, which includes a variable replacement. However, what I see when the code is rendered is $FullName rather than the value of $FullName. What am I missing here?

Re: [pmwiki-users] Registration cookbook

2007-09-12 Thread Ben Stallings
Brian Kramer wrote, Is there a registration cookbook that works similar to forums and sends an email to verify the address etc? Hi, Brian. If you use the ZAP recipe's user management, you can do email verification -- I've got it working on one of my sites and can send you the form if you

Re: [pmwiki-users] Marup processing and EnableRelativePageVars

2007-09-12 Thread DaveG
It might work to restart processing using PRR(), as in: Markup('skidoo_tab_edit', 'directives', '/\\(:skidoo_tab_edit:\\)/e', PRR('div class=divedit[[{$FullName}?action=edit | ]]{$FullName}/div') ); So far, I'm unable to get this to work -- the variable is

Re: [pmwiki-users] Marup processing and EnableRelativePageVars

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 12:37:19PM -0400, DaveG wrote: It might work to restart processing using PRR(), as in: Markup('skidoo_tab_edit', 'directives', '/\\(:skidoo_tab_edit:\\)/e', PRR('div class=divedit[[{$FullName}?action=edit | ]]{$FullName}/div')

[pmwiki-users] Custom Markup for a Button

2007-09-12 Thread Josh Miller
Hello: I am trying to convert the following HTML into Markup: div id=Buttondiva href=http://www.yahoo.com;Yahoo/a/div/div So it looks like this: (:button www.yahoo.com :) or (:button [[Main.HomePage|Go Home]] :) I have the following in my config file: Markup('button', 'directives',

Re: [pmwiki-users] Marup processing and EnableRelativePageVars

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 01:08:23PM -0400, DaveG wrote: Oh, sorry -- I forgot backslashes: Markup('skidoo_tab_edit', 'directives', '/\\(:skidoo_tab_edit:\\)/e', PRR('div class=divedit[[{\$FullName}?action=edit | edit ]]{\$FullName}/div') ); The variable

[pmwiki-users] Best ISAPI Rewrite solution

2007-09-12 Thread Jeff Brown
I've looked over the CleanURL info. Any specific recommendations for a particular ISAPI Rewrite module? My host will install whatever I want to purchase, so I'm leaning toward http://www.isapirewrite.com/ Any experience with this? My wiki is not at the root of my website. Issues with that?