马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
修改:templates/default/viewthread.htm
找:- <!--{if $post['signature'] && !$post['anonymous'] && $showsignatures}-->
- <div class="signatures" style="maxHeightIE: {MAXSIGROWS}px;">
- $post[signature]
- </div>
- <!--{/if}-->
复制代码 改为:- <!--{if $post['number'] == 1}--><!--{if $post['signature'] && !$post['anonymous'] && $showsignatures}-->
- <div class="signatures" style="maxHeightIE: {MAXSIGROWS}px;">
- $post[signature]
- </div>
- <!--{/if}--><!--{/if}-->
复制代码 http://www.discuz.net/thread-751808-1-1.html |