Quote:
Originally Posted by dartho
try giving him a link to follow to the style, ie. http://mydomain.com/forum.php?styleid=nn where nn is the style you want to display to him on his phone
|
Quote:
Originally Posted by moonclamp
Cheers, I'll report back 
|
Still got the same problem, and it's also being reported on the LG Secret too.
Considering it worked on the older version, I'm thinking the only way to make the style fully switchable (without problems) is with a custom profile option and a conditional to turn off the useragent detection ... I did try the following:
if ($vbulletin->options['mob_detect_enabled'] == 1 AND $bbuserinfo['fieldxx'] == "On")
but that just killed the plugin completely.