Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) Details »
Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Mod Version: 1.0.3, by dartho (Coder/Designer) dartho is offline
Developer Last Online: Aug 2022 I like it Show Printable Version Email this Page

vB Version: 4.1.8 Rating: (96 votes - 4.81 average) Installs: 895
Released: 25 Aug 2010 Last Update: 16 Dec 2011 Downloads: 6293
Not Supported Re-usable Code  

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:
  • Firstly, if upgrading, I recommend installing this as a new style rather than overwriting your previous install. This way you get to test it first without trashing your existing style.
  • BACKUP YOUR EXISTING lightweight.css.php FILE IF YOU HAVE CSS CUSTOMISATIONS
  • Download ZIP file
  • Unzip to a local/temp directory
  • Edit lightweight.css.php file to customise colours if required
  • Upload contents of the upload directory in the zip file folder to your forum root.
  • Install style XML via Style Manager in your ADMINCP
  • **Install and configure "LightWeight Style Options"
  • See post 2 for a FAQ
  • Click "Mark as Installed"
  • Test it out
  • Leave a rating
  • Leave feedback
  • Enjoy checking your site from your mobile phone without the need to pinch/zoom/wait etc...
Version Control:
1.0.0 - 25 AUG 2010 - Initial Release on vBulletin.org
1.0.1 - 26 AUG 2010 - Fixed "Mark All Forums Read" link in Search results. Released Lightweight Style Options to customise this
1.0.2 - 21 MAR 2011 - Updated to 4.1.2, removed short tags from CSS, fixed some issues discovered since last release, added some stuff.
1.0.3 - 16 DEC 2011 - Updated to 1.0.3, tried to fix all known issues. Nothing new. If you have updated your site as bugs have been found, probably no need to upgrade. But if you're upgrading your site from to 4.1.9, might be worthwhile.
1.0.3a - 16 DEC 2011 - remove test ad hook code accidently left in postbit_legacy template
Branding 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

Only licensed members can download files, Click Here for more information.

Addons

Screenshots

Click image for larger version

Name:	lightweight-screenshot.png
Views:	41870
Size:	30.6 KB
ID:	121268  

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Add-On Releases Mobile Phone / iPhone / PDA Detection and Style Assignment dartho vBulletin 3.8 Add-ons 148 25 Jan 2023 10:07
Forum Display Enhancements Mobile Phone / iPhone / PDA Detection and Style Assignment dartho vBulletin 3.7 Add-ons 407 19 Mar 2015 14:53
Mobile, Cell, Phone, PDA, iPhone Style dartho vBulletin 3.7 Styles 795 16 Aug 2012 13:39
Mobile/Cell Phone Style dartho vBulletin 3.6 Styles 313 21 Aug 2011 22:04

  #961  
Old 24 Jan 2013, 09:45
@ngel @ngel is offline
 
Join Date: Jan 2005
Real name: Spyros
Thank you for your response!
I have 4.1.5 and I do allow users to change style!
Reply With Quote
  #962  
Old 25 Jan 2013, 10:58
dartho dartho is offline
 
Join Date: Sep 2005
Originally Posted by @ngel View Post
Thank you for your response!
I have 4.1.5 and I do allow users to change style!
try editing the footer template and change teh "-1" in the following:

<a href="?styleid=-1">Default Style</a>

to the styleid number of your default style
Reply With Quote
  #963  
Old 25 Jan 2013, 14:17
@ngel @ngel is offline
 
Join Date: Jan 2005
Real name: Spyros
Nothing... neither with -1 or 3
Reply With Quote
  #964  
Old 28 Jan 2013, 00:45
tareqbd tareqbd is offline
 
Join Date: May 2011
Need help to make dbtech credit deluxe work with this style. Seems onclick the charged contents are not loading. Advise appreciated.
Reply With Quote
  #965  
Old 28 Jan 2013, 02:26
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
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.
Reply With Quote
  #966  
Old 29 Jan 2013, 00:48
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
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.
Reply With Quote
  #967  
Old 07 Feb 2013, 23:20
Courty Courty is offline
 
Join Date: Apr 2010
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.
Reply With Quote
  #968  
Old 08 Feb 2013, 00:58
dartho dartho is offline
 
Join Date: Sep 2005
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
Reply With Quote
  #969  
Old 09 Feb 2013, 23:13
Courty Courty is offline
 
Join Date: Apr 2010
Originally Posted by dartho View Post
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
Thanks! Worked a treat.
Reply With Quote
  #970  
Old 11 Feb 2013, 10:21
Courty Courty is offline
 
Join Date: Apr 2010
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?


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Last edited by Courty; 11 Feb 2013 at 11:05.
Reply With Quote
  #971  
Old 11 Feb 2013, 13:25
dartho dartho is offline
 
Join Date: Sep 2005
You'll need to float one of the divs
Reply With Quote
  #972  
Old 14 Feb 2013, 18:46
SolidSnakeLive SolidSnakeLive is offline
 
Join Date: Jul 2011
Last Update: 16 Dec 2011

Add new update its the best mobile style
Reply With Quote
  #973  
Old 10 Mar 2013, 03:33
tareqbd tareqbd is offline
 
Join Date: May 2011
Originally Posted by Alan_SP View Post
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.
Thank you. I have contacted DBT, they advised as below:
showthread_below_posts is needed for the JS code that powers charged content.
Help appreciated.
Reply With Quote
  #974  
Old 12 Mar 2013, 22:58
dartho dartho is offline
 
Join Date: Sep 2005
edit the SHOWTHREAD template,
search for (near the bottom of the template)

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and add the following immediately above it


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #975  
Old 17 Mar 2013, 22:05
Dwarden Dwarden is offline
 
Join Date: Nov 2011
very nice style, do you plan release updated version for 4.2.0 pl3 ?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 11:35.

Layout Options | Width: Wide Color: