I was wondering How to take out phpbb's ACP menu out of mxbb's ACP menu.
::edit:: and since I can not delete this topic, It may be usefull for someone else in the future. I solved it by taking out;
// Include PHPBB Administration
//
$module_phpbb = array_merge( $module, read_admin( $phpbb_root_path . "admin/" ));
ksort($module_phpbb);
$template->assign_block_vars('module_phpbb', array(
"L_PHPBB" => $lang['Phpbb']
)
);
while( list($cat, $action_array) = each($module_phpbb) )
{
$cat = ( !empty($lang[$cat]) ) ? $lang[$cat] : preg_replace("/_/", " ", $cat);
$template->assign_block_vars("module_phpbb.catrow", array(
"ADMIN_CATEGORY" => $cat)
);
ksort($action_array);
$row_count = 0;
while( list($action, $file) = each($action_array) )
{
$row_color = ...

English |
French
News of mxBB2 Portal