However, you can run them both if you know you have older mobile phones accessing your site as they may be able to render this one better **
This is a port of my mobile style from 3.7/3.8 to 4.0.0.
It is a very cut back style with very low bandwidth usage which renders well on pretty much all small screen devices from old Nokias to new iPhones.
Currently it only supports forums/thread/posts/PMs. Recent vBulletin features such as Social Groups, Albums, Blogs are not supported (although they should still disaplyin a not-so-mobile-friendly way...)
has an add-on product to customise here: Extend and Customise Mobile Style (It is recommended that you install this also, but not required)
Supports other stuff too ....
Version Control 1.0.0 - Initial Relase from 3.7 1.0.1 - Fixed issue with "Friendly URL's" not being compatible 1.0.2 - Updated version numbers to 4.0.99 (should cover all 4.0 releases with the "Out of date templates" messages. Removed Replacement Variables. 1.0.3 - Fixed known template bugs
Install Instructions
Save wireless.css.txt to wireless.css and uppload to your forum root
Save XML style file and install via AdminCP
Notes
To change style attributes, you need to edit the CSS file
Please leave copyright and the link as they are - it links to a very niche forum which is very ulikely to detract from or take members form your own.
Awesome work with the mobile style and all the fixings, works like a charm for me. I was wondering if anyone could give me the code for a register link in my navbar that would be present when visitors are not logged in and disappear when members log in. I would greatly appreciate any help with this.
Nice. I installed this to test things out with the plan on completely modifying it. I am yet to leave any of your code in the sections I have modified however it sure simplified things for me (I didn't have to go through every template deleting loads of stuff). The CSS file in the root directory is great also!
Still a long way to go, but the index is nearly finished, few obvious bugs but overall the focus at the moment is the design. And this is the perfect base for anyone wanting to create their own Mobile theme.
I have a weird issue, when I use this style no attachments show up in posts. For some reason inside the postbit templates the attachments are being parsed through
Code:
{vb:raw post.message}
and the img tag is somehow being converted to an anchor, which is already wrapped around an anchor.
I can't figure out why because everything shows up normally when I switch to the default style.
The attachment templates themselves are being completely ignored in this style and for some reason the attachments are being parsed inside the post content.
EDIT: I've discovered it only seems to affect attachments posted as INLINE attachments.
EDIT: I've found it. There's custom replacement variables that are converting inline images to anchors.
Nice. I installed this to test things out with the plan on completely modifying it. I am yet to leave any of your code in the sections I have modified however it sure simplified things for me (I didn't have to go through every template deleting loads of stuff). The CSS file in the root directory is great also!
Still a long way to go, but the index is nearly finished, few obvious bugs but overall the focus at the moment is the design. And this is the perfect base for anyone wanting to create their own Mobile theme.
Thank you!
That looks great. Would you mind sharing your CSS?