Re: [pmwiki-users] Pu

2008-07-28 Thread DaveG
> 2] Quotes within the $2 text now appear in the final output as \" rather > than simply ". I've tried moving the $2 around to no avail. Any > suggestions there? Using PSS as described here removed the backslashes before the quotes. I now have this (with a few tweaks): Markup('^Country:', 'ful

Re: [pmwiki-users] Pu

2008-07-28 Thread DaveG
Dominique Faure wrote: > You should perhaps use Keep(...) to prevent any further Markup processing: > > Markup('^Country:', 'fulltext', >'/^Country\\s+([a-zA-Z][a-zA-Z]):(.*?)<<>>/isme', >"'<:block>'.Keep(' style=\'background-image: > url(\"'.\$GLOBALS['PubDirUrl'].'/dropdown/fla

Re: [pmwiki-users] Pu

2008-07-28 Thread Dominique Faure
On Tue, Jul 29, 2008 at 00:49, DaveG <[EMAIL PROTECTED]> wrote: > > I'm trying to define a markup, part of which will be used to determine > the path for an image styled background. However, this markup: > Markup('^Country:', 'fulltext', >'/^Country\s+([a-zA-Z][a-zA-Z]):(.*?)>><

[pmwiki-users] Pu

2008-07-28 Thread DaveG
I'm trying to define a markup, part of which will be used to determine the path for an image styled background. However, this markup: Markup('^Country:', 'fulltext', '/^Country\s+([a-zA-Z][a-zA-Z]):(.*?)>><

Re: [pmwiki-users] list of ptv-values from pagelist

2008-07-28 Thread Dominique Faure
On Mon, Jul 28, 2008 at 23:49, noskule <[EMAIL PROTECTED]> wrote: > hi list > anyone an idea how I get a list of ptv values of certain pages. Example: > > Page1: > (:test: A:) > > Page2: > (:test: B:) > > Page3: > (:test: C:) > > > I need: > > A,B,C > > > thanks for any hints > n os > > __

Re: [pmwiki-users] group name aphabetization

2008-07-28 Thread adam overton
a ha i had never see this page before: http://www.pmwiki.org/wiki/PmWiki/CustomPagelistSortOrder (i didn't see the teeny link to it from the pagelist page) the PTV section at the bottom is great - i'm finally realizing the ingenuity of using PTVs here and there. now i have a modified

[pmwiki-users] list of ptv-values from pagelist

2008-07-28 Thread noskule
hi list anyone an idea how I get a list of ptv values of certain pages. Example: Page1: (:test: A:) Page2: (:test: B:) Page3: (:test: C:) I need: A,B,C thanks for any hints n os ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.

Re: [pmwiki-users] gallery path problem

2008-07-28 Thread Anno
A quick fix would be to do it like this: $output_temp= ''; $output_temp= str_replace('%3F', '',$output_temp); $output.= $output_temp; ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] gallery path problem

2008-07-28 Thread Moni Kellermann
Hi y'all, I have been using Stefan Jahn's picture gallery on a website for a quite a while. Now my customer has had her website transferred to a new provider and the server handles the code a little differently. The gallery script now does not display the thumbnails because the output is malfo