Hi Everyone, I would like to make the "watch" option turned ON by default. Meaning that whenever someone creates or edits a page they will "watch" it.
I thought that an easy way for that is to Turn On the checkbox of "watch this page" Form when editing or creating new pages (below the page content edit text field)
Can anyone tell me how to change that form?
Thanks, Itay
In LocalSettings.php set: $wgDefaultUserOptions['watchcreations'] = 1; $wgDefaultUserOptions['watchdefault'] = 1; $wgDefaultUserOptions['watchmoves'] = 1; $wgDefaultUserOptions['watchdeletion'] = 1;
Greetings Ponte
Itay Ophir schrieb:
Hi Everyone, I would like to make the "watch" option turned ON by default. Meaning that whenever someone creates or edits a page they will "watch" it.
I thought that an easy way for that is to Turn On the checkbox of "watch this page" Form when editing or creating new pages (below the page content edit text field)
Can anyone tell me how to change that form?
Thanks, Itay
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 28/02/2008, Itay Ophir itay@worldwideworkshop.org wrote:
Hi Everyone, I would like to make the "watch" option turned ON by default. Meaning that whenever someone creates or edits a page they will "watch" it.
I thought that an easy way for that is to Turn On the checkbox of "watch this page" Form when editing or creating new pages (below the page content edit text field)
Can anyone tell me how to change that form?
There is an option in preferences for all that. See http://www.mediawiki.org/wiki/Manual:%24wgDefaultUserOptions for how to set the defaults.
mediawiki-l@lists.wikimedia.org