Quote:
Originally Posted by W!cKeD
Big Thank you Badshah93 for your great work.
Ive a Problem with the [Code]-tag when he is to long, i have no scollbutton, do you have any solution for it, i think it is not a problem with your hidehack, i think its a vbulletin (css) problem.
Thanks in advance
Regards
|
hmm..
here is one code which you can try.
edit "bbcode_code" template
Replace all with this
Code:
<div class="bbcode_container">
<div class="bbcode_description">{vb:rawphrase code}:</div>
<pre class="bbcode_code" style="height:auto;<vb:if condition="$vboptions['codemaxlines']">max-height:{vb:raw vboptions.codemaxlines}px;"<vb:else />"</vb:if>>{vb:raw code}</pre>
</div>