View Full Version : Long quote message problem
Bulent Tekcan
10-29-2016, 11:14 AM
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
Seven Skins
10-29-2016, 03:02 PM
You can add this to additionl.css and it will put scroll bar to quoted text.
not tested but should work.
.bbcode_quote div.quote_container {
max-height: 100px;
overflow-y: scroll;
}
Bulent Tekcan
10-29-2016, 03:09 PM
Great thanks for that :) PM also affected this,is it any way to disable PM quote ?
Seven Skins
10-29-2016, 03:37 PM
Try this.
#posts .bbcode_quote div.quote_container {
max-height: 100px;
overflow-y: scroll;
}
Bulent Tekcan
10-29-2016, 03:51 PM
Try this.
#posts .bbcode_quote div.quote_container {
max-height: 100px;
overflow-y: scroll;
}
Yes it is OK now. Is it only affect forum quote message right ?
Seven Skins
10-29-2016, 04:52 PM
yes it should be only posts.
Mark.B
10-31-2016, 01:13 AM
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
You have people in that very thread stating that it DOES work on 4.2.3.
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.
Bulent Tekcan
10-31-2016, 03:15 AM
You have people in that very thread stating that it DOES work on 4.2.3.
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.
My post updated.
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.