參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php ... %AA%A9%A5D
使用版本:phpBB 2.0.6
網站位置:
http://70123.24cc.com
狀況描述:
真不好意思~又來問問題了
首先我想請問一下~在超級版主這邊有一段程式碼是includes/page_header.php
不過他有說可能會在index.php中才找的到\r
代碼: 選擇全部
#-----[ FIND ]------------------------------------------
#
//These few lines are for the whos visited today MOD. They MAY be in your index.php file if you have a recent version of this MOD.
if( $todayrow['user_level'] == ADMIN )
{
$todayrow['username'] = '<b>' . $todayrow['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor3'] . '"';
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
//These few lines are for the whos visited today MOD. They MAY be in your index.php file if you have a recent version of this MOD.
else if( $todayrow['user_level'] == LESS_ADMIN )
{
$todayrow['username'] = '<b>' . $todayrow['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor4'] . '"';
}代碼: 選擇全部
case ADMIN :
$todayrow['username'] = '<b>' . $todayrow['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor3'] . '"';而且我也找不到有人討論這個話題...所以我就跳過這邊~
不知道是不是因為這樣~我的超級版主的顏色跟一般版主相同
而且我也找不到定義fontcolor4的顏色~那到底是因為我沒用上面的語法~還是顏色要另外定義呢?_?
而且在超級版主的後台管理當中~會員的管理選項搜尋後會出現\r
代碼: 選擇全部
Warning: opendir(./../../language): failed to open dir: No such file or directory in /home/bluemoon/public_html/moonphp/includes/functions_selects.php on line 31
Warning: readdir(): supplied argument is not a valid Directory resource in /home/bluemoon/public_html/moonphp/includes/functions_selects.php on line 34
Warning: closedir(): supplied argument is not a valid Directory resource in /home/bluemoon/public_html/moonphp/includes/functions_selects.php on line 45先謝謝了m(_ _)m
補充:
外掛清單\r
http://bluemoon.roc.cc/moonphp/mods.php


