The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to control post height / width
Hi all,
I previously used a plugin that allowed the height of a post to be controlled - for example, if the post had a height of more than 1200px it would maintain the height within a scrollable type box. Does anyone know of a plugin/hack or what this was? I am looking for something that is compatible with vb 4.2 - Cheers! qubed |
#2
|
|||
|
|||
I don't know what hack it was, but you could put something like this in additional.css:
Code:
.postcontent { max-height:1200px; overflow-y:auto; } It seems to work but I only tested it with my FireFox browser. |
#3
|
|||
|
|||
Perfect! That does the trick and is also working on Chrome. Thank you so much for the help, sounds like what it probably was previously too.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|