Hi
You can do that in the Skin (for example: /mediawiki/skins/MonoBook.php)
with this, an anonymous user will not see the viewsource- and history-tabs.
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style>
#ca-viewsource { display: none !important; }
#ca-history { display: none !important; }
</style>
Андрій Гончар schrieb:
> How can I restrict access to actions on 'history', 'view source' and
> 'discussion' for anonymous users?
> Also, of course, I would like to hide approprite tabs!
> Thanks!
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
--
UNIVERSITÄT BASEL
Universitätsbibliothek
Irene Eglin-Müller
Wissenschaftliche Mitarbeiterin IT
Schönbeinstrasse 18-20
4056 Basel, Schweiz
Tel. +41 (0)61 267 30 48
E-Mail [email protected]
URL http://www.ub.unibas.ch/
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l