Media Wiki
Changing Logo on Media Wiki
I’m on research some admin task on media wiki for FOSS Toolkit for SMEs, im also trying to find how the modify the logo on the default installation and i’ve found this tutorial.
The $wgLogo variable specifies which graphical logo is displayed in the top left corner of all mediawiki pages.
Add the following two lines to [...]
Removing the Edit Tabs on Media Wiki
While editing the Media Wiki use for the test, trying to figure out how to remove the edit tabs for guest user. heres a simple trick.
Edit> localsetting.php on the root folder of media wiki. And by putting this simple code
$wgGroupPermissions['*']['edit'] = false;
Then your done. Upload it again to the same location.Sample code below:
# When you [...]
Customize the Navigation Bar on Media Wiki
Heres a simple step how to modify or customize your navigation bar on Media Wiki page, but you have to login and have an administrator access to do this. Just type on the search “MediaWiki:Sidebar” Now you can edit it and modify the navigation you want.
MediaWiki:Sidebar
Jump to: navigation, search
navigation
Main Page|mainpage [...]







