
Admin
Well-Known Member
Staff member
Administrator
Hướng dẫn
admincp -> style & templates -> style manager -> edit style -> new posting templates -> newthread
tìm
thêm vào sau </div>
Xem thêm: [Hướng dẫn] hiện tag topic style mobile vbb
Nguồn: BD
admincp -> style & templates -> style manager -> edit style -> new posting templates -> newthread
tìm
PHP:
{vb:raw messagearea}
PHP:
<vb:if condition="$show['tag_option']">
Tag cho chủ đề:
<input type="text" class="primary full textbox popupctrl" name="taglist" id="tagpopup_ctrl" value="{vb:raw newpost.taglist}" tabindex="1" />
<script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
tag_add_comp = new vB_AJAX_TagSuggest('tag_add_comp', 'tagpopup_ctrl', 'tagpopup');
tag_add_comp.allow_multiple = true;
tag_add_comp.set_delimiters('{vb:raw tag_delimiters}');
//-->
</script>
</vb:if>
Nguồn: BD