I think he was referring to the buttons in the editing toolbar, which can not be hidden by CSS afaik.
Here is what I did quite some time ago (so I don't remember how I did it and if anything else apart from this is neccessary): http://wiki.rockinchina.com/index.php?title=MediaWiki:Common.js Actually, removing buttons 6,7 does not seem to work (file link and math are still there). But maybe it will get you started. Tell me if you sorted out how to remove those two though... ;-) Best, matsch Am Fri, 14 Aug 2009 08:13:45 +1200 schrieb Robert Carter <[email protected]>: > You can use CSS. Eg put this line in MediaWiki:Common.css > #ca-talk { display: none; } > > The talk button will be hidden. > > Rob > > > On 13/08/2009, at 6:56 PM, Claus Juhl Knudsen wrote: > > > Hi all, > > > > I've added a couple of buttons to the toolbar by adding some > > javascript to > > Mediawiki:Common.js, but is it possible to remove some of the > > default buttons? Thanks. > > > > Claus > > _______________________________________________ > > 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 > -- Rock in China http://wiki.rockinchina.com/ http://www.rockinchina.com/ _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
