Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How is the New Mobile Functionality Supposed to Work?
I upgraded to 2.0.13 from 2.0.11 for the new "automatic mobile theme" functionality. However, when I visit my forum from my iPhone, it displays the default Vanilla theme. This is true whether my current applied theme is a custom theme that I designed, or the default Vanilla theme.
So, the code seems to recognize that it is being visited by a mobile browser (Safari/iPhone), yet it always displays the default Vanilla theme in that case - not the mobile theme.
As a test, I activated the Mobile Theme as my default. In this case, visiting the forum from my phone still displayed the default Vanilla theme, while visiting from my desktop showed the mobile theme.
It seems to think the default theme is the mobile theme. Any one else experiencing this? How to fix it?
So, the code seems to recognize that it is being visited by a mobile browser (Safari/iPhone), yet it always displays the default Vanilla theme in that case - not the mobile theme.
As a test, I activated the Mobile Theme as my default. In this case, visiting the forum from my phone still displayed the default Vanilla theme, while visiting from my desktop showed the mobile theme.
It seems to think the default theme is the mobile theme. Any one else experiencing this? How to fix it?
Tagged:
0
Comments
In the upgrade instructions it says to leave the "conf" folder intact, but the mobile theme will not work if you do that.
In order for the mobile theme to kick in on mobile phones, you have to over write the old "config-defaults.php" file with the new one in the 2.0.13 package.
Thanks @artagesw
I have my forum set where you can only read discussions if you are an approved member (signed in). Otherwise it just redirects you to the login page. This works fine on a browser, but it does NOT work on Mobile/Mobile Theme. So anyone who goes to my forum on a mobile can have full access to read everything.
This is a pretty serious security issue. Is there a way to fix this? Or a way to disable the mobile functionality until it gets fixed??
Any checks I can do to narrow down the problem on my end?
http://themes.bavotasan.com/support/
i placed this in the config file:
$Configuration['Garden']['MobileTheme'] = FALSE;
how can i have my theme used for any device?