作業系統:Windows XP
PHPBB:2.0.10
風格:AQUA v1.0
我是都照著MOD包裡面的說明書改的..功能大致上沒問題..
後台也有生日期待設定..我設定為7天..唯讀在首頁應該要有生日期待的顯示
但是就只有這個沒顯示..是不是一定要等到有人快生日才會顯示??
但是我在改的過程中有看到 '今天沒有任何使用者生日'
所以應該就算沒人快生日也會顯示這串才對...
不知道是不是這串沒加的關係#-----[ OPEN ]------------------------------------------------
#
# Make sure to edit this file for every theme you use!
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan
#
#-----[ IN-LINE FIND ]----------------------------------------
#
# This value can be different, if other mods, add +1 to the value
#
2
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
# The find value can be different, if other mods, add +1 to the value
#
3
#
#-----[ FIND ]------------------------------------------------
#
{LOGGED_IN_USER_LIST}</span></td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Birthday MOD -->
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<!-- End add - Birthday MOD -->
This value can be different, if other mods, add +1 to the value
因為找不到..不懂他的意思!!
