On 30.09.2010 17:17, uv22e Alcott wrote:
Hello there, I would like to use MW as a Website so my question is if it is possible (and how) to disable the version / history button on the installation.
You may just use CSS to hide it. Put e. g. the following lines in your MediaWiki:Common.css page:
/* Hide history button */ li#ca-history { display: none !important; }
Then clear your browser’s cache, and it should be hidden.
But if the user realizes you are using MediaWiki, he may see the history by typing the URL manually. I don’t think you can supress this. Anyway, you should disable the edit possibility for anonymous users in your LocalSettings.php (if you haven’t already done so).
Regards, Robin