On 08.04.2009, at 22:39, at wrote: > OK, so in the readme it says (aboout the portlet thing): > * This step is needed for MediaWiki version < 1.14 (at the time of > writing version 1.14 has not been released) > > I understand that it just magically works for monobook, but what am i > supposed to to to get the portlet to work in a non-standard skin for > 1.14?
This is a known bug of MediaWiki itself. The hook we're using is called "SkinTemplateBuildNavUrlsNav_urlsAfterPermalink", so it shouldn't be MonoBook specific. > If i try the old way This solution should work with a skin that doesn't support the above hook though. > now I get "Class 'Collection' not found" in the > skin.php when it tries to do "printportlet()" See my other mail: The class name has to be changed to "CollectionHooks". -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
