Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: exabyte on August 23, 2014, 11:09:44 AM

Title: how do automatically switch theme on mobile.
Post by: exabyte on August 23, 2014, 11:09:44 AM
Hi, I'm currently using the reseller theme, and I dont like how it looks on mobile, so I wanted to have my forum automatically switch into the ios.mf theme when a user is on a mobile device. How do I do this?
Title: Re: how do automatically switch theme on mobile.
Post by: Hj Ahmad Rasyid Hj Ismail on August 23, 2014, 12:01:33 PM
Try this mod: http://custom.simplemachines.org/mods/index.php?mod=3349
Title: Re: how do automatically switch theme on mobile.
Post by: exabyte on August 24, 2014, 11:11:57 AM
Quote from: ahrasis on August 23, 2014, 12:01:33 PM
Try this mod: http://custom.simplemachines.org/mods/index.php?mod=3349
this worked, thanks
Title: Re: how do automatically switch theme on mobile.
Post by: Looking on August 25, 2014, 11:09:24 AM
Sometimes the detection is faulty so you may want to keep an eye on it.
Title: Re: how do automatically switch theme on mobile.
Post by: -Captain Ghost- on August 25, 2014, 12:38:41 PM
You can use this mod : http://custom.simplemachines.org/themes/index.php?action=download;lemma=2035;id=11810
Note Before installing the mod open it and
Find:
array(
'value' => 'curve-mobile',
'name' => 'name',
)


Replace with:
array(
'value' => 'Reseller',
'name' => 'name',
)


Assuming here that you are using reseller theme.

Hope it helps you

Regards,