Hi,A custom left nav per namespace is fairly simple to implement if you're willing to program in php. I have done something similar for our internal wiki, and it requires some patience but it can be done.One clue: use $wgTitle->getNamespace(); Let me know if you have questions...A
A semi-related question... is it possible to implement different sidebars depending on the user's language settings? This would be useful on the Commons, where not all languages have a Village pump (for example), so it would be good it we could just link it for the ones that do.
Brianna en.wp,commons:User:pfctdayelise
On 7/16/06, Brianna Laugher brianna.laugher@gmail.com wrote:
A semi-related question... is it possible to implement different sidebars depending on the user's language settings? This would be useful on the Commons, where not all languages have a Village pump (for example), so it would be good it we could just link it for the ones that do.
Brianna en.wp,commons:User:pfctdayelise
Should be able to do this in-wiki with ParserFunctions, let me take a look.
wikitech-l@lists.wikimedia.org