How to make stable version by default ?

Jump to: navigation, search

Hi, I've installed FlaggedRevs trying to build a Quality Management System. I need that users see the stable version by default, and write the following line in my LocalSettings.php:

$wgFlaggedRevsOverride = true;

However, the page ...: http://myserver/mediawiki/index.php?title=mypage Is the same as ......: http://myserver/mediawiki/index.php?title=mypage&stable=0

I need the stable=1 by default, how can I achieve this ?

Thanks in advance Alfonso

201.217.152.8222:01, 9 August 2011

actually it should be enough to simply set

 $wgDefaultUserOptions['flaggedrevsstable'] = false; 

to true; found in \extensions\FlaggedRevs\FlaggedRevs.php

The bad thing about this solution is, that the users could change this behaviour in their preferences.

84.253.4.9011:57, 22 August 2011
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox