Hi All:
Can somebody please explain how the namespace protection works in v1.10 and how to implement it?
I have several namespaces defined in my LocalSettings.php (see code below). I want to be able to create user groups for each namespace and allow only that group associated with the namespace (and sysops of course) permission to edit pages (still allow others to read).
# # Custom Namespaces #
$wgExtraNamespaces = array(100 => "CSE",101 => "CSE_talk", 102 => "IT",103 => "IT_talk", 104 => "MarCom",105 => "MarCom_talk", 106 => "OPS",107 => "OPS_talk", 108 => "Sales",109 => "Sales_talk", );
# # End Custom Namespaces #
Also, is there a way to allow a specific user group read permission to only the main namespace and an additional namespace (ex. only Main & Sales)?
I just need to be pointed in the right direction. I've read the meta pages and I guess I just don't understand...
Thanks guys!
----------------------------- Jason Spirko Systems Administrator Xoran Technologies Inc.
.................................................................................... This message (including any attachments) contains confidential and proprietary information intended only for the addressee. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete this message and attachments from your system. If you have any questions about this e-mail please notify the sender immediately. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law.