Hướng dẫn hiện tag topic 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
Hướng dẫn:
admincp -> style & templates -> style manager -> edit style (mobile nhá :p ) -> tag templates

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é :p

Tiếp tục
admincp -> style & templates -> style manager -> edit style (mobile nhá :p ) -> Show thread templates -> SHOWTHREAD
tìm
Code:
{vb:raw postbits}
thêm vào bên dưới
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
 
Auto tags là mod mà....
 
Tag:None thì mod đó ở pc thôi còn mb thì nó none không nhỉ? k hiện chi tiết? Tag:None
 
Ở một số top lập thì none, đa số là có kết quả
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
914
AdminAdmin is verified member.
Admin
cuongpro9x
Replies
0
Views
1K
cuongpro9xcuongpro9x is verified member.
cuongpro9x
kaoron1990
Replies
1
Views
2K
HeroHero is verified member.
Hero
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Back
Top