iPhone / iPod Touch Optimized Skin

mastram

New Member
I made this Skin based on ElForro.com | La comunidad virtual de foros más activa en Español | Juegos - Concursos - Videos - Fotos colors and it has hardcoded CSS; so you would need to change some CSS values to match your forum style.

Demo: http://www.elforro.com/index.php?styleid=15

( or go to ElForro.com | La comunidad virtual de foros más activa en Español | Juegos - Concursos - Videos - Fotos from your iPod / iPhone and click on the legend for the Optimized Skin )

-------
To show a message to all your iPod / iPhone users, you just need to add something like this in your navbar template (in your default style)

Code:
<script type="text/javascript">
    if ((navigator.userAgent.indexOf('iPhone') != -1) || 
    (navigator.userAgent.indexOf('iPod') != -1)) {
        document.write("<a href=\"$_SERVER[PHP_SELF]?<if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&</if>styleid=[b]XX[/b]\">iPhone Style</a>")
    }
</script>
(Change XX to your iPhone style number and write whatever you want instead of "iPhone Stlye")
--------

You have to upload (and change the color/hue maybe) 4 PNG images in images/misc/ folder (included in the ZIP).

Screenshots:



 

Filez

New Member
panlineek I might be wrong but im sure he is posting what the original uploader used. mastram is respected here and we dont say something is ours unless we made it, converted, etc.
 
Top