Extension:WatchSubpages
From MediaWiki.org
|
WatchSubpages Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Quickly add all subpages of a guide to the users' watchlist | ||
| Author(s) | Prod | ||
| MediaWiki | 1.11+ | ||
| License | No license specified | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
| Example | StrategyWiki | ||
|
|||
|
Check usage (experimental) |
|||
WatchSubpages extension allows a user to add all subpages of a page quickly to their watchlist.
[edit] Installation
- Download the files from SVN
- Upload them to your wiki's extensions directory
- Add
to your wiki's LocalSettings.phprequire_once("$IP/extensions/WatchSubpages/WatchSubpages.php");
- You will also need to give some group the watchsubpages user right. If you want to allow all registered users to access Special:WatchSubpages, then add the following to your wiki's LocalSettings.php:
$wgGroupPermissions['user']['watchsubpages'] = true;
- You will also need to give some group the watchsubpages user right. If you want to allow all registered users to access Special:WatchSubpages, then add the following to your wiki's LocalSettings.php:
- Installation can now be verified through Special:Version
