Junior admin problem
Postat: 2005-10-05 22:42
Jag har installerat Junior admin och så fort jag går in i admin meny så är den hel vit. Vad kan vara felet?
phpBB-support, snack och diskussioner på svenska
https://phpbb.se/forum/
Kod: Markera allt
?>Kod: Markera allt
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_jr_admin.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', true);
define('MOD_VERSION', '2.0.5');
define('MOD_CODE', 1);
$phpbb_root_path = '../';
include($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path."includes/functions_jr_admin.$phpEx");
include_once("pagestart.$phpEx");
find_lang_file_nivisec('lang_jr_admin');
if (!empty($setmodules))
{
$filename = basename(__FILE__);
$module['Users']['Jr_Admin'] = $filename;
return;
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
define('IN_PHPBB', true);
define('MOD_VERSION', '2.0.5');
define('MOD_CODE', 1);
if (!empty($setmodules))
{
$filename = basename(__FILE__);
$module['Users']['Jr_Admin'] = $filename;
return;
}
$phpbb_root_path = './../';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path."includes/functions_jr_admin.$phpEx");
include("pagestart.$phpEx");
find_lang_file_nivisec('lang_jr_admin');
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_jr_admin.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path.JR_ADMIN_DIR.$file);
#
#-----[ REPLACE WITH ]------------------------------------------
#
include_once($phpbb_root_path.JR_ADMIN_DIR.$file);
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoMKan någon hjälpa mig med detta?include_once($phpbb_root_path . 'includes/functions_jr_admin.' . $phpEx);
$admin_link = jr_admin_make_admin_link(); ( ( $userdata['user_level'] == MOD ) ? '<a href="modcp/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Mod_CP'] . '</a><br /><br />' : '' );