主题操作记录移动到主题上方
打开:viewthread_node.htm找到:[code] {lang guest} {$pluginhooks[viewthread_postheader][$postcount]}<em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
<!--{/if}-->
</div>
</div>
</div>[/code]下面添加:[code]<!--{if $post['first']}--><!--{if $lastmod['modaction']}-->
<div style="width:100%;text-align:center;">
<a style="color: #999 !important;" href="misc.php?action=viewthreadmod&tid=$tid" title="{lang thread_mod}" onclick="showWindow('viewthreadmod', this.href);return false;">{lang thread_mod_by}</a>
</div>
<!--{/if}--><!--{/if}-->[/code]然后找到:删除[code]<!--{if $lastmod['modaction']}--><a href="misc.php?action=viewthreadmod&tid=$tid" title="{lang thread_mod}" onclick="showWindow('viewthreadmod', this.href);return false;">{lang thread_mod_by}</a><!--{/if}-->[/code]
页:
[1]