7

The default left sidebar for a MediaWiki powered sidebar contains such links as "Random Page" and "Current Events." I want to hide these.

Is there a way to do this aside from using CSS (display:none;)? Correspondingly, is there a way to add pages to this list?

Would this require editing any PhP files?

Thank you.

dangerChihuahua007
  • 20,299
  • 35
  • 117
  • 206

3 Answers3

8

No coding needed, just edit the page "MediaWiki:Sidebar" in your wiki. Admin rights required, obviously.

lambshaanxy
  • 22,552
  • 10
  • 68
  • 92
4

Another alternative is to just change the link to:

http://yourdomain/yourwiki/index.php?title=MediaWiki:Sidebar&action=submit
Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
vikas027
  • 5,282
  • 4
  • 39
  • 51
4

The MediaWiki manual may have the information you're looking for. (That was the top hit for "mediawiki customize sidebar" on a search engine.)

Kurt McKee
  • 1,410
  • 13
  • 17