I am trying to combine vbMediaWiki with TreeAndMenu (
http://www.mediawiki.org/wiki/Extension:TreeAndMenu). The idea is to have folder trees on the left sidebar of MediaWiki.
vbMediaWiki is running fine, but I was not able to make TreeAndMenu in MediaWiki work. My guess: TreeAndMenu requires Monobook, but vbMediaWiki is using vector. The code I have to add to LocalSettings.php is Monobook specific:
$wgHooks['MonoBookTemplateToolboxEnd'][] = 'wfNavTree';
function wfNavTree() {
...
Does anybody had an idea what to use instead of MonoBookTemplateToolboxEnd?
Thanks