Back to vBulletin 3.7 Styles

Mobile, Cell, Phone, PDA, iPhone Style
Mod Version: 0.0.10a, by dartho

This modification is in the archives.
vB Version: 3.7.2 Rating: (64 votes - 4.67 average) Installs: 1045
Released: 28 Mar 2008 Last Update: 28 Jul 2008 Downloads: 9995
Not Supported Additional Files Translations Is in Beta Stage  

vBulletin 4.0 version here: Mobile Style for vBulletin 4.0

A very cut back style with very low bandwidth usage which renders well on pretty much all small screen devices from old Nokias to new iPhones.
  • Supports viewing/posting/replying in forums
  • Supports Private Messaging
  • Supports Tags (viewing, not adding)
  • Supports viewing and replying to messages in Social Groups
  • Supports Thread Prefixes
  • has an add-on product to customise here: Extend and Customise Mobile Style (It is recommended that you install this also, but not required)
  • Supports other stuff too ....

Notes
  • If you are installing this on a vBulletin version higher than the current 'supported' version, and wish to get rid of the Out-of-Date Custom Templates Found! errors, see Post #329

    Spoiler (click to open)


    As with pretty much all updates, it is unlikely that there will need to be code changes to this style unless new features are added which need to be incorporated into it.

    All templates have a version number which matches the vbulletin version they were last changed in. When a new release is installed, if templates in the new release have been modified for that release, a warning will be shown for all templates (in all styles) that have an older version number.

    As this style (and thus its templates) is so cut back it is unlikely that there will need to be edits made. This is especially the case when there are no "mandatory template changes" (http://www.vbulletin.com/forum/showpost.php?p=1614919&postcount=2)

    Edit the 6 templates, make no changes, and then save and the warning messages will go away.

    We're going to have this issue every other month now that there are scheduled releases.

    You could alternatively download and edit the XML and do a search and replace on 3.7.2 for 3.7.3.

    Close
    for more information...
  • I suggest you also install this add-on to this style to get more out of it...
  • To modify the colour scheme of this style, you have to edit the wireless.css file by hand
  • If you use a portal such as vbadvanced which you wish to disable in mobile style, see here

    Spoiler (click to open)


    @CallumBush - to upgrade, I usually install fresh each time, test, and then delete the previous version when I am happy with the new one. It's safe, you can revert back to using a previous version with no trouble and you can test a new version whilst keeping the old one running for you members.

    @SemperFideles - Thanks

    To disable (in a manner of speaking) vBadvanced, edit the adv_portal template in the mobile style and replace it's contents with the following or something similar:

    Code:
    $stylevar[htmldoctype]
    <html>
    <head>
    $headinclude
    <meta http-equiv="Refresh" content="2; URL=forum.php" />
    </head>
    <body>
    $header
    $navbar
    <div align="center"><a href="forum.php">Portal Disabled in Mobile View - Click here if your browser does not automatically redirect you.</a></div>
    $footer
    </body>
    </html>
    I think previously I had the adv_portal template edited to only show the centre column.

    You can do this by removing the left and right column block conditionals in the template in your mobile style. Find and delete the following 2 blocks of code:

    Code:
    		<if condition="$show['left_column']">
    			<td width="$vba_style[portal_leftcolwidth]"<if condition="$show['center_column'] OR $show['right_column']"> style="padding-$stylevar[right]: $vba_style[portal_colspacing]px"</if>>
    				$home[leftblocks]
    			</td>
    		</if>
    Code:
    		<if condition="$show['right_column']">
    			<td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column']"> style="padding-$stylevar[left]: $vba_style[portal_colspacing]px"</if>>
    				$home[rightblocks]
    			</td>
    		</if>

    Close

Release Information
  • Version 0.0.1 - Initial release ported from my 3.6 version here
  • Version 0.0.2 - Added auto quoting when replying to a post
    - fixed "Up" link bug
    - Added 'Posted via Mobile Device' message to new posts
    - couple small non - critical bugs fixed in some links
  • Version 0.0.3 - No change other than change version to 3.7RC2
  • Version 0.0.4 - Updated with security tokens tages for forms submital, and Gold version
  • Version 0.0.5 - fixed navbar template "Home" link (you will need to edit this if your default forum page is not index.php)
  • Version 0.0.6 - added ad_hook locations, fixed page titles, fixed couple small bugs
  • Version 0.0.7 - Added Style chooser to UserCP, Post count to threads, Search Page, Attachment Sizes, More detailed time info, viewing/voting in polls, other stuff too probably
  • Version 0.0.8 - now has an addon to customise certains aspects of this style - see HERE
  • Version 0.0.9 - updated template version numbers to to 3.7.2 - no other changes have been made
  • Version 0.0.10 - Now Fully Phrased (thanks Keyser Soze) Other updates included so its add-on product can do more customization
    Both this style and the addon will have the same version numbers - it's best to make sure you update the add-on when updating the style.
  • Version 0.0.10a - fixed small bug in footer template

Install Instructions
  • Save attached XML to your local computer
  • Save attached wireless.css.txt, rename to wireless.css and upload to your forum root
  • In AdminCP go to "Styles and Templates"
  • In the "Import Style XML File" section browse to where you saved the XML
  • Click "Import" button
  • Come back to this page and click "Mark as Installed"
Other useful Add-ons to use in Conjunction with this style
  • Extend and Customise Mobile Style
    This is a companion add-on designed specifically for this style which allows you to customise some aspects of it without the need to edit templates. Only works with version 0.0.8 and above
  • Mobile Phone / iPhone / PDA Detection and Style Assignment
    Will automatically detect a mobile device and force the user to use a pre-defined style
  • Different Domain, Different Style
    Will force the user to a predefined style based on URL visited (eg. visiting mobile.yourdomain.com will force the user to use a pre-defined mobile style wilst http://www.yourdomain.com will display your defaultstyle to the user
  • Limit Posts/Thread per Page for a Specific Style
    Will set the maximum number of posts and threads displayed on a page based on a style. Whilst you may want to display 25 threads per page on a desktop, a small screen/mobile device would probably benefit from only showing 5 - 10 threads per page.
  • How to hide a style from style chooser
    This template edit will allow you to 'hide' a style from the Style Chooser so users can't select a specified style.
Other Mobile Styles worth checking out

Download

This modification is archived, downloads are still allowed.

File Type: %1$s wireless.css.txt (2.5 KB, 4824 downloads)
File Type: %1$s vbulletin-mobile-style-0.0.9.xml (89.1 KB, 933 downloads)
File Type: %1$s vbulletin-mobile-style-0.0.10a.xml (90.2 KB, 4358 downloads)

Addons

Screenshots

Click image for larger version
Name:	Forumdisplay.jpg
Views:	43337
Size:	44.1 KB
ID:	77921   Click image for larger version
Name:	Forumhome.jpg
Views:	2019
Size:	35.1 KB
ID:	77922   Click image for larger version
Name:	groups.jpg
Views:	2931
Size:	37.0 KB
ID:	77923   Click image for larger version
Name:	showthread.jpg
Views:	12879
Size:	40.9 KB
ID:	77924  

Click image for larger version
Name:	usercp.jpg
Views:	4688
Size:	31.4 KB
ID:	77925   Click image for larger version
Name:	memberinfo.jpg
Views:	2439
Size:	36.9 KB
ID:	77926   Click image for larger version
Name:	newthread.jpg
Views:	2849
Size:	28.2 KB
ID:	77927  

Similar Mods

Forum Display Enhancements Mobile Phone / iPhone / PDA Detection and Style Assignment vBulletin 3.7 Add-ons
Mobile/Cell Phone Style vBulletin 3.6 Styles

vblts.ru supports vBulletin®, 2022-2024