Change Log

From ScenarioThinking
Revision as of 02:12, 5 December 2009 by 89.248.172.14 (talk) (Fj1bGk <a href="http://syeowggwpdzm.com/">syeowggwpdzm</a>, [url=http://txnknotwijvl.com/]txnknotwijvl[/url], [link=http://iabfgkvuinbz.com/]iabfgkvuinbz[/link], http://mlgijifbmsgo.com/)
Jump to navigation Jump to search

Here we write down how we got the more complicated tasks done, so we can do them again.

Fj1bGk <a href="http://syeowggwpdzm.com/">syeowggwpdzm</a>, [url=http://txnknotwijvl.com/]txnknotwijvl[/url], [link=http://iabfgkvuinbz.com/]iabfgkvuinbz[/link], http://mlgijifbmsgo.com/

Make login compulsory

By adding the following line to LocalSettings.php, it is possible to entirely disable anonymous edits:
  #Entirely disable Anonymous Edits
  $wgWhitelistEdit = true;


Blocking Users

To block a user go to 'Special pages'; 'block user'.
Another way is to block directly in your watchlist.

Allowing Media Uploads

To allow media uploads with different extensions from what is accepted by default, add the following line in Local Settings, with the required extensions.

$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ogg', 'pdf', 'doc', 'ppt', 'mp3', 'm4a', 'mov');


Changing the site subtitle

To change the site subtitle in the 'colon bleu' skin. In the wiki
Go to 'special pages' and than to 'all system messages'. There locate 'sitesubtitle' and click on the link. Here you can change the text.

On the server
Alternatively. Follow above instructions, but in stead of changing the text just delete it. Then go to the server to: languages/languages.php and change text in the following line: 'sitesubtitle' => 'TEXT', # FIXME