phpBB Version: 3.0.5
Gallery-Link: http://www.thecampingforum.co.uk/forum/gallery/index.php
PHP Version: 5.2.8
Database Version: 5.0.77
Error description and message
Had posted on phpbb also. but thought it would be best here.. how you keep track of the posts in one thread is beyond me??
the outputed code is as follows.
index.php
- Code: Select all
/**
* 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, 4, 1, false, true, 'album', 0);
And the index_body.html
- Code: Select all
<!-- INCLUDE gallery_recent_body.html -->
Screenshot



