Paceweb Posted June 17, 2014 Share Posted June 17, 2014 Hello, Does anyone know how to setup WHMCS that will load one template if WHMCS was loaded on a desktop and load another template if the WHMCS was loaded on a mobile device/tablet. Thanks 0 Quote Link to comment Share on other sites More sharing options...
REVOLUTIONS inc. Posted June 18, 2014 Share Posted June 18, 2014 yes this is possible. may I ask if you are trying to load a mobile version of the desktop one if loaded on mobile? if so it is even easier. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted June 18, 2014 Share Posted June 18, 2014 this can be done via htaccess and/or PHP 0 Quote Link to comment Share on other sites More sharing options...
Aniruddh Posted June 18, 2014 Share Posted June 18, 2014 You can do something like this in header.tpl: {php} if($yourmobiledetector) { header("Location: https://". $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . "/?systpl=yourmobiletemplate"); } {/php} 0 Quote Link to comment Share on other sites More sharing options...
mohamed Posted December 20, 2014 Share Posted December 20, 2014 @Aniruddh Hello, We are going to share our story with "Mobilyzz", after 1 years we received nothing, only buggy application, they don't provide professional services, briefly it's just waste of time, "Trial & error", also we are not able to get refund yet, after 1 year and unlimited false promises, refund process took more than 2 months and we still get more false promises. WHMCS forum should take this down as it's * and also the same scenario happen with someone, I'll search for the post. 0 Quote Link to comment Share on other sites More sharing options...
Infopro Posted December 20, 2014 Share Posted December 20, 2014 Please feel free to open a ticket to WHMCS support and reference the thread you mention looking for, if you wish. 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.