The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Limited Quote plugin?
Hello, is there a mod (for 4.1.3) that limits the amount shown when some quotes. Here is an example:
http://www.diigo.com/item/image/17nlx/7ry0 I want that, instead of this: http://www.diigo.com/item/image/17nlx/83mt |
#2
|
||||
|
||||
In your postbit.css (or maybe additional.css) template, you could put:
.bbcode_quote_container .message {max-height: 200px; overflow: auto} I think that would work for ya. Just change the 200px to whatever ya want. (You may have to hard refresh after adding that.) |
#3
|
|||
|
|||
Hard refresh?
And how can I make all the threads, before i did this, appear as this also? |
#4
|
||||
|
||||
That should automatically apply to all of your quotes, regardles of when they were posted.
"Hard Refresh" is a refresh that ignores whatever is in your browser's cache (in this case, possible leftover CSS files). On FireFox, it's "Ctrl + Shift + R," and I think on IE it's "Ctrl + Shift + F5." Not sure about other browsers. |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
All right, I just tested another solution on my own forum, and this one DOES work.
In the headinclude template, if you put: HTML Code:
<vb:literal><style> div.quote_container {max-height:120px;overflow:auto;} </style></vb:literal> |
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
I liked what you did here Sarteck, I added your code to additional css, and it works there, with the added benefit that if you ever need to revert the headinclude template or any css templates, your additional css won't be affected.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|