Ai sử dụng những mod bên dưới thì có thể làm bước tiếp theo, còn nếu bạn sử dụng mod khác thì bạn tự edit nốt nhé:
- [AJAX]VietVBB - Advanced Forum Statistics v4.0.4 PL2
• Chỉnh sửa xong các đoạn code bên dưới các bạn nhớ ấn Save nhé ^^!!
vào ACP -- >> Style Manager -- >> Edit Templates
• Mở template VietVBB --> vietvbb_topstats_latest_posts
Thay toàn bộ code bằng code bên dưới:
• Mở template VietVBB --> vietvbb_topstats_main
Thay toàn bộ code bằng code bên dưới:
• Xong!
demo: đây
------------------------
-----------------------
- [AJAX]VietVBB - Advanced Forum Statistics v4.0.4 PL2
• Chỉnh sửa xong các đoạn code bên dưới các bạn nhớ ấn Save nhé ^^!!
vào ACP -- >> Style Manager -- >> Edit Templates
• Mở template VietVBB --> vietvbb_topstats_latest_posts
Thay toàn bộ code bằng code bên dưới:
Code:
<div class="stas1">
<span class="topx-content-tab">
<img src="{vb:stylevar imgdir_statusicon}/post_{vb:raw content.newpost}-mb.gif" border="0">
{vb:raw content.prefix_rich} <a href="{vb:link thread, {vb:raw content},
{vb:raw content.gotonewpost}, 'threadid', 'fullthreadtitle'}" onmouseover="topxTip(document.getElementById('tip_{vb:raw content.threadid}').innerHTML)" onmouseout="UnTip()">{vb:raw content.titletrimmed}</a>
[{vb:raw content.replycount}]</span></div>
{vb: raw content.threadinfo} <vb:if condition="!$content[userid]">
<div style="cursor:pointer;">{vb:rawphrase guest}</div>
<vb:else />
<div class=stas>
<img src="http://gocdanchoi.info/forum/images/arrowdown.png">
<a href="{vb:link member, {vb:raw content}, null, 'userid', 'fullusername'}" title="{vb:raw content.fullusername}">{vb:raw content.musername}</a>
({vb:raw content.lastpostdate}, {vb:raw content.lastposttime})
</vb:if>
</div>
Thay toàn bộ code bằng code bên dưới:
Code:
<div id="vietvbb_topstats_t_content">
{vb:raw content.tab_content}
</div>
demo: đây
------------------------
-----------------------