1.打开:\template\default\forum\viewthread_printable.htm
搜索:
- <!--{else}-->
- <!--{if $post['subject']}--><b>{lang subject}: </b>$post[subject]<br /><!--{/if}-->
- $post[message]
- <!--{if $post['imagelist']}-->
- <!--{echo showattach($post, 1)}-->
- <!--{/if}-->
- <!--{if $post['attachlist']}-->
- <!--{echo showattach($post)}-->
- <!--{/if}-->
- <!--{/if}-->
复制代码
修改后的代码为
- <!--{else}-->
- <!--{if $post['subject']}--><b>{lang subject}: </b>$post[subject]<br /><!--{/if}-->
- $post[message]
- <!--{if $_G['adminid'] == 1 && $post['imagelist']}-->
- <!--{echo showattach($post, 1)}-->
- <!--{/if}-->
- <!--{if $_G['adminid'] == 1 && $post['attachlist']}-->
- <!--{echo showattach($post)}-->
- <!--{/if}-->
- <!--{/if}-->
- 2.保存同名文件
复制代码
3.覆盖,更新缓存
|