Jump to content

Mobile Frontend Template (beta)


Recommended Posts

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Brian, tried your link but couldn't get it to work

 

OK, have included my php UA code in the header as an include php file.

that runs ok; at the moment it echos a different phrase depending on the UA (mobile or desktop).

So all I have to do is figure out what code to apply inside the php file to tell the header.tpl what template to apply (or what text phrase to echo inside the header.tpl to cause this), using BrianR's example above; "normal" and "mobile"

 

if($mobile_browser>0){

<insert correct code for mobile template selection here>;

}

 

if ($mobile_browser == '0') {

<insert correct code for normal template selection here>;

}

?>

 

Brian, CA, et al lets see if we can bring it all together in 3 posts or less :)

 

I'm happy to package up the php code once its working for those that want it.

Link to comment
Share on other sites

Thanks Rob, that's what you are supposed to get. :)

 

FYI to all, Cafeamorosa posted a set of generic templates above.

 

I'm in the process of finishing a fully cusomised set, with screen shots come later today.

 

If you then want a fully customised set, PM me. Or CA for his customised version.

Link to comment
Share on other sites

tested it on blackberry pearl 4.3 works really well on the automatic redirection / template choosing.

 

i would really like a standard set..!! nice to see thinks got along so well... i am actually kind of like in ablue state not really wanting to work... gal went away.... damn...

 

really would like to implement this...

also if anyone has interest in working with an sms project pm. thanks.

Link to comment
Share on other sites

We are actually developing some custom sms applications including bulk sms marketing, two way messaging, and short code operation for marketing companies, we need help developing this apps...

For instance we are developing right now a "virtual medical discount card" for medicalhome...

Link to comment
Share on other sites

custom sms applications including bulk sms marketing, two way messaging, and short code operation for marketing companies, we need help developing this apps...

 

For that level of usage of SMS get in touch with a-q.co.uk and clickatell, as the methodology we use woudlnt necessarily be suitable.

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 2 months later...
  • 6 months later...
  • 1 month later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated