• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn sửa lỗi bbcode style mobile vbb

Admin

Well-Known Member
Staff member
Administrator
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
HTML:
<div class="bbcode_container" >     <div class="bbcode_description"  style="padding-bottom:2px">{vb:rawphrase code}:&nbsp;<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>
bbcode_html
HTML:
<div class="bbcode_container">     <div class="bbcode_description"  style="padding-bottom:2px">{vb:rawphrase html_code}:&nbsp;<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>
bbcode_php
HTML:
<div class="bbcode_container">    <div class="bbcode_description"  style="padding-bottom:2px">{vb:rawphrase php_code}:&nbsp;<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>
 

Facebook Comments

New posts New threads New resources

Back
Top