![]() |
Limit width of quote box container if quoted text isn't wide as page
1 Attachment(s)
Well, first of all, I saw this on XDA forums. Here's link to one example on their site, to get idea how it looks like. I also attached image, so you can look here how it looks like. Of course, actual look depends on width of quoted text. If text is really wide, you wouldn't notice any difference.
Quote box is normally wide as screen (i.e. it depends on your postbit type, either new or legacy), not as quoted text. And if quoted text is relatively short, to some it might look unaesthetic. Anyway, if you'd like to limit quote box to width of quoted message, add this to additional.css: HTML Code:
.bbcode_container .bbcode_quote { HTML Code:
<div></div> HTML Code:
<div style="clear:left"></div> v1.0 - Initial version v1.0.1 - solved problem with multiple (3 or more) nested quotations v1.0.2 - solved problem with very short text and quote in the same line v1.0.3 - solved problem with PHP and HTML BBcode You can see attached image how it looks. |
1 Attachment(s)
Solved problem with multiple nested quotations like in this image:
https://vborg.vbsupport.ru/attachmen...1&d=1422237938 When more than two nested quotations is used, with original version text outside quotations also appeared as a part of first quotation. In image Tekst 5 should be outside quote, but it isn't. Strange bug. To avoid this, instead this template change: HTML Code:
<div style="clear:left"/> HTML Code:
<div style="clear:left"></div> |
There's also a problem with very short text and quote in the same line, for example:
Text: [QUOTE]some quote[/QUOTE] To resolve this, add at the very beginning of bbcode_quote template one div to clear it: HTML Code:
<div></div> |
Quote:
please fix |
Quote:
HTML Code:
.bbcode_container .bbcode_quote { |
Please confirm if it solves your problem, so I can change first post.
|
Quote:
Quote:
Thanks to MarkFL & Alan_SP |
Changed to version 1.0.3 - Solved problem with PHP i HTML BBcode.
|
All times are GMT. The time now is 02:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|