[pmwiki-users] include other pages from other groups without breaking simple links?
Petko Yotov
5ko at 5ko.fr
Sat Mar 14 13:17:58 CDT 2009
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
More information about the pmwiki-users
mailing list