安裝別的外掛也沒有任何問題?
但是在安裝好cashmod卻發生後台無法正常顯示有些頁面還是空白,之前看過很多有關安裝cashmod的文章但還是無法解決我的問題:

我的phpBB2版本:2.0.13
可以請大大們幫我看看是那個檔案出錯嗎?
謝謝!
版主: 版主管理群

代碼: 選擇全部
<tr>
<td class="row1">{L_CASH_DISABLED}</td>
<td class="row2"><input type="radio" name="cash_disable" value="1" {DISABLE_CASH_YES} /> {L_YES} <input type="radio" name="cash_disable" value="0" {DISABLE_CASH_NO} /> {L_NO}</td>
</tr>代碼: 選擇全部
<tr>
<td class="row1">{L_CASH_ADMINCP}</td>
<td class="row2"><input type="radio" name="cash_adminbig" value="1" {ADMIN_BIG} /> {L_SIDEBAR} <input type="radio" name="cash_adminbig" value="0" {ADMIN_SMALL} /> {L_MENU}</td>
</tr>
<tr>
<td class="row1">{L_CASH_ADMINNAVBAR}</td>
<td class="row2"><input type="radio" name="cash_adminnavbar" value="1" {ADMINNAVBAR_YES} /> {L_YES} <input type="radio" name="cash_adminnavbar" value="0" {ADMINNAVBAR_NO} /> {L_NO}</td>
</tr>bokie 寫:這樣可能是小了下面那段了,如果不行的你還是重新安裝過吧\r
你的templates/你的風格/admin/cash_config.tpl
在這段的下面\r加入這段\r代碼: 選擇全部
<tr> <td class="row1">{L_CASH_DISABLED}</td> <td class="row2"><input type="radio" name="cash_disable" value="1" {DISABLE_CASH_YES} /> {L_YES} <input type="radio" name="cash_disable" value="0" {DISABLE_CASH_NO} /> {L_NO}</td> </tr>這只是一部份代碼: 選擇全部
<tr> <td class="row1">{L_CASH_ADMINCP}</td> <td class="row2"><input type="radio" name="cash_adminbig" value="1" {ADMIN_BIG} /> {L_SIDEBAR} <input type="radio" name="cash_adminbig" value="0" {ADMIN_SMALL} /> {L_MENU}</td> </tr> <tr> <td class="row1">{L_CASH_ADMINNAVBAR}</td> <td class="row2"><input type="radio" name="cash_adminnavbar" value="1" {ADMINNAVBAR_YES} /> {L_YES} <input type="radio" name="cash_adminnavbar" value="0" {ADMINNAVBAR_NO} /> {L_NO}</td> </tr>![]()
希望有大大可以幫到你了...
代碼: 選擇全部
includes/functions.php代碼: 選擇全部
include($phpbb_root_path . 'language/[color=red]lang_english[/color]/lang_cash.' . $phpEx);代碼: 選擇全部
include($phpbb_root_path . 'language/[color=blue]lang_chinese_traditional_taiwan[/color]/lang_cash.' . $phpEx);代碼: 選擇全部
cash_viewprofile.tpl代碼: 選擇全部
{cashrow.CASH_NAME}:代碼: 選擇全部
io_oi 寫:我的做法
#
#-----[ 開啟 ]------------------------------------------
##代碼: 選擇全部
includes/functions.php
#-----[ 搜尋 ]------------------------------------------
##代碼: 選擇全部
include($phpbb_root_path . 'language/[color=red]lang_english[/color]/lang_cash.' . $phpEx);
#-----[ 取代 ]------------------------------------------
#這樣就不需要讓長長的語系再重複一次\r代碼: 選擇全部
include($phpbb_root_path . 'language/[color=blue]lang_chinese_traditional_taiwan[/color]/lang_cash.' . $phpEx);