The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB4 - Mobile Phone / iPhone / PDA Detection and Style Assignment Details »» | |||||||||||||||||||||||||||||||
VB4 - Mobile Phone / iPhone / PDA Detection and Style Assignment
Developer Last Online: Oct 2023
This is a direct port from my 3.x versions which detects most mobile phones, iPhones, PDAs and other mobile browsing devices and automatically presents the user with a specific vBulletin style.
The one significant addition over previous versions is that a user can now over-ride the style assignment - more information in the notes section. This will probably work with previous versions of vBulletin (but untested) What can it do?Detects most mobile phones and presents the user with a specific style. If you have multiple styles installed which are optimized for small screen mobile devices, iPhones, WIndows Mobile devices you can assign a specific style to each of these groups. Whilst designed with mobile device users in mind, you could also assign styles to self defined browsers. For example you can assign an alternative style to Internet Explorer users whilst Firefox users get the default style. You could also assign an alternative style to Google or Yahoo spiders. Instructions: 0. Install styles which you wish to assign to Mobile/PDA/iPhone users 0.5 Uninstall previous versions 1. Download the product file 2. Install via Product Manager 3. Configure options via vBulletin Options, Mobile Device Detection (should appear at end) 4. Start browsing from your mobile device! 5. Click "Mark as Installed" If upgrading from a previous 3.5, 3.6 or 3.7 version, you will need to uninstall that and the install this one. To uninstall simply uninstall the product - there are no database changes or additional files. See HERE for a lightweight vBulletin 4 style to go along with this addon Version Control 1.0.0 - Initial Release 1.0.1 - Add option to enable/disable overriding style assignment. Notes Previous versions of this mod have forced a mobile device to a specific style, this is no longer the case! If a user now follows a link which changes the style (using a URL parameter of "styleid=xx") they will then be given that style for the rest of their session. If they close their browser and reload your site, they will then be detected again. Cookies must be enabled on the users browser for overriding detection to work To Do
Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
asepdoank12, mapleleaffans |
Comments |
#12
|
|||
|
|||
Question: How many additional database queries are required by this add-on?
|
#13
|
|||
|
|||
zero
|
#14
|
|||
|
|||
Great. That's what I thought I was seeing but I wasn't sure how it was possible to determine the device being used without additional queries.
|
#15
|
||||
|
||||
Quote:
|
#16
|
|||
|
|||
Oh, of course. Just a simple if... then.
|
#17
|
|||
|
|||
Nice update. thanks.
|
#18
|
||||
|
||||
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. |
#19
|
|||
|
|||
You would be after:
Code:
if (($vbulletin->options['mob_detect_enabled'] == 1) AND ($bbuserinfo['fieldxx'] == "On")) { ... } |
#20
|
||||
|
||||
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. |
#21
|
||||
|
||||
Hmm, that conditional is just getting ignored :S
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|