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 |
#752
|
||||
|
||||
Just found out this:
In template FORUMDISPLAY you use this code: HTML Code:
<div class="titlebg">{vb:raw foruminfo.title_clean}<vb:if condition="$show['newthreadlink']"> <a id="btn" style="font-weight:normal;font-size: .8em; border: 1px solid #999999;color: #000000;" href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow">{vb:rawphrase new} {vb:rawphrase thread}</a></vb:if> So that there is this code: HTML Code:
<div class="titlebg">{vb:raw foruminfo.title_clean}<vb:if condition="$show['newthreadlink']"> <a id="btn" style="font-weight:normal;font-size: .8em; border: 1px solid #999999;color: #000000;" href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow">{vb:rawphrase post_new_thread}</a></vb:if> |
Благодарность от: | ||
Hippy |
#753
|
||||
|
||||
this style produces a number of coding errors and warnings
some are a easy fixes .. pop your url in there http://validator.w3.org/ once you selected your mobile style youll have this at the end of the url "?styleid=4" < your style # will be in place of the 4 here ( meaning what ever number is assigned to your mobile style most errors are coming from the header template what seems to be open <imput> and <img> or they should be contained in <form> or something to make valid.. |
#754
|
|||
|
|||
Dartho I am on version 1.0.0 on the latest VB 4.1.10, You mod has 63 template conflict merge things.
U'm im not really sure what to do, I don't know if I need to update, I don't know how to update and I made some custom changes didn't i (I doubt you remember as I don't lol). Can you tell me please how to update the style and how to keep the colours etc as i don't want to be faffing with that again. Thanks |
#755
|
|||
|
|||
Quote:
|
#756
|
|||
|
|||
Ok I reimported the style but one issue i am having is I can't post as a guest, although I have guest posting enabled.
Also what is this box on the left? See pic. |
#757
|
|||
|
|||
Those with the "<br />" issue.
I have just spent an hour or so sorting this out and I think I have a solution. I think this only works if you have the lightweight style options hack as well. The issue: Reply to thread still uses CKEditor. If you switch the template back to a simple textarea, as it was before, the quote isn't passed. To fix: Copy the contents of template editor_toolbar_off to editor_ckeditor. This gives you the quote, but gives you all sorts of <br /> tags and other HTML stuff. This issue is caused when the user has the WYSIWYG set, so we need to turn that off in the mobile style. Add the following plugin: Product: Lightweight Style Options Hook Location: editor_toolbar_switch Execution order: 5 PHP Code: PHP Code:
|
2 благодарности(ей) от: | ||
baghdad4ever, dartho |
#758
|
|||
|
|||
Thanks Mark, I'm pretty sure this was resolved in the latest version of this style after finding a fix (initially with a plugin like yours) and then with a template edit (plugin no longer required) which was put into the latest version.
Check this post: https://vborg.vbsupport.ru/showthrea...17#post2275317 |
#759
|
|||
|
|||
Quote:
Admittedly I'm on an older version but none of the posted fixes worked correctly for me. I can't easily upgrade due to all the customising I've done. In the finish I found adding the plugin and then using the original (pre-CKEditor) version of the mobile style's newreply template has sorted it for me. |
#760
|
|||
|
|||
Quote:
Edit the lightweight.css.php file, search for: Code:
body { Code:
.hidden {display:none;} I don't know how vBulletin's merge feature works - I've never had much luck with it. If you've customised templates it's best to note changes and reapply them. Best thing to do is install latest version as a fresh style and leave your existing one in place so you can reference it. The same applies for the lightweight.css.php file - this is where you would have made colour changes. |
#761
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|