关于帖子分类信息的问题? New
如何让分类信息内容一直显示,意思就是访客、设在购买主题的帖子 分类信息 内容依然显示。我在模板里 viewthread_node_body.htm 找到了这段分类信息代码,我把这段代码移到的模板的顶端,可以实现了此功能,但是有个问题就是,所有回复的帖子也会显示这个分类,但我这需要主题显示即可。。这个不知如何解决?请高手指教下。。。
$threadsortshow {lang has_expired} $_G[$_G] $option: $option $option-
我知道答案 回答被采纳将会获得1 贡献 已有1人回答 通过多次摸索,终于找到了解决方法,供大家参考:
解决方法: \template\default\forum\viewthread_node_body.htm
29-53行代码删除,将以下代码粘贴到顶部第二行 <div class="pcb"> 代码下即可。
<!--{if $post['first']}--> <!--{if $threadsort && $threadsortshow}--> <!--{if $threadsortshow['typetemplate']}--> $threadsortshow <!--{elseif $threadsortshow['optionlist']}--> <div class="typeoption"> <!--{if $threadsortshow['optionlist'] == 'expire'}--> {lang has_expired} <!--{else}--> <table summary="{lang threadtype_option}" cellpadding="0" cellspacing="0" class="cgtl mbm"> <caption>$_G[$_G]</caption> <tbody> <!--{loop $threadsortshow['optionlist'] $option}--> <!--{if $option['type'] != 'info'}--> <tr> <th>$option:</th> <td><!--{if $option['value'] !== ''}-->$option $option<!--{else}-->-<!--{/if}--></td> </tr> <!--{/if}--> <!--{/loop}--> </tbody> </table> <!--{/if}--> </div> <!--{/if}--> <!--{/if}--> <!--{/if}-->
页:
[1]