How do i hide "Page", "Discussion" and "View source"?

Use this forum to ask questions about how to do things in MediaWiki.
Post Reply
User avatar
Prothorax
Rank 0
Rank 0
Posts: 2
Joined: September 30th, 2009, 8:36 am

How do i hide "Page", "Discussion" and "View source"?

Post by Prothorax »

I want to hide the Page, Discussion, View source and History. How do I do it?

P
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do i hide "Page", "Discussion" and "View source"?

Post by Paul »

How do you want to hide them? Do you mean hide from not-login users or just hide it.
User avatar
Prothorax
Rank 0
Rank 0
Posts: 2
Joined: September 30th, 2009, 8:36 am

Re: How do i hide "Page", "Discussion" and "View source"?

Post by Prothorax »

I want to hide them from not-login users.

Edit: If it makes it simpler, hiding the menu from all users is fine too ;)

I use the GuMaxV skin.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do i hide "Page", "Discussion" and "View source"?

Post by Paul »

Well... there are many ways to do this, search page MediaWiki:Common.css in your wiki, add this to the end of page:

Code: Select all

#gumax-content-actions
{
	display:none;
}
See if it works for you...
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How do i hide "Page", "Discussion" and "View source"?

Post by Paul »

or add above code to the end of file gumax_template.css...
Post Reply