May 29, 2006
迴響安全檢核碼安裝方法
1. 登入MT管理介面。
2. 修改下列各模板:
- Individual Entry Template
- Comment Listing Template
- Comment Preview Template
- Comment Error Template
在上列四個模版中,找到:
<label for="url">URL:</label><br />
<input tabindex="3" id="url" name="url" /><br/><br />
在其之後加入下列程式碼片段:
<!-- 檢核碼檢查開始 -->
<input type="hidden" id="code" name="code" value="<$MTSecurityCode$>">
<label for="code">安全檢核碼:</label><br />
<input tabindex="3" id="scode" name="scode" size="10" />
<img border="0" align="absmiddle" src="<$MTCGIPath$><$MTSecurityImage$>?code=<$MTSecurityCode$>"><br/><br />
<!-- 檢核碼檢查結束 -->
Comments
Post a comment
Powered by Movable Type 3.33





