[pmwiki-users] include other pages from other groups without breaking simple links?
Grzegorz Hermanowicz
herrmannek at gmail.com
Sat Mar 14 15:51:21 CDT 2009
Ok...
Now I Have some suspicion what doesn't work. It seems that
$EnableRelativePageLinks = 1;
can't digest simple links with polish letters in it.
[[wiadro]] works as should and [[siodło]] is not...
I can use polish diacritics in links by using this recipe
http://www.pmwiki.org/wiki/Cookbook/UTF-8
by adding this line in config.php
include_once($FarmD.'/scripts/xlpage-utf-8.php');
maybe both settings conflict with each other...
Do you know 2.20 way of making pmwiki all utf-8?
Cheers
Grzesiek
Grzegorz Hermanowicz wrote:
> Petko Yotov wrote:
>> On Saturday 14 March 2009 18:12:40 Grzegorz Hermanowicz wrote:
>>> I hove one silly problem. I want to (:include OtherGroup.OtherPage:)
>>> into ThisGroup.ThisPage without breaking [[SimpleLink]] that is used in
>>> OtherPage. Now when I do that I usually get [[ThisGroup.SimpleLink]]
>>> link instead of just working [[OtherGroup.SimpleLink]].
>>
>> I believe this (should) work fine in the latest stable version and in
>> recent betas.
>> I'd try to add this to config.php :
>>
>> $EnableRelativePageLinks = 1;
>> $EnableRelativePageVars = 1; # related behavior for page variables
>>
>> Thanks,
>> Petko
>
>
> Hmmm... It seems this should work but it doesn't with my installation. I
> use last stable from PMWiki homepage. {$Version} reports it to be 2.20.
>
>
>
More information about the pmwiki-users
mailing list