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 |
#1072
|
|||
|
|||
Quote:
PHP Code:
|
Благодарность от: | ||
dartho |
#1073
|
|||
|
|||
Quote:
Product: Vbulletin Name: Disable WYSIWYG for mobile style Hook Location: editor_toolbar_switch Execution order: 5 PHP Code:
|
#1074
|
|||
|
|||
Another change I made was to put this for headinclude so the page doesn't autozoom during post edit or reply:
PHP Code:
|
#1075
|
||||
|
||||
Anyone able to add code to delete a private message when in usercp?
What template is the private messages? |
#1076
|
|||
|
|||
Adding something like:
HTML Code:
<form action="private.php?do=managepm&dowhat=delete&pmid={vb:raw pm.pmid}" method="post" class="block"> <div class="titlebg">{vb:rawphrase delete_this_message}</div> <div class="windowbg"> {vb:rawphrase delete_message_click_button} <input type="submit" class="button" value="{vb:rawphrase delete_this_message}" /> <br /><label for="deletepm"><input id="deletepm" name="pm[{vb:raw pm.pmid}]" type="checkbox" value="true" /> {vb:rawphrase delete_this_message}</label> </div> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="managepm" /> <input type="hidden" name="dowhat" value="deleteonepm" /> <input type="hidden" name="folderid" value="{vb:raw pm.folderid}" /> </form> |
#1077
|
|||
|
|||
Is it possible to replace the mobile style that comes with vbulletin default for this style?
Thanks EDIT: SOLVED |
#1078
|
|||
|
|||
I have a problem, when I go to my site from a mobile forum automatically detects correctly but an annoying zooming, as could edit this to be displayed without having to zoom out completely manually.
Thank you this is my site if you can visit it http://www.thisiphone.com/forum.php from a mobile so you can view |
#1079
|
|||
|
|||
Quote:
|
#1080
|
|||
|
|||
Quote:
?You know how I can solve this error? Thanks |
#1081
|
|||
|
|||
The code in red below causing your issue:
Code:
body { margin: 0; min-width: 990px; width: auto; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|