MediaWiki
Changes I've made to this install of MediaWiki.
Contents |
Skin
Custom skin in skins/digitaldogma.php
LocalSettings.php
Changes I've made to LocalSettings.php:
// Only SysOp (Admin) can create accounts - $wgGroupPermissions['*']['createaccount'] = false; // No anonymous editing allowed - $wgGroupPermissions['*']['edit'] = false; // disallow HTML tags $wgRawHtml = false;
Anonymous Users Restricted
I have restricted anonymous users to only editing the discussion pages as shown here.
Extensions
I didn't want to enable html tags for all users, as anonymous users can edit talk pages, so I made an extension to print out the iframe for the random image on the Main_Page as shown here.
SideBar
To change the contents of the side nav bar, edit this page

