Extension:Wikilog

Terug naar Mediawiki

Beschrijving

Beheren van een blogpage.

Handleiding

Installeren

  1. Downloaden van WikiLog
  2. Neem in LocalSettings.php de volgende regel op:
# Wiki Wikilog
require_once( 'extensions/Wikilog/Wikilog.php' );
 Wikilog::setupBlogNamespace( 100 );

Let op!! pas het nummer 100 zo aan dat het een vrij namespace betreft

Cannot access protected property (MW 1.25)[10]

Pas de volgende zaken aan
includes/deferred/SqlDataUpdate.php regel 38 protected $mOptions = array(); in public $mOptions = array();
extensions/Wikilog/WikilogLinksUpdate.php regel 44 $this->mDb = $lupd->mDb; in $this->mDb = wfGetDB(DB_MASTER);

Update

Voer onderstaande script uit:

php maintenance/update.php

Alles iedereen commentaar mag geven neem dan op in LocalSettings.php de volgende regel op:

$wgGroupPermissions['*']['wl-postcomment']=true;


Bronnen, noten en/of referenties:
  1. Informatie afkomstig van
    juliano:wl-settings
  2. Informatie afkomstig van juliano: icon
  3. Informatie afkomstig van juliano: Subtitle
  4. Informatie afkomstig van juliano:Authors
  5. Informatie afkomstig van juliano:Writing a wikilog article
  6. Informatie afkomstig van juliano: Summary
  7. Informatie afkomstig van juliano:Signing and publishing
  8. Informatie afkomstig van juliano:Simple embedding
  9. Informatie afkomstig van juliano:Templated embedding
  10. Informatie afkomstig van access protected property (MW 1.25) WikiLog

Externe Links