Page 1 of 1

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

Posted: September 30th, 2009, 8:41 am
by Prothorax
I want to hide the Page, Discussion, View source and History. How do I do it?

P

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

Posted: September 30th, 2009, 5:14 pm
by Paul
How do you want to hide them? Do you mean hide from not-login users or just hide it.

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

Posted: October 2nd, 2009, 11:34 am
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.

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

Posted: October 3rd, 2009, 10:31 am
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...

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

Posted: October 3rd, 2009, 10:32 am
by Paul
or add above code to the end of file gumax_template.css...