Extension:UsersWatchList/de-formal
![]() Release status: beta |
|
---|---|
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 | GitHub: Note: |
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 Ordnerextensions/
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.
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;
Categories:
- Beta status extensions/de-formal
- Special page extensions/de-formal
- GPL licensed extensions/de-formal
- Extensions in GitHub version control/de-formal
- Extensions which add rights/de-formal
- LoadExtensionSchemaUpdates extensions/de-formal
- GetPreferences extensions/de-formal
- All extensions/de-formal
- Watchlist extensions/de-formal