Easiest way is probably by CSS, --> MediaWiki:Common.css
Find the respective ids in the HTML-code, ie. id="p-tb" for toolbox and write in MediaWiki:Common.css: #p-tb {display: none;} If you want to hide it only on mainpage it is a little more trickier:
In the HTML-code, each <body> Tag contains a range of classes, one of which identifies the respective page, perhaps: "page-mainpage". In this case you write in MediaWiki:Common.css: .page-mainpage #p-tb {display: none;}
You can do the same for p-logo, n-recentchanges, etc.
Best
Bernhard
-----Ursprüngliche Nachricht----- Von: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von swathi reddy Gesendet: Mittwoch, 22. August 2012 12:31 An: mediawiki-l@lists.wikimedia.org Betreff: Re: [MediaWiki-l] Changes on main page
on mediawiki mainpage i want to remove toolbox,recent changes tab and logo also on the static page.where can i do those changes. please replay soon.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l