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 |
#852
|
||||
|
||||
Quote:
I'm also having problems with a blue text that I haveon the usernames and forum titles, i've had a look in the css but cant see anything |
#853
|
||||
|
||||
Thank you for providing this lightweight style, and keeping it supported. Vbulletin should of had their "premium" mobile style available to license holders well before 4.1.11
For the time being that's what I'm using because of how it handles cms articles, where as this style doesn't. |
#854
|
|||
|
|||
Quote:
Code:
.forumold a,.forumnew a,.forumlink a Code:
.forumold a,.forumnew a,.forumlink a,.forumold_lock a, .forumnew_lock a |
#855
|
|||
|
|||
I just upgraded from vb 4.1.10 to 4.1.11, lightweight style is still running great in it... Although I wasn't exactly just how to handle the template merge issues (I reverted a couple, then I figured I shouldn't have done that), so I just reinstalled the style to make the warnings go away, lol
|
#856
|
|||
|
|||
That's one way of doing it. From the FAQ on post #2
Code:
Q. How do I get rid of all those template out of date messages in control panel home? A. You could edit and save each one without actually making changes or you could run the following query on your database: UPDATE template SET version = '4.1.9', mergestatus = 'none' WHERE styleid=XX; change XX to the styleid number of the mobile style and 4.1.9 to whatever the version number currently is. |
#857
|
||||
|
||||
Quote:
Posted from my moby phone |
#858
|
||||
|
||||
dartho how can last activity be added to whos online
thnaks |
#859
|
|||
|
|||
Isn;tthat already there? Here's my whosonlinebit template
Code:
<div> <span><vb:if condition="$show['loggedinuser']"> <a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if> <vb:else /> <vb:if condition="$show['spider']">{vb:raw spidertype}<vb:else />{vb:raw userinfo.musername}</vb:if> </vb:if></span>» <span> {vb:raw userinfo.action} <vb:if condition="$show['where']"> {vb:raw userinfo.where} </vb:if> </span> » <vb:if condition="$show['ip']"> <span> {vb:raw userinfo.host} </span> </vb:if> </div> |
#860
|
||||
|
||||
last activity meaning the time.. not the place ..
my template must of been from a older version.. but it did the same thing.. but with your still no time. Code:
<vb:comment> <vb:if condition="exec_switch_bg()"></vb:if> <div> <vb:if condition="$show['spider']">{vb:raw spidertype} <vb:else /> {vb:raw userinfo.musername} </vb:if> - {vb:raw userinfo.action} </div> </vb:comment> <div> <span><vb:if condition="$show['loggedinuser']"> <a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if> <vb:else /> <vb:if condition="$show['spider']">{vb:raw spidertype}<vb:else />{vb:raw userinfo.musername}</vb:if> </vb:if></span>» <span> {vb:raw userinfo.action} <vb:if condition="$show['where']"> {vb:raw userinfo.where} </vb:if> </span> » <vb:if condition="$show['ip']"> <span> {vb:raw userinfo.host} </span> </vb:if> </div> |
#861
|
|||
|
|||
Slip the following in there somewhere
Code:
» <span>{vb:raw userinfo.time}</span> Code:
<span><vb:if condition="$show['loggedinuser']"> <a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if> <vb:else /> <vb:if condition="$show['spider']">{vb:raw spidertype}<vb:else />{vb:raw userinfo.musername}</vb:if> </vb:if></span> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|