Difference between revisions of "International Dictionary of Marine Aids to Navigation:Configuration"

From International Dictionary of Marine Aids to Navigation
Jump to navigation Jump to search
(New page: This page contains an overview of how Mediawiki has been customized to suit the IALA Dictionary <br> __TOC__ ==Installed Plugins== CategoryTree ParserFunctions ==Changes to LocalSettin...)
 
Line 11: Line 11:
==Changes to LocalSettings.PHP==
==Changes to LocalSettings.PHP==


'''$wgEnableUploads = true;''' (Enabling Uploads)


'''$wgGroupPermissions['*']['edit'] = false;''' (Making sure that Anonymous users do not edit content)
'''Enable Uploads'''


'''$wgLogo = "$wgScriptPath/images/20080412_135pixels_high_IALA_Logo.jpg";''' (Installing the IALA Logo)
$wgEnableUploads = true;


'''require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");''' (Installed Parserfunctions Extension - needed for the Language template)
''''Install the IALA Logo'''
 
$wgLogo = "$wgScriptPath/images/20080412_135pixels_high_IALA_Logo.jpg";
 
'''Install Parserfunctions Extension - needed for the Language template'''
 
require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");  
 
'''Enable Ajax which is needed to run the the Categorytree Extension'''
 
$wgUseAjax = true;
 
'''Install the CategoryTree Extension'''
 
require_once( 'extensions/CategoryTree/CategoryTree.php' );
 
'''Make sure that Anonymous users do not edit content'''
 
$wgGroupPermissions['*']['edit'] = false;


'''$wgUseAjax = true;''' (Installs the Categorytree Extension)<br>
'''require_once( 'extensions/CategoryTree/CategoryTree.php' );'''


==Uploaded Images==
==Uploaded Images==

Revision as of 00:15, 13 February 2009

This page contains an overview of how Mediawiki has been customized to suit the IALA Dictionary

Installed Plugins[edit]

CategoryTree

ParserFunctions

Changes to LocalSettings.PHP[edit]

Enable Uploads

$wgEnableUploads = true;

'Install the IALA Logo

$wgLogo = "$wgScriptPath/images/20080412_135pixels_high_IALA_Logo.jpg";

Install Parserfunctions Extension - needed for the Language template

require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");

Enable Ajax which is needed to run the the Categorytree Extension

$wgUseAjax = true;

Install the CategoryTree Extension

require_once( 'extensions/CategoryTree/CategoryTree.php' );

Make sure that Anonymous users do not edit content

$wgGroupPermissions['*']['edit'] = false;


Uploaded Images[edit]

"20080412_135pixels_high_IALA_Logo.jpg"
"25px-Geographylogo.png"


Changes to Mediawiki:Sidebar[edit]

Full Page Name http://www.envoy.dk/MediaWiki/index.php5?title=MediaWiki:Sidebar

Original Content

   *  navigation
         o mainpage|mainpage-description
         o portal-url|portal
         o currentevents-url|currentevents
         o recentchanges-url|recentchanges
         o randompage-url|randompage
         o helppage|help 
   * SEARCH
   * TOOLBOX
   * LANGUAGES

New Content

   *  navigation
         o mainpage|mainpage-description
         o recentchanges-url|recentchanges
         o helppage|help 
   * SEARCH
   * TOOLBOX

Original Mediawiki Help on getting started using this Wiki[edit]

Consult the User's Guide for information on using the wiki software.