Page 1 of 1

Update skin.php?

Posted: June 8th, 2009, 7:00 am
by russh
Hi all,

I thought it'd be relatively simple to update my skin.php file to accommodate the new release of mediawiki, but unfortunately I've failed...

Can you detail what I need to do?

I'm using the gumax skin (vanilla horizontal navigation).

Cheers,
Russ.

Re: Update skin.php?

Posted: June 8th, 2009, 11:33 pm
by Paul
Are you trying to edit skin.php in MediaWiki? :o

Re: Update skin.php?

Posted: June 9th, 2009, 5:51 am
by russh
naah, I'm bad but not THAT bad!

I'm looking at GuMax.php..

Re: Update skin.php?

Posted: June 9th, 2009, 6:44 pm
by Paul
OK, I think the most changes of new version should be in the class

Code: Select all

class SkinGuMax extends SkinTemplate {
	/** Using GuMax */
Try to compare with new monobook.php and get copy from there.