![]() |
Question: How many additional database queries are required by this add-on?
|
zero
|
Quote:
|
Quote:
|
Oh, of course. Just a simple if... then. :o
|
Nice update. thanks.
|
Quote:
Quote:
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. |
You would be after:
Code:
if (($vbulletin->options['mob_detect_enabled'] == 1) AND ($bbuserinfo['fieldxx'] == "On")) |
I'm a bit stumped too, I haven't got any access to different brands of phone to see if it's user error or not.
I'll try your conditional and see if that works, in the meantime I've gone back to the 3.8 plugin. :) |
Hmm, that conditional is just getting ignored :S
|
All times are GMT. The time now is 05:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|