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 |
#1042
|
|||
|
|||
dartho any suggestion on why the word array comes up when looking at poll voter history?
|
#1043
|
||||
|
||||
Quote:
I added the plugin but as soon as i clicked back onto forum link it brought up the default style when choosing 'mobile' in the style chooser it wouldnt change it back |
#1044
|
||||
|
||||
Never had time to look as complaints flooded in that PM's were not working, i would say 40% of users on my site use this style
|
#1045
|
|||
|
|||
I just successfully tested this on a 4.2.1 site. Try logging out and testing as a guest or standard user.
|
#1046
|
|||
|
|||
Quote:
Code:
<div class="windowbg"> <span> <vb:if condition="$option['uservote']"> {vb:raw option.question} <vb:else /> {vb:raw option.question} </vb:if> <vb:if condition="$show['pollvoters']"> <div class="commalist"> <vb:each from="names" value="row"> <a class="commalist" href="{vb:link member, {vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.comma} </vb:each> </div> </vb:if> </span> <span><strong>{vb:raw option.votes}</strong></span> <span>{vb:raw option.percent}%</span> </div> |
#1047
|
|||
|
|||
ediy WHOSONLINE template and replace
<span>{vb:raw onlinebits}</span> with Code:
<vb:each from="onlinebits" key="count" value="userinfo"><div> <span><a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a></span> {vb:raw userinfo.action} <vb:if condition="$userinfo['show']['where']"> <span> <vb:if condition="$userinfo['show']['subscribed']"><img class="inlineimg" src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /></vb:if> {vb:raw userinfo.where} </span> </div> </vb:if></vb:each> |
#1048
|
|||
|
|||
Quote:
|
#1049
|
|||
|
|||
We downloaded the new Lightweight for vb4.2.1 as you said a few weeks ago.
I can't get our logo to show at the top . Is there a size limit? I'm pretty sure I have the right directory and titlename path. Does the logo have to have a certain name? Thanks! |
#1050
|
|||
|
|||
edit the lightweight.css.php file and search for $Logo="images/misc/mobilelogo.png"; and modify accordingly, or edit/overwrite the images/misc/mobilelogo.png file itself
|
#1051
|
|||
|
|||
I overwrote the image but it didn't work. The little cell phone is gone but my logo isn't there.
UPDATE: the image was named mobile.png. I renamed my logo and all is well! THANKS! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|