Extension:UsersWatchList/de-formal

From mediawiki.org
This page is a translated version of the page Extension:UsersWatchList and the translation is 12% complete.
MediaWiki extensions manual
UsersWatchList
Release status: unmaintained
Implementation Special page
Description Enable users to watch others users modifications
Author(s) Pierre Boutet
Latest version 0.2.0
MediaWiki 1.24+
PHP 5.3.10+
Database changes No
License GNU General Public License 2.0 or later
Download
editmyuserswatchlist

The UsersWatchList extension adds a special page called Special:UsersWatchList that allows users to watch all modifications made by some others users. Users can define the list of users that they want to follow.

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens UsersWatchList im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/UsersWatchList/UsersWatchList.php";
    
  • Führen Sie das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Configuration parameters

  • To allow all users to be watched (then users cannot disallow), set this in Localsettings.php:
$wgUsersWatchListAllowAll = true;