User talk:Danflores81

From mediawiki.org
Latest comment: 12 years ago by Starwhooper in topic Images in Skin WPTouch

Customizing My Wiki[edit]

I am seeking help in customizing my wiki. See here User_talk:Oroton Colleen16 15:23, 9 August 2010 (UTC)Reply

Images in Skin WPTouch[edit]

Hi Dan,

i use your Skin WPTouch since few month on my own Wiki (http://thwiki.org/index.php?useskin=wptouch). But i had trouble all the time with the Logo.

Now i take the time to fix them. I found in the file WPtouch.php in the Lines 57 and 217 a href to the apple-touch-icon.png. But this file seams be a special on Applesystems and is not contained in MediaWiki or (my) Android Phone.

To solve the issue, i had change the line 57 and 217 from:

<img id="logo-icon" src="/apple-touch-icon.png" alt="<?php $this->msg('sitetitle') ?>" />

to:

<img id="logo-icon" src="<?php $this->text('logopath') ?>" alt="<?php $this->msg('sitetitle') ?>" />

The Path in $this->text('logopath') is the $wgLogo out the LocalSettings.php.

May you change this in your further releases of WPtouch ?

PS: I think the $wgFavicon was more better, but i don't know how :(

--Starwhooper 16:55, 29 December 2011 (UTC)Reply