Hi guys,
need to see the block of recent & last images upload in my website index (not index forum).
¿any mod?
sorry for my english!
thx u




<!-- INCLUDE overall_header.html -->
<?php
define ( 'IN_PHPBB' , true );
$phpbb_root_path = ( defined ( 'PHPBB_ROOT_PATH' )) ? PHPBB_ROOT_PATH : './' ;
$phpEx = substr ( strrchr ( __FILE__ , '.' ), 1 );
include( $phpbb_root_path . 'common.' . $phpEx );
// Start session management
$user -> session_begin ();
$auth -> acl ( $user -> data );
$user -> setup ();
page_header ( 'About Us' );
$template -> set_filenames (array(
'body' => 'about_body.php' ,
));
make_jumpbox ( append_sid ( "{$phpbb_root_path}viewforum.$phpEx" ));
page_footer ();
?><?php
// Output page
page_header($user->lang['INDEX']);
?>
<?php
/**
* RRC of phpbb gallery
* See http://www.flying-bits.org/rrc_configurator.php for more information
*/
$gallery_block = new phpbb_gallery_block();
$gallery_block->set_modes(array('recent', 'random', 'comment'));
$gallery_block->set_display_options(array('albumname', 'imagename', 'imagetime', 'imageviews', 'username', 'ip'));
$gallery_block->set_nums(array('rows' => 1, 'columns' => 4, 'comments' => 5, 'contests' => 1));
$gallery_block->set_pegas(true);
$gallery_block->display();
?>
<!-- INCLUDE gallery/recent_body.html -->



Users browsing this forum: No registered users and 1 guest