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: [email protected]
[mailto:[email protected]] Im Auftrag von swathi reddy
Gesendet: Mittwoch, 22. August 2012 12:31
An: [email protected]
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l