![]() |
Lightweight Style for VB3.8.7 iPhone/Mobile/Cell/PDA
1 Attachment(s)
A few have asked for this, hope you like it.
As the title suggests, this is a lightweight style for vBulletin 3.8.7 (and probably most versions before that - A quick test showed it also working under vBulletin 3.7.7!) It's lightweight (low bandwidth) and works well on most handheld / mobile devices. Some have been know to use it on their desktops and I personally use it for Google as a way of significantly reducing the bandwidth they use. ==================== Install Instructions ====================
Release History ==================== 18th May 2011 - 1.0.0 Initial Release==================== Screen Shots ==================== https://vborg.vbsupport.ru/attachmen...1&d=1305693901 https://vborg.vbsupport.ru/attachmen...1&d=1305694377==================== Branding Free ==================== If you wish to remove the branding/copyright notice from the footer - send me a donation of an amount you can afford, or that you think is fair/reasonable, it's up to you how much. (can't get much fairer than that) You can do this by clicking the "Support Developer" link above (a few lines below the "Mark as Installed" link). ==================== Bugs fixes for next release ==================== Issue: extra "> in template forumhome_forumbit_level2_nopost Resolution: Search for Code:
<div class="windowbg">"> Code:
<div class="windowbg"> Inconsistencies in disaplying locked forums Resolution: See this post Thanks. |
This is great that you have updated this for 3.8.7 and are not leaving the 3.x series behind! Downloading now!
|
Top class, looks very neat and smart, thanks. :) Just one thing I had to do different to your instructions was to have my Default Style a parent of this style to stop the random album images mod from displaying at the top. Apart from that everything else seems to be 100%
|
Quote:
I just (quickly) tested this, and it also works on 3.7 @Viper - you could also write a plugin to disable that add-on if this style is used: Title: Disable Products For Lightweight Style Hook:style_fetch PHP Code:
PHP Code:
|
Perfect, thanks Dartho. I'll give that a try.
|
dartho- I'm not following the logic of when a thread is highlighted in light blue in showthread and when its not. I know bold means unread but what does the highlight indicate?
Edit: Actually I'm not sure about the bold either... Also with regards to the Default Style link, if you -or anyone interested- use this code it will keep the user on the same URL when changing back to the default style: Code:
<a class="toplinks" href="$_SERVER[PHP_SELF]?<if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&</if>styleid=1">Default Style</a> |
[s]If you link me up with an example, I could look. via PM is OK.[/s]
Worked it out. Not highlight is 'hot' new threads (thread_hot_new). I'll fix that up. To fix, edit the CSS, search for Code:
.new, ._new, .forumnew Code:
.new, ._new, .forumnew, ._hot_new, ._dot_hot_new Code:
.thread_dot, .thread_hot, .thread_dot_hot, .thread_, .thread_lock,.thread, .thread_moved, .thread_new Code:
.thread_dot, .thread_hot, .thread_dot_hot, .thread_, .thread_lock,.thread, .thread_moved, .thread_new, .thread_hot_new, .thread_dot_hot_new |
Thanks. :up:
|
Amazing! Can't wait to install. Thanks. Long live vB 3.X!!!!!
|
Good stuff. Thank you!
|
I just installed this on vB 3.8.5 a few minutes ago. I'll see if I get any feedback from my members that could be helpful. I manage the forum from mobile quite a bit, and this is great.
Quote:
THANK YOU!!! . |
I would like to add options to the style in the vBulleting Options panel, similar to the "Mobile Style Options" that allow you to append all posts with either the mobile user agent (browser, etc) or custom text like (posted via mobile). In fact, this is the very same options from your original "mobile" style that I'm referring to. Should I attempt to take this on myself, or will you be adapting some of those awesome options to the "Lightweight" style?
I'm going to have to make it a point to donate for all this hard work. Thanks again! . |
Thank you again! I'm sticking to 3.8 as well
|
Quote:
Also the logo is never actually used...? |
Quote:
Quote:
Quote:
|
Yes! 3.8x lives! :up:
I'll be adding this to the sites that I don't plan on moving to another forum software :D |
Thanks. Will install this when I upgrade to 3.8.7
|
1 Attachment(s)
I found a small bug... when you click on the "Register" button you can see duplicate login fields (please see the attached image).
One more thing... we allow unregistered users to post but it seems that they can not post by using the lightweight style (this was true i believe also with the previous mobile version). It wouldn't be a big problem itself if the submit reply button and the new thread button were disabled on the lightweight skin for unregistered users... but right now it gives unregistered users a wrong impression that they are able to post. AND THANK YOU VERY MUCH FOR YOUR HARD WORK ON THIS NEW LIGHTWEIGHT STYLE... IT'S VERY NICE AND VERY USEFUL !!! |
I'm loving it. Donation sent for Branding Free!
Made some customizations but never could have done it without this style to build off of. Got it up and running, if my users don't find any bugs I will be removing the old mobile styles I have. https://vborg.vbsupport.ru/external/2011/05/30.jpg |
Are blog and groups supported?
|
no they aren't
|
@brad - I have been unable to reproduce the issue you are having with duplication of login boxes. Could you check the templates to see if it's duplicated there?
Inregards to guest voting, wht type of human verification do you have for guest posts? |
Do you have plans to add support for blog and / or groups?
|
No plans for blogs, groups is partially implemented and may become fully implemented later on. I'm just focusing on getting forums right at the moment
|
Thank you dartho for the fast reply :)
UPDATE: Deleting duplicate login code from the "register" and "register_rules" templates solved the problem. Regarding duplicate login boxes... When I search the lightweight skin templates for this piece of code... Code:
login.php?do=login 1) navbar 2) register 3) register_rules My other custom skins have the code only inside the navbar template. Regarding to guest/ unregistered user posting... we use the vB Human Verificatin Manager (random question to prevent spam). |
Suggestion to add the standard "border-radius" to the CSS for IE9 and presumably future browser compatibility.
Info here: http://stackoverflow.com/questions/6...r-radius-in-ie (Note you don't need to declare 4 values for IE9, just one is needed like moz and webkit.) |
Updated to rev 1.0.1!
Removed navbar/login code from registration templates, also fixed other disaply issues in rego pages Added in human verify stuff for those that allow guests to post Fixed inconsistencies in CSS regards to forum/thread disaplay Updated link to default style so will remain on same page - thanks BOP5 Tidied up some other stuff I notiuced along the way I've also started work on a "Lighweight STyle (3.8.7) Toolkit/Options" similar to what I did with the old mobile style, but with improved code. Also a few extras... Enjoy |
Thanks for the update. Really stupid question here :p but how do you upgrade a style, must I use the 'Merge into style' option?
|
Quote:
. |
In the threadbit template, the line:
Code:
<div class="sticky"> Code:
<div class="sticky$thread[statusicon]"> |
Quote:
|
Updated and reinstalled. Painless and simple.
. |
Thanks!
|
Quote:
|
Quote:
THIS IS AN AWESOME UPDATE !!! Quote:
DONATION SENT TODAY FOR BRANDING FREE (2 sites) THANK YOU !!! |
Great work dartho!
I did find one thing - There's an extra "> in template forumhome_forumbit_level2_nopost Code:
<div class="windowbg">"> |
Hi dartho!,
What could i've made wrong? When users from a mobile phone get inside the forum they just get a page saying that they dont have permission and they must refresh the page. And no login box appears. Can you help me ? KK |
@Lee - thanks, will fix in next release
@killerkraft - could you link me to your forum to look |
Yes, of course.
www.digitalzapping.net You will see the default style, and if you try to change to your style, witch i called "Estilo Portatil" before loggin in you will be stuck there. Of course that if you login in the normal style and then change, everything will be ok. Please check and advise. Thanks, KK |
Try editing the STANDARD_ERROR_LOGIN and STANDARD_ERROR_LITE templates, search for:
Code:
<div class="bodywrapping"> Code:
<div class="bodywrapping"> |
All times are GMT. The time now is 03:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|