• 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 bỏ phần chủ đề, số post (Thread and post) ở FORUMHOME

Admin

Well-Known Member
Staff member
Administrator
Tìm và bỏ đoạn code sau trong forumhome_forumbit_level2_post template
PHP:
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>         <ul class="forumstats td">             <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>             <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>         </ul>

Trong forumbits.css

phần rộng của forumtitle
PHP:
.forumbit_post .foruminfo {     width: 63%;     min-width: 30%;     float: {vb:stylevar left};     clear: {vb:stylevar right};     min-height: {vb:stylevar forumicon_size};  }

Cho phần rộng của last post
PHP:
.forumbit_post .forumrow .forumlastpost {     width: 29%;     font-size: {vb:stylevar mid_fontSize};     padding-top: {vb:math {vb:stylevar padding}/2}; }


Cho phần forumhead 'Last Post'

PHP:
  .forumbit_nopost .forumhead .forumtitle {     font-size: {vb:stylevar font.fontSize};     min-width: 67%; }
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top