Managing a private wiki/LocalSettings.php/Default user options
< Managing a private wiki < LocalSettings.phpSee http://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions for the manual.
Changing watchlist settings
A good way to help people stay involved is to set the default so that any page a user creates or edits gets added to their watchlist.
Add the following to LocalSettings:
$wgDefaultUserOptions ['watchcreations'] = true; $wgDefaultUserOptions ['watchdefault'] = true; $wgDefaultUserOptions ['watchmoves'] = true; $wgDefaultUserOptions ['watchdeletion'] = true;
DPL alternative
If DPL is installed (and results are not cached), whole categories an be watched (useful when using subpages).
This article is issued from Wikiversity - version of the Wednesday, February 04, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.