![]() |
Hi
Good job, I was looking for something like this. thanks. I have some suggestions, is it possible to show the number of user who are accessing the forum through a mobile device?
Thanks for this grate add-on. |
Nice suggestions - I guess these would be done based on which style a user is viewing your site with. I'm a bit busy, but if I have a moment of clarity, I'll have a go - if anyone else has an idea how to do this, I'd be happy to incorporate it or you could make an add-on ...
|
it would really be nice if this mod not only switched the skin for mobile users but also only displayed certain forums for forum users aswell. If this may have sparked a light bulb for you and its something you code in the future please update me!
|
Nokia sidekick user agent
Mozilla/5.0 (Danger hiptop 3.4; U; rv:1.7.12) Gecko/20050920 |
Ok I installed this and it seems to adjust to the mobile style on my Blackberry but I am unable to see my forums. I did have to add the recommended template change to disable vbadvanced, but even with that I get the mobile page, but I am unable to see any forums. Its just a page with title links and footer.
I am running vBulletin 3.7.3 Patch Level 1... Thanks for any ideas, Kyle |
might be a silly question, but would it be possible to have an option to set for specific users to NOT view the optimized skin?
Mainly because things like "Who is online" options are not available in these optimized skins, which is useful for the moderators and admins. With this enabled, you can't go back to the original skin. |
Kyle - could you let meknow your sites address and I'll have a look
inbrissy - I wouldn't iumagine it would be too difficult, there are probably other addon's which can stop speficied users/groups from using specific styles. |
This work with a PSP browser?
|
Anyone wanting to help me make a SEO friendly list Ide appreciate it, ive got so far.
Quote:
|
Yep - works on PSPs
As for the search engines list, keep an eye on Who's Online for a few days with Display User Agent turned on and you'll soon find the active ones on your site |
Sent you a PM with my site.
Quote:
|
is it confirmed this detects all mobile devices?
|
no, it doesn;t detect all mobile devices
|
Quote:
|
no, as the list is variable and rather large. Suffice to say it detects many, if not most, and there is a facility for the site admin to manually add detection of any unsupported devices he or she may discover
|
Hello Dartho,
your mod is working like a charme on the mobile devices I have seen till now. Thank you for your work! I have a question / feature request. I dont know if it is possible or not to code it. Some forums and subforums are redirected (Forum Link) to vbulletin scripts like vbclassified, reviewpost etc. These scripts do not look good on a mobile device. So.. Is it possible to exclude certain forums to show up when viewing with a mobile device? Eric |
You just want to hide the forums from forumhome, or you don;t even want posts to show which are in these forums (say in "New Posts")?
You could possibly hide forums with a few extra conditionals in your templates - but to hide threads/posts from searches etc also is a bit more involved. It may be easier to disable the add-ons rather than hide them so that mobile users will see them as normal forums and still get the content without the bells and whistles... |
For some reason, some of my users are getting the "Posted via Mobile Device" under there posts even when posting from a PC. Any ideas why?
I have 3 styles. A light style a dark style and your mobile style. Thanks, Miguel |
That won't be related to this - what addon are you using to append that message?
|
Not working on Zavine.com. Installed this plugin with the mobile theme.
|
Quote:
|
Quote:
|
Is there a way, on the users end, if the site has auto detect on that I can view the standard style on an Ipod and not the mobile?
|
you can specify which style to display to ipod/iphone users.
|
Silly question im sure, everything seems to be working great but any time the user post his/her signature is not attached to the post? Is there any way to edit this so that if you do post from your mobile that your sig will be attached so when you get back on your PC your sig is in your posts?
|
1) When users are viewing the mobile version, there is no way to change BACK to the other styles, even with style selection enabled and numerous styles active.
2) I LOVE the fact that its optimized for mobile, but most of my mobile users are visiting from phones that have "full web browsers" and I was hoping for a style that, while optimized for mobile, still includes graphics and pictures and all that jazz... just quicker to load and with proper dimensions... Appreciate help on either of these! |
1) That is correct - it is by design. If you wish to allow users to change between styles, then you don't need this add-on
2) Assuming you ar eusing the mobile style I made, you can 'enable' smiles and images by removing the 'replacement variables' defined in the style |
hello ..
i've installed it on my forum, but my default style still loaded rather than its mobile style did i miss something? i use opera on mobile |
Dartho... you make good points. The thing is, I want to FORCE the user to the mobile version initially but be able to switch/use the full version if they wish. Otherwise, if it STARTS on the full version and they are able to switch TO the mobile version, I think they are much less likely to see where/how to switch since there is so much going on. Whereas a link to use the FULL VERSION on the mobile theme would be easily spotted.
Secondly, where can I find the Replacement Variables? EDIT: Regardless, I should add you've done a great job and thanks for the valuable addition to the community! |
Thanks for this great plugin :)
|
Hi, great mod.
However seems to be running ok for some users and not others. at the moment i think its the majority of blackberry users which it is not working for. any ideas? cheers |
They are probably new models which have a useragent which sin;t detected by this add-on. could you check their useragent strings and post back here or PM me?
|
hello,
a great work! it works fine for my mobile users, include iphone & co. now, some users ask to change the rule, how the detector works. some iphone user (and others) want to visit my board with the original style. i think i can realize taht with the following steps: 1. make a subdomain like mobile.exampleforum.com 2. route the new subdomain (http forwarding at the server) to one of the mobile style url, to let the detector find wich style is prefered (cellular or iphone) 3. if a mobile user want to visit the board with normaly style, he can visit www.exampleboard.com 4. but ... i must find the variable $_SERVER['HTTP_USER_AGENT'] in the normaly style to kill them. because the detector want to route the mobile users to the style. and 5th: my problem is, i didn't find your variable $_SERVER['HTTP_USER_AGENT'] in the styles. can you give me a tipp please? and the next problem is, i don't want that the PC users can visit my mobile styles. and i didn't know how i can solve these problem. i think, i install the add-on but only on my mobile style... is there any way to solve my wish? sorry for my bad english ;-) best regards, tom |
I think it may be easier to go about this in the opposite manner.
This is untested! Create a sub-domain like "pc.exampleforum.com" and park it on the same web space as your main forum Create a new plugin called "Force to Default Style" on "fetch_style" hook execution order 10 with the following code: Code:
$pc_url= "pc.exampleforum.com"; Tell your mobile users that if they wish to view the default style, they should visit pc.exampleforum.com or add a link in your mobile style navbar to this subdomain called "Default STyle" or some such thing. This way mobile visitors to your site are still detected and given a mobile skin, but they can choose to view the site using the default style. If you make your mobile styles not user selectable, they will not be able to view you site form their PC's via the mobile style (they could with User Agent spoofing - but there's not much you can do about that) Hope this helps. nb - this will only work correctly if all your links are relative - hard code full path links and addons such as VBSEO may break this. |
Quote:
Replacement Variables are in your admincp - Styles and Templates, Style Manager, All Style Options (for the mobile style) right at the very end. |
dartho,
Can we work on a small test script that would show the user what useragents are associated with their mobile device? I am going to play with the code and post here if I get a fix but I have one member that this is not working for and they can't help me figure out what the issue is either. I'll post what I come up with... That was easier then I expected... Create a file "test.php" and to that file add: PHP Code:
Quote:
You can see the test script here: http://www.vbclassified.com/test.php |
Good stuff, QB :up:
|
What do you need to edit in the template for only a few forums to show up?
Thanks. |
PSP is not detected. PSP drop-down menu will not auto-refresh when choosen "Mobile" style.
|
PSPs should be detected - what is the user agent string of the device?
|
All times are GMT. The time now is 03:29 AM. |
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:
|