awww, ty so much!!! btw does someone know a page where to buy nice mediawiki themes. I know the free onws from google and those provided on the mw website, which are really amazing. But maybe there are others too.
Thanks again for the help! :)uv On Thu, Sep 30, 2010 at 9:57 PM, Robin Krahl <[email protected]> wrote: > 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 > > -- > Robin Krahl || ireas > http://robin-krahl.de > [email protected] > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
