The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mobile Phone / iPhone / PDA Detection and Style Assignment Details »» | ||||||||||||||||||||||
Mobile Phone / iPhone / PDA Detection and Style Assignment
Developer Last Online: Oct 2023
This add-on will detect most mobile phones, iPhones, PDAs and other mobile browsing devices and automatically for the user to a specific vBulletin style.
What can it do? Detects most mobile phones and force the user to a specific style (users will not be able to select other styles from a mobile device with this add-on installed). 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 - some links will appear at the bottom of this post 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 or 3.6 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. Styles released on vBulletin which you can use: Dartho's Mobile, Cell, Phone, PDA, iPhone Style for vBulletin 3.7 (<-- yep, that's mine) ElForro's iPhone / iPod Touch Optimized Style Zachery's vB Lite Style vBMechanics Mobile Alabama Style Due to the stripped down nature of these mobile styles, you will find that most for 3.5 and 3.6 will work quite happily on 3.5, 3.6 & 3.7 although additional features introduced in vBulletin in recent years such as Social Groups, Blogs and Photo Galleries will not show well on a small screen. All should display your actual forums well. 3.6 Version can be found here Marked as Beta until I get some feedback, and 3.7 goes Gold Release Information 1.0.0 Initial release for 3.7 ported over from 3.6.8 version Show Your Support
|
Благодарность от: | ||
Don Z. |
Comments |
#302
|
|||
|
|||
Okay... I see what you mean now. It is an alternative to Josh's mod and should not cause the effect that Josh's mod is causing. I got confused thinking it was something to use in addition to his mod... or maybe I was just confused period. I will try it... and thanks!
|
#303
|
|||
|
|||
installed on 3.8.2, works fine.
|
#304
|
|||
|
|||
I did a quick search but couldn't find it.
Anyone know how to make this work for the LG Dare? |
#305
|
|||
|
|||
really helpful
|
#306
|
|||
|
|||
Installed and thank you ... :up:
Amazing... I'm not that good at the techie stuff with vBulletin, but following the instructions dartho gave for both this mod and these: Extend and Customise "Mobile" Style Options Version: 0.0.10b https://vborg.vbsupport.ru/showthread.php?t=182692 Mobile, Cell, Phone, PDA, iPhone Style Version: 0.0.10a https://vborg.vbsupport.ru/showthread.php?t=182692 ... I have this running just great for our collector's site. I tried it from my iPhone 3.0 using Safari and it was terrific. I notice that I don't get pics, but I assume that's the reason for the speed. Thank again dartho, much appreciated and this will sure be helpful for our members who are on the road. Three questions: 1. Is there a specific selection for Blackberry (RIM) users? 2. Is there a way for a member who is on an iPhone to decide to use Safari and display the full vBulletin web site skin, just so he can perhaps look at a pic he wants to see? 3. Does this mobile skin support a speeded up view and access to the AdminCP function? I was nervous about trying that from my iPhone. BTW, because if all our mods, I'm still running vBulletin 3.67pl1 and your code seems to work fine. Regards, Badger :up: |
#307
|
|||
|
|||
Quote:
I'm trying to get this overide option to work as well.... I installed (imported) the "mobdetect-allow_change_b.xml", but it doesn't seem to let me switch skins from my iPhone. It just stays with the "mobile" skin regardless of what I select. Also, if I want to un-install "mobdetect-allow_change_b.xml", to return my system to the state before I imported it, I can't seem to find it in my "product list" to un-install? Am I missing something? Thanks for any help ... Regards, Badger |
#308
|
|||
|
|||
Badger - You can just re-install this addon from the product-mobdetect37.xml product file (the main one in the first post) and that will overwrite the other version.
As for your other questions: 1. No, however you could use the 'custom user agent' section to have a specific style for Blackberrys 2. No - with this add-on, the user doesn't get a choice. I see from your last post that you tried the 'allow change' version - no joy? Did you enable a way to change styles (with the mobile skin addon options) 3. No - AdminCP doesn't use the temaple system which makes it a lot more difficult to "mobilise" it. As such if you view your admincp when on an iphonoe, it will give you the full admincp. |
#309
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
Thanks for your quick response... sweet product... appreciate your efforts .. :up: Regards, Badger |
#310
|
||||
|
||||
Quote:
Here are my modifications to the original mod to give users the ability to select another style after being presented with the mobile style. The check is also only done the first time the user hits the website each session. Replace the first two lines of the plugin code from: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#311
|
|||
|
|||
Ah - thanks! I just checked - you're right. I modified that plugin for vb 3.8 (not 3.7) and also didn't include a prefix, so that alteration would not have worked for many.
For 3.7, would modifying the Detect Mobile Device and Assign Style plugin and adding: Code:
if (!$vbulletin->input->clean_gpc('c', COOKIE_PREFIX . 'styleid', TYPE_INT)) { Code:
} (for 3.8 it would be Code:
if (!$vbulletin->input->clean_gpc('c', COOKIE_PREFIX . 'bbstyleid', TYPE_INT)) { Code:
} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|