Langbar template: ideas and extension requests
Right, done that. Problem #2 with the extension is that it doesn't seem to notice subpages in Category:, Template: etc. either. Unless I'm doing it wrong. I've asked the extension creator over at mediawiki.
For now though, workaround: the category translations appear as sub-categories on the page: see Category:Games for e.g.
Let's wait for a response - it must be a switch to allow for these namespaces. If you don't hear anything back in a couple of days we can do a workaround.
Right, I *think* I have a fix.
Delve into LocalSettings.php and append the following line to the end of the file:
$wgNamespacesWithSubpages = array_fill(0, 500, true); //enables subpages for all articles, so the extension works!
See for yourself ^_^ - Just going about removing the pl from the list, through the ingenious use of regular expression commands. Shouldn't take long.
Great, works well on the home screen. It doesn't appear to be working on the category page though? http://pcgamingwiki.com/wiki/Category:Game
Is there any way to have the full list of languages displayed whether it is Home or Home/Polski? Is there an alternative to a link for 'Return to the English language article'?
- Category fixed. Forgot to add the : for categories, so it added them to the categories instead of displaying them as links :P
- Show list of langs in subpages: Sorted. Template will link other langs if available, otherwise will link back to route article. Took quite a bit of rearrangement :P