Hướng dẫn edit recent topics style mobile vbb

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
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ự sửa nhé:
- [AJAX]VietVBB - Advanced Forum Statistics
• 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:
HTML:
<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="link ảnh">  
    
<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>
• Mở template VietVBB --> vietvbb_topstats_main
Thay toàn bộ code bằng code bên dưới:
HTML:
<div id="vietvbb_topstats_t_content">
{vb:raw content.tab_content}
</div>
• Xong!
demo: http://tuoitreit.vn/forum.php?styleid=2
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
963
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
966
AdminAdmin is verified member.
Admin
Back
Top