User talk:Chanur/archive

Add topic
From mediawiki.org
Latest comment: 15 years ago by Chanur

Dear Chanur, Welcome to MediaWiki.org!

Yes, Welcome! This site is dedicated to the documentation of the MediaWiki software, the software behind many wikis, including that of Wikipedia and the Wikimedia Foundation projects.
Please, take a look at the following pages. They might prove useful to you as a newcomer here:

If you have any questions, please ask me on my talk page. Once again, welcome, and I hope you quickly feel comfortable here, and find this site a beneficial documentation of the MediaWiki software.

Thanks, and regards, Neat extension. :D —Emufarmers(T|C) 01:41, 17 November 2008 (UTC)Reply

I installed MobileSkin and I get an error message:

Missing argument 2 on line 24

Line 24 starts at

(function evMobileSkin (&$out,&$sk) {
	global $wgUser;
	global $wgMobileSkinList;
	global $wgMobileSkinEnabled;
 
	$sk = $wgUser->getSkin();
	wfDebug( "User skin: $sk->skinname\n" );
	if (!isset($wgMobileSkinEnabled)) $wgMobileSkinEnabled = true; #default is yes or else why install it?
 
	$skin = ''; #blank means use existing choice from preferences
	if ($wgMobileSkinEnabled) { #is extension enabled?
		if (!isset($wgMobileSkinList)) {
			$wgMobileSkinList = array ('mobile' => 'chick','android' => 'chick', 'iphone' => 'chick'); //absolute minimum
		}

SAM-visiblepast.net/gwiki2

Sam - What version of MediaWiki are you using? I have it installed on 1.13.2 as posted and it works. Chanur 00:05, 17 February 2009 (UTC)Reply

1.11 SAM

Thanks Sam. It sounds like the hook changed in 1.12 or 1.13. I may have an earlier version at home that doesn't use this hook. I'll let you know what I find. Chanur 21:42, 19 February 2009 (UTC)Reply

Sorry Sam. I do not have a version that works for 1.11. Thought v0.1 would but it does not. Chanur 23:22, 19 February 2009 (UTC)Reply

So, the only option is to upgrade to 1.14?-SAM

Unfortunately I think you are right. I do not have access to a 1.11 install and I'd have to dig through the documentation to find out how to make it work on that version. Sorry. Chanur 16:06, 21 February 2009 (UTC)Reply