Ok That works Thank you!
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chris Tharp Sent: Friday, June 27, 2014 12:18 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] Need help regarding MediaWiki-extension Hi Actually that makes it so non-logged users can't read the namespace. Change it to sysop for read to have it now you want it. Sent from my iPad On Jun 27, 2014, at 4:50 AM, "Legault, Phillip [ITSUS]" <[email protected]> wrote: > I was looking at the extension Lockdown with these settings in > LocalSettings file > > require_once "$IP/extensions/Lockdown/Lockdown.php"; > $wgNamespacePermissionLockdown[NS_PROJECT]['read'] = array('user'); > $wgNamespacePermissionLockdown[NS_ PROJECT _TALK]['read'] = > array('user'); $wgNonincludableNamespaces[] = NS_ PROJECT; > > I expected that this would not allow logged in users to read any pages in the > NS_PROJECT namespace. > > Regular logged in users can still read the pages in that namespace. > Is there something that I'm doing wrong? > > Thanks in advance > Phil > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Bill > Traynor > Sent: Wednesday, June 25, 2014 3:44 PM > To: MediaWiki announcements and site admin list > Subject: Re: [MediaWiki-l] Need help regarding MediaWiki-extension > > There's also: > > https://www.mediawiki.org/wiki/Extension:Lockdown > > https://www.mediawiki.org/wiki/Extension:PrivatePageProtection > > On Wed, Jun 25, 2014 at 3:25 PM, Chris Tharp <[email protected]> wrote: >> Hi >> >> Everyone has access since it's a wiki. You can, however, lock the pages that >> you set properties on. Or alternatively you can use the following extensions: >> http://www.mediawiki.org/wiki/Extension:AccessControl >> >> http://www.mediawiki.org/wiki/Extension:SemanticAccessControl >> >> http://www.mediawiki.org/wiki/Extension:SemanticACL >> >> >> >> >> Sent from my iPad >> >> On Jun 25, 2014, at 11:17 AM, Albert Coder <[email protected]> wrote: >> >>> On Wed, Jun 25, 2014 at 11:31 PM, Ed Swing <[email protected]> wrote: >>>> The best source is http://semantic-mediawiki.org - it has a number of >>>> helpful pages. There is a separate mailing list (aside from this one) that >>>> is devoted to Semantic mediawiki usage as well. >>> >>> >>> One last thing I wish to ask Ed is that, will the pages be editable >>> by public like wiki pages? For eg: Can anyone add the materials and >>> values of their properties or only developer has to add the values? >>> >>> -- >>> Thanks >>> Albert >>> www.coderalbert.wordpress.com >>> " Eat Sleep Conquer Repeat " >>> >>> _______________________________________________ >>> MediaWiki-l mailing list >>> [email protected] >>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
