- 積分
- 7573
- 威望
- 7573
- 金錢
- 9482
- 最後登錄
- 2024-10-15
|
打开:viewthread_node.htm文件
第一步,查找- <div class="postmessage <!--{if $post['first']}-->firstpost<!--{/if}-->">
複製代碼 下面加:
本帖隱藏的內容需要回復才可以瀏覽
第二步,继续查找,并删除- <!--{if $post['first']}-->
- <div id="threadtitle">
- <!--{if $thread['readperm']}--><em>{lang readperm_thread} $thread[readperm]</em><!--{/if}-->
- <h1>$thread[subject]</h1>
- <!--{if $thread[tags] || $relatedkeywords}-->
- <div class="threadtags">
- <!--{if $thread['tags']}-->$thread[tags]<!--{/if}-->
- <!--{if $relatedkeywords}--><span class="postkeywords">$relatedkeywords</span><!--{/if}-->
- </div>
- <!--{/if}-->
- </div>
- <!--{elseif $post['subject']}-->
- <h2>$post[subject]</h2>
- <!--{/if}-->
複製代碼 第三步,继续查找- <table cellspacing="0" cellpadding="0"><tr><td class="t_msgfont" id="postmessage_$post[pid]">$post[message]</td></tr></table>
複製代碼 替换为:- <h1 class="ititle">$thread[subject]</h1>
- ... <!--{if $thread['special'] != 3 || $thread['price'] >= 0 || $thread['dateline'] + 1 != $post['dbdateline'] || $post['first']}-->{lang poston} $post[dateline] <!--{/if}--> ... $thread[views] 次点击 </span></span><br /><br />
- <div id="message1" class="t_msgfont">
- $post[message]
- </div>
- </span>
複製代碼 第四步,继续找- <!--{else}-->
- <div id="post_rate_div_$post[pid]"></div>
- <!--{/if}-->
- <!--{/if}-->
- <!--{if $post['first']}-->
複製代碼 在上面加:
本帖隱藏的內容需要回復才可以瀏覽
演示地址:http://kc.feiclub.net/discuz |
-
3
評分人數
-
|