Extension talk:AbsenteeLandlord/Archive 1

From mediawiki.org
Latest comment: 11 years ago by Skizzerz in topic Simple Question

What MediaWiki version does this extension need to work with ? RenÊ 83.116.41.236 15:20, 18 May 2008 (UTC)Reply

You'll need version 1.7.0 or higher. --Skizzerz talk - contribs 16:44, 18 May 2008 (UTC)Reply

Serious bug

Version 1.1 in svn has a serious bug: you can't set $wgAbsenteeLandlordMaxDays manually because the script overrides the value you set in LocalSettings.php. To allviate this problem, simply delete the line in AbsenteeLandlord/AbsenteeLandlord.php that sets this variable to 90 days, ie delete the line: "$wgAbsenteeLandlordMaxDays = 90; //how many days do the sysops have to be inactive for?". NSK Nikolaos S. Karastathis 00:49, 27 October 2008 (UTC)Reply

OR just set it after the require_once instead of before. This isn't a bug, btw, it's a deliberate design standard for every extension. --Skizzerz 00:57, 27 October 2008 (UTC)Reply

MediaWiki 1.14

I checked 1.1 from svn and it works ok with MediaWiki 1.14alpha (r42593). NSK Nikolaos S. Karastathis 00:49, 27 October 2008 (UTC)Reply

The + in 1.7.0+ means that it works for later versions as well. --Skizzerz 00:58, 27 October 2008 (UTC)Reply

Simple Question

Is it possible to use an array of Usernames set in LocalSettings.php instead of the extension being triggered by the sign-in of an Administrators. Mlpearc (powwow) 01:07, 8 June 2012 (UTC)Reply

Currently, no. --Skizzerz 06:49, 9 June 2012 (UTC)Reply