Extension talk:AuthorRestriction
From MediaWiki.org
Hook not returning true [edit]
At least in MW 1.11, perhaps earlier versions, line 92 needs a:
return true;
86 foreach ( $wgExtensionCredits['other'] as $index => &$el )
87 {
88 if ($el['name']=='AuthorRestriction')
89 $el['description'].=$result;
90 }
91
(+) 92 return true;
93 }
-
- -Marc 4:58PM EST 10/1/07
- Thanks. This was already fixed in my SVN. Jean-Lou Dupont 21:40, 1 October 2007 (UTC)
- -Marc 4:58PM EST 10/1/07
Doesn't work [edit]
This extension doesn't work... It's still possible to read those restricted pages by anonymous people. And de download page doesn't work. 81.205.35.85 11:19, 8 March 2008 (UTC)
- I do not maintain this extension anymore. See Extension:HNP for a possible replacement. Jean-Lou Dupont 11:54, 8 March 2008 (UTC)
- Aha, thanks. 81.205.35.85 13:40, 8 March 2008 (UTC)
Broken download page [edit]
The download page cited, bluecortex.com/index.php?title=Bluecortex:AuthorRestriction, seems to have allowed its DNS to lapse. The domain now redirects to random ad sites. As such, I am removing the link from the page and replacing it with the suggestion to use Extension:HNP.