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.
Mobile not working
PCunicorn
New
For some reason, Vanilla will not switch to mobile on my Blackberry Q10 or Nokia N9. However, I know it's not because of user agent, because Vanilla Community Forums loads the mobile site. Why won't my site load mobile?
1
Comments
Have a link ?
Vanilla version?
mobile theme?
this might help you
http://vanillaforums.org/discussion/22099/some-mobile-devices-loads-up-full-site-view-how-to-avoid-this
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Did that, no change. Vanilla version is the latest (edit by UnderDog : most likely I probably maybe have 2.0.18.8), site (temporary) is hotwheelspix.com/vanilla and the mobile theme is the stock one.
Just checking have you added
$Configuration['Garden']['MobileTheme'] = 'mobile';
to yourconfig.php
There was an error rendering this rich post.
Your logic is blurry - Vanilla Community Forums (vanilla 2.3.x is a different vanilla version than your site (2.0.18.8)
and they may have indeed modified the vanilla/library/core/functions.general.php
Your site does load mobile for other user agents, so mobile is working! just not for the user agents you specified.
your mobile theme is setup properly. but you need to modify core.
because you need to make the changes in functions.general.php - one way to do it is indicated in the link
http://vanillaforums.org/discussion/comment/171195/#Comment_171195
modifying functions.general.php appropriately as specified in link will indeed make Vanilla switch to mobile on Blackberry Q10 or Nokia N9 devices.
did what? - post exactly what you did with the code changes after you made them!
this tells us nothing by the way. There are several latests. for the record you can find your version # here.
to find your vanilla version
http://vanillaforums.org/discussion/comment/191960/#Comment_191960
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks for the extra info peregrine! I added the version info to his post, so at least we know the number. presses 'patience' button for peregrine
There was an error rendering this rich post.
peregrine, 1. Ok
2. Can't find functions.general.php
3. I did what the first post by vrijvlinder told me.
4. Alright.
That is in library/core/functions.general.php
You needed to read the whole thread to understand what is happening....It has everything to do with User Agent ....
Start at line 1603 and find this code and add your device to the array.
Here is info on the blackberry user agent ID
http://devblog.blackberry.com/2012/08/blackberry-10-user-agent-string/
User Agent list and ID
http://techpatterns.com/forums/about304.html
List of user agent strings
http://www.useragentstring.com/pages/useragentstring.php
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌