參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... dal+System
使用版本:phpBB 2.0.19
網站位置:http://starryhometown.net/
狀況描述:
不過現在不用執行這步驟就已經沒顯示人數了UsageGuide_tw.txt 寫: ########################################################
## 10. 如何移除 medals.php 的會員名單中的 (N)?
########################################################
#
#-----[ 打開 ]------------------------------------------
#
medals.php
#
#-----[ 尋找 ]------------------------------------------
#
if ($count > 0) $medals[$i]['users_list'] = '(' . $count . ') ' . $medals[$i]['users_list'];
#
#-----[ 取代為 ]------------------------------------------
#
if ($count > 0) $medals[$i]['users_list'] = $medals[$i]['users_list'];
#
#-----[ 儲存/關閉所有檔案 ]------------------------------------------
#
# 外掛修正結束
請問要如何才能顯示授頒人數?
