ffeingol Posted August 19, 2008 Share Posted August 19, 2008 I was just thinking something really simple like telling the mobile users to go to mobile.php instead of index.php I can't imagine clients using the mobile interface (at least at our shop) so it's just a matter of informing the admins. Frank 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted August 20, 2008 Share Posted August 20, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted August 20, 2008 Share Posted August 20, 2008 OK, for those that want it, I now have the solution. Please test the link on your mobile http://www.ozsmebusiness.com.au/support/index.php 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted August 20, 2008 Share Posted August 20, 2008 i get a cut down / simplified version of the same page - no graphics, no "tabs" etc - so looks like it worked 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted August 21, 2008 Share Posted August 21, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
cafreamoroso Posted August 21, 2008 Author Share Posted August 21, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted August 21, 2008 Share Posted August 21, 2008 also if anyone has interest in working with an sms project pm. thanks. we have whmcs, nagios, cacti thresholds, support trio, our monitoring system and our forum integrated with sms - what are you looking to acheive ? 0 Quote Link to comment Share on other sites More sharing options...
cafreamoroso Posted August 21, 2008 Author Share Posted August 21, 2008 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... 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted August 21, 2008 Share Posted August 21, 2008 We have some interest in developing similar serices to C, as well as some intetgration of SMS as per Rob. New threads &/or PM's ? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted August 22, 2008 Share Posted August 22, 2008 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. 0 Quote Link to comment Share on other sites More sharing options...
LemonBarley Posted September 6, 2008 Share Posted September 6, 2008 any updates to the mobile template? i cant wait to use it 0 Quote Link to comment Share on other sites More sharing options...
jas Posted September 16, 2008 Share Posted September 16, 2008 Has anyone got the solution to get it auto redirected if its Mobile / PC that Zorro was talking about? Ive PM'd him but got no reply Once ive got the redirect working everything else is working fine! 0 Quote Link to comment Share on other sites More sharing options...
jas Posted September 17, 2008 Share Posted September 17, 2008 No one got it? 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted September 18, 2008 Share Posted September 18, 2008 Sorry, jas forgot. Will PM later tonight; just on the way out 0 Quote Link to comment Share on other sites More sharing options...
jas Posted September 18, 2008 Share Posted September 18, 2008 No Problem mate, thanks for letting me know! 0 Quote Link to comment Share on other sites More sharing options...
jas Posted September 22, 2008 Share Posted September 22, 2008 Any Chance of it Zorro? Sorry to pester you about it but its all complete apart from this 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted November 24, 2008 Share Posted November 24, 2008 and admin side mobile would i think be very beneficial for all involved here 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted November 24, 2008 Share Posted November 24, 2008 John, the WHMCS-produced mobile admin-side product is very suitable for admin only. It doesn't contain everything, but often it doesn't need to. http://www.whmcs.com/mobileedition.php 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted November 24, 2008 Share Posted November 24, 2008 ok thanks for the link 0 Quote Link to comment Share on other sites More sharing options...
jozeph Posted May 31, 2009 Share Posted May 31, 2009 anyone can tell me if this theme works with version 4? 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Share Posted July 15, 2009 Hi, I have installed this mod but when I go to http://m.cybernet-online.org i get a 400 Bad Request error? Darrel 0 Quote Link to comment Share on other sites More sharing options...
rsanders Posted September 27, 2009 Share Posted September 27, 2009 Hello, With WHMCS 4 this doesn't work with a pc, wap, or my iPhone. The strange thing, if I log into as admin on my PC, then this will work perfect on the pc. Ideas? 0 Quote Link to comment Share on other sites More sharing options...
ProSitez Posted October 1, 2009 Share Posted October 1, 2009 Hi all, so what is the code you need to add to portal header and mobile header to redirect if on pda or iphone mainly? Need help please. thanks John 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted October 3, 2009 Share Posted October 3, 2009 Ah, just realised I never posted it. heres the line you add above </head> {php} include("mobilelook.php");{/php} and extract this zip & put the mobilelook.php in your whmcs root directory. mobilelook.zip 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted October 3, 2009 Share Posted October 3, 2009 PS, make sure you have template directory called "mobile" 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.