Quote:
Originally Posted by dartho
You would be after:
Code:
if (($vbulletin->options['mob_detect_enabled'] == 1) AND ($bbuserinfo['fieldxx'] == "On"))
{
...
}
The confusing thing with this issue you are having is that it detects and assigns the style initially, but then presents with default subsequently - I'm not sure how it could do that based on what you are reporting.
|
This is exactly what is happening to me, with Android (Froyo). I received the mobile style at first only once, then since then it hasn't worked.