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 |
#702
|
||||
|
||||
@snakes
under Style & Language Settings your Default Style is set to ? Default Style for Old Mobile Browsers is set to ? should be none Default Style for Modern Mobile Browsers is set to ? in your Forums & Moderators > forum manager >Style Options is set to ? these may affect the style and over ride things.. |
#703
|
|||
|
|||
dart,
Any update on adding thread author or how to do it? Would be greatly appreciated. Thanks. |
#704
|
|||
|
|||
Quote:
Code:
<div class="windowbg"> {vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if> </div> Code:
<div class="windowbg"> <vb:if condition="!$show['detailedtime']"> {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}} <vb:else /> {vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}} </vb:if> </div> <div class="windowbg"> {vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if> </div> |
#705
|
||||
|
||||
Quote:
I tried the code above I am not sure what I did but I ended up editing it to this look bettter to me any way.. Code:
<div class="windowbg"> <vb:if condition="!$show['detailedtime']"> {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}} <vb:else /> {vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}} </vb:if><br /> {vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if> </div> |
#706
|
|||
|
|||
Works great...thanks man.
|
#707
|
|||
|
|||
Real quick, how do I add it to the "New Posts" section also. Right now the thread author is only showing up within each respective forum. If you click New Posts, it still just shows latest poster...
|
#708
|
||||
|
||||
search_threadbit template do the same thing
|
#709
|
|||
|
|||
Sorry, could you elaborate? I get doing the same thing, but I already replaced it in the threadbit area. Where do I replace it now?
Thx in advance. |
#710
|
|||
|
|||
Nevermind, think I got it. Thanks.
|
#711
|
||||
|
||||
search_threadbit template
search for Code:
<div class="windowbg"> {vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate} <vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if> </div> Code:
<div class="windowbg"> <vb:if condition="!$show['detailedtime']"> </vb:if> {vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}<br /> {vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate} </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|