The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Displaying the forum on mobile devices
How do I fix large columns?
|
#2
|
|||
|
|||
Check out my vb3 responsive style
|
#3
|
||||
|
||||
|
#4
|
|||
|
|||
vBulletin 3 is not a responsive style, so there isn't anything you can realistically do make it 'fit' on mobile devices. You would need a new responsive style.
The vB3 style was written in 2003 when nobody was using mobile devices to look at websites. |
#5
|
||||
|
||||
And what is the difference between an adaptive style and a responsive one? Is it really impossible to add code to make it adaptive?
|
#6
|
|||
|
|||
Quote:
It would need a completely new style. If it was that easy, everyone would have done it by now. There are several responsive styles available from third parties and htese can subsequently be customised in the normal way. |
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Quote:
You will need to rewrite the style or at least substaintial parts of it parts of it using Responsive Media Queries You also need to be, for the most part, removing the tables that make up much of the vB3 design and replace them with divs, as tables don't generally work well in responsive designs. None of this is a trivial task and requires knowledge of CSS, html and vBulletin code. The alternative is to obtain a third party responsive style and customise that to match the look and feel of your existing style, which would be the easier option in my view. The essence of many styles is the colours and fonts and those are quite easy to change. |
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
vBulletin 3 was originally coded 16 years ago when there weren't even such things as % or rem or em units used in styling. It was coded using transitional HTML 4.0 and CSS 2.0, both of which are years deprecated. Most of the "responsive" styles you will find are not responsive styles at all but rather hack attempts at making a fixed width style flex.
Mark's assessment is correct. You will need to write a style from the !DOCTYPE to the closing HTML tag if you want it to function like modern responsive themes. In order to make any existing theme function properly you would have to rewrite it to use HTML 5 and CSS 3 anyway. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|