Improved templates for [code], [html] and [php] bbcodes
This is a new template for [code], [html] and [php] bbcodes. With these the horizontal scrolling actually works and there is no word wrapping. In Chrome you can resize the box too.
Code:
<div class="bbcode_container" style="resize:vertical;"> <div class="bbcode_description">{vb:rawphrase code}:</div> <div class="bbcode_code" style="overflow:auto;<vb:if condition="$vboptions['codemaxlines']">height:<vb:if condition="$blockheight<$vboptions['codemaxlines']">{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}*2}<vb:else />{vb:math {vb:raw blockheight}*{vb:stylevar mid_fontSize}+{vb:stylevar mid_fontSize}}</vb:if>;"</vb:if>> <pre style="overflow:hidden;display:inline-block;margin:0px;resize:none;">{vb:raw code}</pre> </div> </div> {vb:rawphrase code} to {vb:rawphrase html_code}in the bbcode_html template, and change {vb:rawphrase code} to {vb:rawphrase php_code}in the bbcode_php template. Note that in the image provided, the number of lines was set to 10 to show multiple posts. Default is 30 in Settings > Options > BB Code > Maximum [CODE] Lines. Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements BBcode Manager 1.32 : New looks for your quote, html, php and code bbcodes ! | Modification Graveyard |