discuz 发布页面将标签那个lable设为选中状态
首先在post_editor_attribute.htm 模板,找到,增加一个lable的class ="a",然后找到他的对应的div,将 display:block
<!--{if $_G['group']['allowposttag']}-->
<div id="extra_tag_c" class="exfm cl" style="display: block;">
<!--{/if}-->
<!--{if $_G['group']['allowposttag']}-->
<label id="extra_tag_b" onclick="showExtra('extra_tag')" class="a"><span id="extra_tag_chk">{lang posttag}</span></label>
<!--{/if}-->
浙公网安备 33010602011771号