KanColle © 2014 DMM.com / KADOKAWA GAMES All Rights Reserved. / Animation by © Good Smile Company
[Discuz]Style 7.2
#9
取消 回覆/引用 的強制提醒作者
修改 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>
刪除 target="_blank"
註: $thread[highlight] 似乎沒有作用
回覆


這個主題的文章
[Discuz]Style 7.2 - by NINJA - 08-21-2009, 01:19 AM
RE: [Discuz]Style 7.2 - by NINJA - 08-21-2009, 07:50 PM
RE: [Discuz]Style 7.2 - by NINJA - 10-09-2009, 09:43 PM
RE: [Discuz]Style 7.2 - by NINJA - 10-23-2009, 10:41 PM
RE: [Discuz]Style 7.2 - by NINJA - 03-06-2010, 08:29 PM
RE: [Discuz]Style 7.2 - by NINJA - 03-06-2010, 08:30 PM
RE: [Discuz]Style 7.2 - by NINJA - 03-08-2010, 04:41 PM
RE: [Discuz]Style 7.2 - by NINJA - 03-22-2010, 08:33 PM
RE: [Discuz]Style 7.2 - by NINJA - 05-11-2010, 12:52 PM
RE: [Discuz]Style 7.2 - by NINJA - 03-06-2011, 02:02 PM

前往:


正在瀏覽這個主題的使用者: 7 位訪客