1. 升級數據庫
ALTER TABLE `cdb_members` ADD `showsignature` smallint(2) DEFAULT '1' NOT NULL;
2. include/common.inc.php
, m.showsignature AS showsignature
3. 打開memcp.php
if ($member['showsignature'] == 0)
{
$checkhidesignature = 'checked';
}
else
{
$checkshowsignature = 'checked';
}
showsignature='$showsignaturenew',
4. 打開viewthread.htm
<!--{if $post['signature']
5. 打開memcp_profile.htm
<tr>
<td class="altbg1" valign="top">{lang signature}<!--{if $maxsigsize}--> ($maxsigsize {lang bytes_limited})<!--{/if}-->:<br><br>
<span class="smalltxt">
<tr>
<td class="altbg1" valign="top">瀏覽主題時是否顯示用戶簽名(包括自己):</td>
<td class="altbg2">
<input type="radio" value="1" name="showsignaturenew" $checkshowsignature>顯示
<input type="radio" value="0" name="showsignaturenew" $checkhidesignature>不顯示 (選擇不顯示,可提高瀏覽速度)</td>
</tr>
http://lcforum.myvnc.com:8000/bbs/index.php