I want to restrict access for guest (users, who haven't account) to User namespace. Access for view. How can I do this? Thanks.
Андрій Гончар wrote:
I want to restrict access for guest (users, who haven't account) to User namespace. Access for view. How can I do this? Thanks.
Use lockdown extension http://www.mediawiki.org/wiki/Extension:Lockdown
Thanks a lot, Platonides!
How I can restrict access to pages of particular category?
Андрій Гончар wrote:
Thanks a lot, Platonides!
How I can restrict access to pages of particular category?
I'd say do the following:
* [[Template:MySpecialArticls]] (whatever) In there, put: <includeonly> [[Category:My special category]] </includeonly>
* Protect that template and enable cascading protection
* In your special articles, instead of putitng [[Category:My special category]] in there directly, put {{MySpecialArticle}} in the special articles.
* The article is now categorized and protected. and you control these centrally in the template (ie. change protection level, and/or categorization)
-- Krinkle
On Wed, Apr 27, 2011 at 2:26 AM, Jesrel Garcia www3ccc@gmail.com wrote:
Krinkle krinklemail@gmail.com wrote:
Андрій Гончар wrote:
Thanks a lot, Platonides!
How I can restrict access to pages of particular category?
I'd say do the following:
- [[Template:MySpecialArticls]] (whatever)
In there, put:
<includeonly> [[Category:My special category]] </includeonly>
Protect that template and enable cascading protection
In your special articles, instead of putitng
[[Category:My special category]] in there directly, put {{MySpecialArticle}} in the special articles.
- The article is now categorized and protected. and you control
these centrally in the template (ie. change protection level, and/or categorization)
-- Krinkle _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org