Hướng dẫn việt hóa Similar Check Before Posting cho xenforo

Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
8dwb.png

Mở template check_similar_threads
Xóa hết đi và dán code này vào
HTML:
<style>
.similarThreads {
    margin-top:20px;
}
.similarThreads h3{
    font-family: 'Segoe UI Light',Tahoma,Arial,Verdana,Sans-Serif;
    font-weight:200;
    font-size:20px;
    margin-bottom:3px;
    letter-spacing: 0;
}
.similarThreads ul {
    margin-left:8px;
}
.similarThreads ul li{
    list-style:inside;
}
.similarThreads .muted{
    font-size:11px;
}
</style>
            <div class="similarThreads">
                <h3>Hãy chắn chắn rằng bài viết bạn sắp đăng không trùng với các bài viết sau:</h3>
            <ul><xen:if is="{$threads}">
                <xen:foreach loop="$threads" key="$index" value="$thread">
                    <li><a href="{xen:link threads, $thread}" title="{$thread.title}" target="_blank">{$thread.title}</a></li>
                </xen:foreach>
            <xen:else /><li>No similar threads found</li></xen:if></ul>
            </div>
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
8
Views
11K
endviethegreat
endviethegreat
tructiepgames
Replies
0
Views
948
tructiepgames
tructiepgames
Admin
Replies
6
Views
2K
khanhsak3r
khanhsak3r
H
Replies
0
Views
4K
Hotboy220
H
Back
Top