Re: [pmwiki-users] Retain markup expressions inside i nput and textareas

2008-12-29 Thread Hans
Sunday, December 28, 2008, 4:30:27 AM, Petko Yotov wrote: > If you really want to allow directives with "(:" and ":)" in posts of PmForm, > you can define another "PTV Pattern", and remove the existing one: > unset($PmFormPostPatterns); # or each one individually > unset($PageTextVarPatterns['(:v

Re: [pmwiki-users] pmwiki edit problem

2008-12-29 Thread Tegan Dowling
On Sun, Dec 28, 2008 at 10:49 PM, pokhrel wrote: > Hello! > > Recently my pmwiki started showing an error message when I edit any pages. I > haven't made any changes and it was all of a sudden. > > The error message looks like: > > PmWiki can't process your request > > Cannot write page to Main.Ho

Re: [pmwiki-users] pmwiki edit problem

2008-12-29 Thread ABClf
I'm not expert... but if I were you : -test a copy of your wiki localy, or elsewhere (on a free host for example) to see wether you get same trouble or not (so you could determine if the trouble is caused by your server or by your pmwiki install). -try installing a new pmwiki, last beta, in another

[pmwiki-users] page include without anchor in html source

2008-12-29 Thread noskule
hi list Is it somehow possible to supress the anchors which pmwiki creates in the html source. It would be nice if it could be set by an option in the include markup. Any Ideas? grz nos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http:/

Re: [pmwiki-users] page include without anchor in html source

2008-12-29 Thread Hans
Monday, December 29, 2008, 5:50:20 PM, noskule wrote: > Is it somehow possible to supress the anchors which pmwiki creates in the html > source. It would be nice if it could be set by an option in the include > markup. What anchors are you referring to? Can you give an example? ~Hans __

Re: [pmwiki-users] Retain markup expressions inside input and textareas

2008-12-29 Thread DaveG
Hans wrote: > Sunday, December 28, 2008, 4:30:27 AM, Petko Yotov wrote: > Dave, I don't know if this is of use to you: > > FoxForum (in foxforum.php) uses a custom PTV markup > (::var:multiline value::) for posting text area content > including directives as a PTV. > Defined like this: > > # ad

Re: [pmwiki-users] page include without anchor in html source

2008-12-29 Thread noskule
> > Is it somehow possible to supress the anchors which pmwiki creates in > the html > > source. It would be nice if it could be set by an option in the include > > markup. > > What anchors are you referring to? Can you give an example? > > > ~Hans I made an example: http://www.pmwiki.org/wik

Re: [pmwiki-users] page include without anchor in html source

2008-12-29 Thread Hans
Monday, December 29, 2008, 9:32:05 PM, noskule wrote: > I made an example: http://www.pmwiki.org/wiki/Test/IncludeAndAnchor > the behavior is: > * if a block of a page is included, the first include creates an > anchor with the name of the included page If an anchored section is specified within

Re: [pmwiki-users] page include without anchor in html source

2008-12-29 Thread Hans
PS: the anchor is added by function TextSection, where the 'anchors' argument is checked, and if found, the anchor is added. ~Hans ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] PmForms and Saving Select Values

2008-12-29 Thread DaveG
Does anyone happen to know if PmForms supports setting variable values with select lists? It seems to show the list fine. But when saving it saves only the default value. Changing the underlying data values in the saved-data page (the saveto), and then reopening in the form shows the correct v