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 |
#102
|
|||
|
|||
Quote:
<<First 2 3 4 5 Last>> Image are ok now..thx How do I find the addon variable name to turn it off in options?I'm using Everywhere Side Bar....& i want to disable it on mobile view. |
#103
|
|||
|
|||
OK. Try replacing the pagenav template with
Code:
<vb:if condition="$show['first']"> <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}">{vb:rawphrase first}</a></span> </vb:if> <vb:if condition="$show_prior_elipsis && $show['prev'] && $show['first']"> <span class="separator">...</span> </vb:if> {vb:raw pagenav} <vb:if condition="$show_after_elipsis && $show['next'] && $show['last']"> <span class="separator">...</span> </vb:if> <vb:if condition="$show['last']"> <span class="first_last"><a href="{vb:raw lastaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw totalpages}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}</a></span> </vb:if> |
#104
|
|||
|
|||
Quote:
Quote:
|
#105
|
|||
|
|||
Quote:
Everywhere Sidebar : https://vborg.vbsupport.ru/showthread.php?t=233871 |
#106
|
|||
|
|||
Try adding
Code:
//disable everywhere sidebar $vbulletin->options['esidebar_switch']=0; |
#107
|
|||
|
|||
Quote:
|
#108
|
|||
|
|||
try checking with the mod author - they'd know how to disable their code better than I would
|
#109
|
|||
|
|||
Ok..will do that...thx so much for you help man
|
#110
|
|||
|
|||
i think i found a bug
if the forum is turned Off, and we try to access the skin via a direct link and then try to log in, it success but i was thrown back to homepage being logged out. however if i try to click PC Mode link, it works fine and also if i switch back to lightweight it is fine. i try it on iphone though some suggestions: you might want to add "first / prev" for page navigation because it really speed up navigating process. Please also add more spaces between page number as it is very hard to click on a iPhone/touch sensitive based device |
#111
|
|||
|
|||
For First / Last - have a look on the previous page, post #103.
As for the log in issue, what do you mean by "works fine" I have found that I can log in with the forums turned off, but can't actually see anything other than the forum closed message. This happens under any style and would be a vBulletin bug. I can't view any posts or threads though? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|