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 |
#962
|
|||
|
|||
Thank you for your response!
I have 4.1.5 and I do allow users to change style! |
#963
|
|||
|
|||
Quote:
<a href="?styleid=-1">Default Style</a> to the styleid number of your default style |
#964
|
|||
|
|||
Nothing... neither with -1 or 3
|
#965
|
|||
|
|||
Need help to make dbtech credit deluxe work with this style. Seems onclick the charged contents are not loading. Advise appreciated.
|
#966
|
|||
|
|||
DBTech add-ons don't play nicely with a lot of other add-ons. You may be further ahead looking for a replacement for whatever add-on is conflicting with this one.
|
#967
|
||||
|
||||
This is not true, especially as we a talking about custom (mobile) skin.
Thing is, there are hooks that are missing and certainly not some coding problem with DBTech mod per se. If you want, you could ask what hooks you need to add, but with adding hooks, style becomes less mobile, which beats it purpose. |
#968
|
|||
|
|||
Dartho,
first of all, thanks for creating this mod. The Lightweight style is super-popular on my forum. Now, I have a (minor) issue with users inadvertently hitting the 'report button instead of 'reply'. So my question is this: how do I reorder the buttons below each post? Disclaimer: Apologies if the info is already in here somewhere. I did do some searching of this thread but have to date been unable to find the answer I am looking for. |
#969
|
|||
|
|||
edit the postbit and/or postbit_legacy templates and you should find the report post button code in there pretty easily - just move it where you want, or even remove it
|
Благодарность от: | ||
Courty |
#970
|
|||
|
|||
Thanks! Worked a treat.
|
#971
|
|||
|
|||
Hmmm, another quick question for Dartho or anyone else who speaks code, apologies if this should be in another thread.
If possible, I would like to align the 'Report' and 'Infraction' button to the left side, and the 'Reply' and 'Edit' buttons to the right. I worked out how to do it using a new div tag, but that pushed the right side onto a new line (which I don't want). Here's what I'm working with, is there an easy mod to make this work? Code:
<div class="{vb:raw post.statustitle}windowbg2" id="post{vb:raw post.postid}"> <a name="post{vb:raw post.postid}"></a> <a href="{vb:link member, {vb:raw post}}">{vb:raw post.username}</a> {vb:raw post.posttime} {vb:raw post.postdate} <vb:if condition="$show['avatar']"><br /> <a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> </a> </vb:if> </div> <div class="windowbg">{vb:raw post.message}<br /><br /> <!-- attachments --> <vb:if condition="$show['attachments']"> <div><span>Attached: </span> <vb:if condition="$show['thumbnailattachment']"> <span>{vb:raw post.thumbnailattachments}<br /></span> </vb:if> <vb:if condition="$show['imageattachment']"> <span>{vb:raw post.imageattachments}<br /></span> </vb:if> <vb:if condition="$show['imageattachmentlink']"> <span>{vb:raw post.imageattachmentlinks}<br /></span> </vb:if> <vb:if condition="$show['otherattachment']"> <span>{vb:raw post.otherattachments}<br /></span> </vb:if> <vb:if condition="$show['moderatedattachment']"> <span>{vb:raw post.moderatedattachments}<br /></span> </vb:if> </div> <!-- / attachments --> </vb:if> <vb:if condition="$show['reportlink']"><a id="btn" href="{vb:raw post.reportlink}" rel="nofollow">{vb:rawphrase report_bad_post}</a></vb:if> <vb:if condition="$show['infractionlink']"> <vb:if condition="$post['editlink']"><a id="btn" href="{vb:raw post.editlink}">{vb:rawphrase edit}</a></vb:if> <vb:if condition="$post['replylink']"><a id="btn" href="{vb:raw post.replylink}" id="qrwq_{vb:raw post.postid}" rel="nofollow">{vb:rawphrase reply}</a></vb:if> <a id="btn" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}">Infraction</a> </vb:if> <vb:if condition="$show['redcard']"> <a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><img border="0" src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /></a> <vb:elseif condition="$show['yellowcard']" /> <a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><img border="0" src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /></a> </vb:if> </div> <vb:if condition="$post['isfirstshown']"> {vb:raw ad_location.ad_showthread_firstpost_start} {vb:raw ad_location.thread_first_post_content} </vb:if> <vb:if condition="$post['islastshown']"> {vb:raw ad_location.thread_last_post_content} </vb:if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|