• 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 Thu Gọn Các Cột Skin VBB3.

[King-Game]

New Member
Bài Này Được Tách Ra Trong Phần Của Kus.
Gần như việc bố trí các cột trong skin gốc là khá nhiều và ko cần thiết ,chúng ta có thể thu nó lại 1 chút cho dễ coi hơn ,tùy theo ý thích của bạn thôi Tạm thời tôi sẽ chỉ bạn gom nó lại còn 2 cột.
-Vào forumhome_forumbit_level1_nopost tìm đoạn:
Code:
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%"align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Thay thế bằng:
Code:
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%"align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$vbphrase[last_post]</td>
</tr>
Xong rồi Đó! Nguồn TuoiTreVN.Biz

----------> Bổ sung bài viết lúc 08:11 <----------> Bài viết trước lúc 08:06 <----------

Ah Quên còn Phần FORUMDISPLAY
Tiếp theo hãy vào FORUMDISPLAY.Tìm đoạn:
Code:
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%"align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Xóa nó và thay thế bằng:
Code:
<tr align="center">
<td class="thead" colspan="2" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$vbphrase[last_post]</td>
</tr>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top