allen
New member
just a suggestion but you have mobile css built into this forum right if you added this code into the header template and the images on here to the root folder where index.php is... you could add the forum to your home screen of your iphone and it would work as a web app....
<link rel="apple-touch-icon-precomposed" href="custom_icon_precomposed.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="blue-translucent" />
<link rel="apple-touch-startup-image" href="startup.png">
let me know what you think...
<link rel="apple-touch-icon-precomposed" href="custom_icon_precomposed.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="blue-translucent" />
<link rel="apple-touch-startup-image" href="startup.png">
let me know what you think...