[pmwiki-users] include other pages from other groups without breaking simple links?
Grzegorz Hermanowicz
herrmannek at gmail.com
Sat Mar 14 18:36:03 CDT 2009
Petko Yotov wrote:
> On Saturday 14 March 2009 21:51:21 Grzegorz Hermanowicz wrote:
>> I can use polish diacritics in links by using this recipe
>> http://www.pmwiki.org/wiki/Cookbook/UTF-8
> ...
>> can't digest simple links with polish letters in it.
>> [[wiadro]] works as should and [[siodło]] is not...
>
> Confirmed, you discovered a bug! It will hopefully be fixed in the next PmWiki
> version. Thanks for reporting it!
>
> Until then, you can add the following lines in config.php to fix your links:
>
> $qpkey = '/(\\[\\[(?>[^\\]]+?->)?\\s*)'
> .'([-\\w\\x80-\\xfe\\s\'()]+([|#?].*?)?\\]\\])/e';
> $QualifyPatterns[$qpkey] = "PSS('$1').\$group.PSS('/$2')";
>
> Thanks,
> Petko
Thanks,
Pleasure is on my side :)
Did I say I love Pmwiki? Its so fun to customize compared to drupal or
ezpublish. They were so counterintuitive I couldn't grasp even simplest
tasks without getting a headache... Now it will be my second page made
in PmWiki. I'm huge fan. Sold this CMS to few friends too :)
Thanks Petko!
Grzesiek
More information about the pmwiki-users
mailing list