
Admin
Well-Known Member
Staff member
Administrator
Hướng dẫn:
admincp -> style & templates -> style manager -> edit style (mobile nhá
) -> tag templates
thay các đoạn code sau cho đúng nhé
tagbit_wrapper
tag_cloud_box
tag_cloud_box_search
Save lại nhé
Tiếp tục
admincp -> style & templates -> style manager -> edit style (mobile nhá
) -> Show thread templates -> SHOWTHREAD
tìm
thêm vào bên dưới
Nguồn: BD
admincp -> style & templates -> style manager -> edit style (mobile nhá

thay các đoạn code sau cho đúng nhé
tagbit_wrapper
Code:
<vb:if condition="$tag_list"> <vb:each from="tag_list" value="row">
<a href="tags.php?{vb:raw session.sessionurl}tag={vb:raw row.url}">{vb:raw row.tag}</a>{vb:raw row.comma}
</vb:each>
<vb:else /><i>{vb:rawphrase none}</i></vb:if>
tag_cloud_box
Code:
<div class="titlebg">Tag Cloud - {vb:raw cloud.count} Tags
</div>
<div class="windowbg" style="text-align:justify">{vb:raw cloud.links}</div>
tag_cloud_box_search
Code:
<div class="block"> <h2 class="blockhead">{vb:rawphrase search_tag_cloud}</h2>
<div class="blockbody settings_form_border">
<h3 class="blocksubhead">{vb:rawphrase these_are_the_x_most_searched_thread_tags,{vb:raw cloud.count}}</h3>
<div class="blockrow">{vb:raw cloud.links}</div>
</div>
</div>
Save lại nhé

Tiếp tục
admincp -> style & templates -> style manager -> edit style (mobile nhá

tìm
Code:
{vb:raw postbits}
Code:
<vb:if condition="$show['tag_box']"><div class="windowbg2"><a href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase tags}</a>:{vb:raw tag_list}</div>
</vb:if>
Nguồn: BD