To błąd color ranks, masz rację.
W common.php znajdź ten kod:
Kod:
include($phpbb_root_path . 'includes/functions_color_rank.'.$phpEx);
color_prepare();
Wytnij go i wklej przed:
Kod:
//
// Show 'Board is disabled' message if needed.
//
if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
{
message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
}
Czyli końcówka pliku common.php ma wyglądać tak:
Kod:
include($phpbb_root_path . 'includes/functions_color_rank.'.$phpEx);
color_prepare();
//
// Show 'Board is disabled' message if needed.
//
if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
{
message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
}
?>
Autor postu otrzymał pochwałę
Admin Modules Management 3.0.0