Extension talk:SeeAlsoSimilarArticles

From mediawiki.org

Not working since mediaWiki 1.18.0[edit]

http://www.mediawiki.org/wiki/Manual:$wgMessageCache was removed completely it might be possible to use http://www.mediawiki.org/wiki/Manual:Hooks/MessagesPreLoad as workaround

Displaying extension in more namespaces[edit]

I successfully installed your extension. And it works well.
But I don't know if it is normal, that the similar extensions are displayed only in the main namespace...
And there is a problem displaying category tags when this extension is enabled
ben

Doesnt work!!!![edit]

what is that:

$cats = explode('Category:', $tree[1]);

$cats2 = $cats[count($cats)-1];

$cats3 = explode('">', $cats2);

$input = 'category = Algemeen';

$list = DynamicPageList($input);



Script doesnt work, what is Algemeen? why $cats3 is not used? You try to get categories from text, but u put there ONE Algemeen ;/

I have install it, but it does not list the result,'no results'.

Still doesnt work[edit]

Please, if somebody have a similar extension to do the same thing, please share it.