1

Topic: Mobile template

- I own skadate mobile edition, and since its pretty fine but i dont use skadate anymore, i wonder how hard is to adapt this mod to be used with vld?

or - its easier to modify existing theme/make new mobile template?

- how to make users with mobile browsers are redirected on mobile template?

2

Re: Mobile template

it is scripts out there redirect mobile users ! I can make a search later ! have no time just now !
and luvpoint allready have a templates for mobile smile

this is one example how the code might look like: ( I found it then I google)(so please don´t ask me about the code)(I don´t know)

<?
$htmlredirect = "Regular Web Page";
$wmlredirect = "Mobile Web Page";
if(strpos(strtoupper($HTTP_ACCEPT),"VND.WAP.WML") > 0){
header("Location: ".$wmlredirect);}
else{
header("Location: ".$htmlredirect);
exit;}

?>

but read this how to detect mobile browser

Last edited by gugu (2011-03-16 18:07:37)

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site