問題外掛:Medal_System_2.2.3
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... dal_System
使用版本:phpBB 2.0.17
網站位置:http://220.133.228.76/phpBB2/index.php
狀況描述:安裝後一切測試都ok.但隔天在外測試論壇時卻顯示沒有授權
但過一會卻又可進入首頁勳章控制台.且安裝此外掛後需重覆登入數次才可正常登入.感覺不是很穩定.不曉得有那裡需要修改?
Medal_System_2.2.3使用問題
版主: 版主管理群
2.2.3 (修改後的版本編號是 0.43)已經是舊版了
http://sourceforge.net/project/showfile ... _id=113444
我想你可以是是看清除 Cookie,因為這個外掛沒有動到 phpBB 的 session 相關代碼,所以有關登入/登出的問題應該不是這個外掛造成的
\n~Mac
http://sourceforge.net/project/showfile ... _id=113444
我想你可以是是看清除 Cookie,因為這個外掛沒有動到 phpBB 的 session 相關代碼,所以有關登入/登出的問題應該不是這個外掛造成的
\n~Mac
抱歉~我安裝的應該是Medal System 勳章系統 0.4.5
但我不太確定說\r
現在一切正常但您說的修改部份
語系修正:
lang_admin.php
代碼:
$lang['Click_return_medaladmin'] = '點選 %s這裡%s 返回勳章管理.';
lang_main.php
代碼:
$lang['Click_return_medal'] = '點選 %s這裡%s 返回勳章控制台'
及
非組長查看 medals.php 表格會亂掉
打開
代碼:
medals_body.tpl
尋找
代碼:
<!-- BEGIN switch_mod_option -->
<tr>
<td class="row1" align="center" nowrap="nowrap">
<span class="gensmall"><a href="{medals.U_MEDAL_CP}" class="gen">{L_LINK_TO_CP}</a></span>
</td>
</tr>
<!-- END switch_mod_option -->
替換成
代碼:
<tr>
<td class="row1" align="center" nowrap="nowrap">
<!-- BEGIN switch_mod_option -->
<span class="gensmall"><a href="{medals.U_MEDAL_CP}" class="gen">{L_LINK_TO_CP}</a></span>
<!-- END switch_mod_option -->
</td>
</tr>
以上是針對勳章系統 0.4.5版本嗎?
但我不太確定說\r
現在一切正常但您說的修改部份
語系修正:
lang_admin.php
代碼:
$lang['Click_return_medaladmin'] = '點選 %s這裡%s 返回勳章管理.';
lang_main.php
代碼:
$lang['Click_return_medal'] = '點選 %s這裡%s 返回勳章控制台'
及
非組長查看 medals.php 表格會亂掉
打開
代碼:
medals_body.tpl
尋找
代碼:
<!-- BEGIN switch_mod_option -->
<tr>
<td class="row1" align="center" nowrap="nowrap">
<span class="gensmall"><a href="{medals.U_MEDAL_CP}" class="gen">{L_LINK_TO_CP}</a></span>
</td>
</tr>
<!-- END switch_mod_option -->
替換成
代碼:
<tr>
<td class="row1" align="center" nowrap="nowrap">
<!-- BEGIN switch_mod_option -->
<span class="gensmall"><a href="{medals.U_MEDAL_CP}" class="gen">{L_LINK_TO_CP}</a></span>
<!-- END switch_mod_option -->
</td>
</tr>
以上是針對勳章系統 0.4.5版本嗎?

