Dear All,
I am having trouble setting up the access level for a new namespace that I've added.
I want it to be accessible only by Sysops and above.
My wikimedia version is 1.5.4.
Following is what I've done to Localsettings.php but it's not working.
Does anyone know what the problem is?
Thanks for your time.
--- Young ======== $wgExtraNamespaces = array(100 => "Creator", 101 => "Creator_Page");
# restrict access to this extra-namespace $wgRestrictedNamespaces = array(100 => "namespaceGrp1", 101 => "namespaceGrp2");
# allow only 'sysop' and 'bureaucrats' for restrictedNamespace 'Creator' $wgGroupPermissions['sysop']['namespaceGrp1'] = true; $wgGroupPermissions['sysop']['namespaceGrp2'] = true; $wgGroupPermissions['bureaucrat']['namespaceGrp1'] = true; $wgGroupPermissions['bureaucrat']['namespaceGrp2'] = true;
-- Young J. Kim goguryo2000@gmail.com
Young Joon Kim wrote:
I am having trouble setting up the access level for a new namespace that I've added.
I want it to be accessible only by Sysops and above.
MediaWiki has no such feature.
-- brion vibber (brion @ pobox.com)
There is...
http://meta.wikimedia.org/wiki/Hidden_pages
check out the link..
On 3/23/06, Brion Vibber brion@pobox.com wrote:
Young Joon Kim wrote:
I am having trouble setting up the access level for a new namespace that I've added.
I want it to be accessible only by Sysops and above.
MediaWiki has no such feature.
-- brion vibber (brion @ pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Young J. Kim goguryo2000@gmail.com
mediawiki-l@lists.wikimedia.org