On 27.10.2009, at 15:16, Ross wrote: > I like this feature very much, but I couldn't find a way to enable (or > configure) it for my MediaWiki.
What do the URLs of your wiki look like? If they don't look like http[s]://hostname/wiki/Article_name for "pretty URLs" and http[s]://hostname/w/index.php?title=Article_name for "long URLs", the JS code which produces these popups probably won't work out of the box. We're using an older version of the standard "Navigation popups" gadget: http://en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups If your URLs look different, you can patch the JS code yourself: You have to adjust the hardcoded string 'wiki' in the getArticlePath() function in js/Gadget-popups.js, line 6022. -- 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 -~----------~----~----~----~------~----~------~--~---
