Vào admdincp -> styles manager -> edit style mobile -> BBcode Layout templates
chọn bbcode_code và xóa hết bên code bên trong
dán đoạn này vào
bbcode_html
bbcode_php
chọn bbcode_code và xóa hết bên code bên trong
dán đoạn này vào
HTML:
<div class="bbcode_container" > <div class="bbcode_description" style="padding-bottom:2px">{vb:rawphrase code}: <a href="#" onclick="selectCode(this); return false;" style="font-size:11px">(Click Here to Select All)</a></div>
<div style="width:auto;max-height:150px;white-space:nowrap;overflow:scroll;border:1px inset;padding:4px;background:#f2f6f8;text-align:left;direction:ltr;"> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']">style="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>><p>{vb:raw code}</p></pre> </div>
</div>
HTML:
<div class="bbcode_container"> <div class="bbcode_description" style="padding-bottom:2px">{vb:rawphrase html_code}: <a href="#" onclick="selectCode(this); return false;" style="font-size:11px">(Click Here to Select All)</a></div>
<div style="width:auto;max-height:150px;white-space:nowrap;overflow:scroll;border:1px inset;padding:4px;background:#f2f6f8;text-align:left;direction:ltr;"> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:<vb:if condition="$blockheight<=$vboptions['codemaxlines']">{vb:math {vb:math {vb:raw blockheight}+2}}*{vb:stylevar mid_fontSize}}<vb:else />{vb:math {vb:math {vb:raw blockheight}+1}*{vb:stylevar mid_fontSize}}</vb:if>;"</vb:if>><p>{vb:raw code}</p></pre>
</div> </div>
HTML:
<div class="bbcode_container"> <div class="bbcode_description" style="padding-bottom:2px">{vb:rawphrase php_code}: <a href="#" onclick="selectCode(this); return false;" style="font-size:11px">(Click Here to Select All)</a></div>
<div style="width:auto;max-height:150px;white-space:nowrap;overflow:scroll;border:1px inset;padding:4px;background:#f2f6f8;text-align:left;direction:ltr;"> <div class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']">style="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>><code><p>{vb:raw code}</p></code></div>
</div> </div>