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 _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
