Quote:
Originally Posted by Gnoll
bepe is it possible to use wiki only with Default theme ?
well i'm using some custom themes ( gaming site ), but all s... at when opened wiki, so is there any chance users only see wiki under Default theme ?
(thx for updates)
|
The integrated wiki should contain 3 skins by default:
vbmediawikiforum - integrated into the forum theme
vbmediawikivector - wiki page in the content area
vector - default wiki skin
you can change the default by adding this line with the name of the default skin to the end of your LocalSettings.php (after the two line you added for vbMediaWiki!):
PHP Code:
$wgDefaultSkin = 'vbmediawikiforum';
// remove other skins
You can remove skins using this (also to the end of LocalSettings.php):
PHP Code:
$wgSkipSkins[] = "vbmediawikivector";
$wgSkipSkins[] = "vector";
this would remove the vbmediawikivector and the vector skin