Hi
An extension I am making enables the use of a dynamic link (ie a link that will change depending on which user looks at a page), however i have encountered problems with MediaWiki caching parsed pages, however, when I try to disable this caching by setting $wgEnableParserCache = false; in LocalSettings.php, the extension seems to stop working, the tags are no longer parsed. Does anyone have any ideas how to fix this?
Cheers
Keir
On 24/07/07, Keir keirlawson@gmail.com wrote:
An extension I am making enables the use of a dynamic link (ie a link that will change depending on which user looks at a page), however i have encountered problems with MediaWiki caching parsed pages, however, when I try to disable this caching by setting $wgEnableParserCache = false; in LocalSettings.php, the extension seems to stop working, the tags are no longer parsed. Does anyone have any ideas how to fix this?
Which extension? Can you show us the code?
I have to say it seems very odd that changing that particular setting would affect whether or not a specific tag callback is being recognised.
Rob Church
mediawiki-l@lists.wikimedia.org