The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello, Many users always quote very long message. And other and me hate this
Is it any way to cut off quote some letter limit ? I tested this one https://vborg.vbsupport.ru/showthread.php?p=2577438 but not work on 4.2.3 Any other idea ? I need expand and collapse long quote. Regards
|
|
#2
|
||||
|
||||
|
You can add this to additionl.css and it will put scroll bar to quoted text.
not tested but should work. Code:
.bbcode_quote div.quote_container {
max-height: 100px;
overflow-y: scroll;
}
|
| Благодарность от: | ||
| Stratis | ||
|
#3
|
|||
|
|||
|
Great thanks for that
PM also affected this,is it any way to disable PM quote ?
|
|
#4
|
||||
|
||||
|
Try this.
Code:
#posts .bbcode_quote div.quote_container {
max-height: 100px;
overflow-y: scroll;
}
|
|
#5
|
|||
|
|||
|
Quote:
Yes it is OK now. Is it only affect forum quote message right ? |
|
#6
|
||||
|
||||
|
yes it should be only posts.
|
|
#7
|
|||
|
|||
|
Quote:
So it would be useful to put some details of the problems you are having, into that thread. "Not working" doesn't tell anyone anything about how the issue might be fixed. |
|
#8
|
|||
|
|||
|
Quote:
Thanks |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|