Wiki Administration Notes

From SnOwy - Ed's Wiki Notebook

Jump to: navigation, search

These are some notes I've made about the administration of this wiki.

This is something that's really for my own reference in case I need to retouch the same settings again later on.

Contents

Left Column Navigation Bar

To customize the left-hand column navigation bar, edit the page MediaWiki:Sidebar.

Special:AllPages

A link to Special:AllPages is an automatically generated page with a link to all the pages in the wiki.

Configuration Notes

Changes made to LocalSettings.php:

#Top left logo.
$wgLogo = "http://tin.blogdns.com/Library/TinWikiLogo.gif";

#favicon
$wgFavicon = "http://eddiema.ca/edfavicon.png";

#Prevents guests from editing or creating pages.
$wgGroupPermissions['*']['edit'] = false;

#Prevents guests from editing or creating accounts.
$wgGroupPermissions['*']['createaccount'] = false;

These options are documented in the mediawiki wiki [1].

Changing the Main Page

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox