para incluir random image y recent image hago los pasos que me dice el mod de phpbb gallery
1. en index.php añado:
Código: Seleccionar todo
/**
* RRC of phpbb gallery
* for more information see gallery/index.php:
* "include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);"
*/
$gallery_root_path = GALLERY_ROOT_PATH;
include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
$ints = array(
'rows' => 1,
'columns' => 4,
'comments' => 5,
'contests' => 1,
);
recent_gallery_images($ints, 189, 7, false, true, 'album', 0);
Código: Seleccionar todo
<!-- INCLUDE gallery/recent_body.html -->
despues como les dije si desabilito el primetime se ven si lo pongo no queria saber si se puede hacer algun block en donde muestre esas dos cosas gracias.