Agrega el código que cree, antes de la linea que citéMosha escribió:Pero no tengo ni idea de que hacer...

O sea :
Abrir :
raíz/portal.php
Buscar :
Código: Seleccionar todo
// output page
page_header($user->lang['PORTAL']);
Código: Seleccionar todo
if (!function_exists('calendar_display_calendar_on_index'))
{
include($phpbb_root_path . 'includes/functions_calendar.' . $phpEx); // contains the functions that "do the work".
}
calendar_display_calendar_on_index();