05-11-2010, 12:52 PM
取消 回覆/引用 的強制提醒作者
修改 templates/default/post.htm
找到剪下,再找到
下面貼上,並修改為
=================================
header高度
修改 css_append.htm
/* 搭配header背景圖高度 另,頁面背景圖改為 repeat-x 0 201px */
#header .wrap { position: relative; padding: 24px 0 22px;}
BRS 後面加個 height:154px; 且 後台編輯風格把Gray的背景圖改成 repeat-x 0 200px
背景圖200px的設定
================================
13px時 最後回覆寬度
修改 css_append.htm
================================
搜尋頁面 標題/全文 改為 radio 點選
修改 search.htm
找到改為 ==============================
搜尋結果 點標題改為原視窗開啟
修改 search_threads.htm
找到刪除 target="_blank"
註: $thread[highlight] 似乎沒有作用
修改 templates/default/post.htm
找到
程式碼:
<!--{if $action == 'reply'}-->
<input type="hidden" name="noticeauthor" value="$noticeauthor" />
<input type="hidden" name="noticetrimstr" value="$noticetrimstr" />
<input type="hidden" name="noticeauthormsg" value="$noticeauthormsg" />
<!--{/if}-->
程式碼:
<p><input type="checkbox" id="allowimgcode" disabled{if $forum['allowimgcode']} checked="checked"{/if} /><label for="allowimgcode">{lang post_imgcode}</label></p>
程式碼:
<!--{if $action == 'reply'}-->
<input type="checkbox" name="noticeauthor" value="$noticeauthor" />{lang notice}{lang author}
<input type="hidden" name="noticetrimstr" value="$noticetrimstr" />
<input type="hidden" name="noticeauthormsg" value="$noticeauthormsg" />
<!--{/if}-->
header高度
修改 css_append.htm
/* 搭配header背景圖高度 另,頁面背景圖改為 repeat-x 0 201px */
#header .wrap { position: relative; padding: 24px 0 22px;}
BRS 後面加個 height:154px; 且 後台編輯風格把Gray的背景圖改成 repeat-x 0 200px
背景圖200px的設定
程式碼:
#header .wrap { position: relative; padding: 24px 0 22px; height:154px;}
13px時 最後回覆寬度
修改 css_append.htm
程式碼:
/* 13px時,調整 最後發表寬度 */
.lastpost { width: 125px; }
搜尋頁面 標題/全文 改為 radio 點選
修改 search.htm
找到
程式碼:
<select name='srchtype'>
<option value="title">{lang title}</option>
<!--{if !$disabled[fulltext]}--><option value="fulltext">{lang search_fulltext}</option><!--{/if}-->
</select>
程式碼:
<input type="radio" name="srchtype" value="title" checked="checked">{lang title}
<!--{if !$disabled[fulltext]}--><input type="radio" name="srchtype" value="fulltext">{lang search_fulltext}<!--{/if}-->
搜尋結果 點標題改為原視窗開啟
修改 search_threads.htm
找到
程式碼:
<a href="viewthread.php?tid=$thread[tid]&highlight=$index[keywords]" target="_blank" $thread[highlight]>$thread[subject]</a>
註: $thread[highlight] 似乎沒有作用