The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) Details »» | |||||||||||||||||||||||||||||||||||||
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Developer Last Online: Oct 2023
A lightweight *forum only style aimed at small screen devices such as Windows Smartphones, Nokias and even iPhones. It has VERY low bandwidth requirements - 15 times less on my site - 20K as opposed to 300K for forumhome.
*forum only - I have done a very small amount of rough work on CMS templates, a simple single column CMS *could* be created to work with this style without too much effort. However I am not sure if you can have a different CMS layout dependent on which style you are using? This is an update to the mobile style I have previously released. The changes are predominantly aesthetic to take advantage of larger screens. It is also much easier to change colour schemes by editing the commented CSS file. Demo: http://vbdev.org/forum.php?styleid=7 This is a a lightweight style and as such has much reduced functionality/information over the default vBulletin style. Install instructions:
1.0.0 - 25 AUG 2010 - Initial Release on vBulletin.orgBranding Free: The style is free to use. However I ask that you keep links in the footer. If you want to remove them - send me a donation of an amount you can afford, or that you think is fair/reasonable, it's up to you how much. Download Now
Screenshots
Show Your Support
|
15 благодарности(ей) от: | ||
akool, BlueCheri, Bounce, CAG CheechDogg, ejup2009, Filgga, Hostboard, James Argo, jramos1973, K4GAP, Muniesa, Sayid, too_cool_3 |
Comments |
#382
|
|||
|
|||
That'd be more of a vbulletin issue than a style issue, and I'm not sure why, or how to work around. Have you tested with a user account?
|
#383
|
|||
|
|||
Works very well with vB 4.1.4
|
#384
|
|||
|
|||
attachment problem on vbulletin 4.1.3 + vbseo + unixy varnish cache
cant download attachment, always redirect to login page |
#385
|
|||
|
|||
fixed varnish cache issue not style issue
|
#386
|
|||
|
|||
First i want to thank you for your great work. The lightweight style really is blazing fast.
Secondly i want to present the adjustment we made on our board hopeing to improve the usability considering every button is pressed by a huge finger instead of a small mouse on a smartphone display. I'm not so much talking about the optical changes we made. We have made one big technical change throughout the whole style. Instead of using text based links, we are using the whole div as a link, which immediately increases the clickable area, as shown on the attached screenshot. The whole grey area now functions as a link. Here is a live demo: http://www.united-forum.de/?styleid=84 Just wanted to let you know and hope you are interested in including the technical change, since that would save us work (template changes) during an update. previous-code: Code:
<div class="forum{vb:raw forum.statusicon}"><img style="margin-top: 3px;" src="{vb:stylevar imgdir_statusicon}/forum_{vb:raw forum.statusicon}-16.png" alt="" align="left"> <a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></div> Code:
<div class="forum{vb:raw forum.statusicon}" style="position:relative"><a href="{vb:link forum, {vb:raw forum}}"><span class="uf_spanlink"></span></a><span>{vb:raw forum.title}</span></div> additional technical change in the css file: Code:
.forumold,.forumnew,.forumlink, .forumold_lock, .forumnew_lock { ... + position: relative; } .uf_spanlink { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } Regards Mooff |
#387
|
|||
|
|||
Hello
Does this style recognize small devices ? or shall one change the defulat one once you enter the site ? Thanks |
#388
|
|||
|
|||
Set this style as the default for mobile devices in your admincp
|
#389
|
|||
|
|||
Has anyone pursued to make this fully CMS compatible?
Dartho, how much donation would it take to get this done for CMS? |
#390
|
|||
|
|||
@Mooff - I'll have a look into that, thanks for the suggestion and code
@Sonata - what Card+++++ said! (this is just a style - no inbuilt detection, but VB has that) @jerde - I've done some custom work on CMS for a specific site, but doubt this is directly transferable as the CMS's can be customised so much, so I have no plans at the moment on actually doing the CMS at present. |
#391
|
|||
|
|||
Understood, I was just thinking simplicity is better. Have a single column that shows the title, author, and content of the article. That's it. As long as it's fast, and people can read the news, that's all that matters.
Let me know if you would be willing to do a CMS customization for my site blackberryos.com? I'd send you a donation for your help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|