highwaycop:
und den abschnitt in der index.php geändert?
$gallery_root_path = GALLERY_ROOT_PATH;
include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
$ints = array(
'rows' => 1,
'columns' => 4,
'comments' => 0,
'contests' => 0,
);
/**
* int array including all relevent numbers for rows, columns and stuff like that,
* display int sum of the options which should be displayed, see gallery/includes/constants.php "// Display-options for RRC-Feature" for values
* modes int sum of the modes which should be displayed, see gallery/includes/constants.php "// Mode-options for RRC-Feature" for values
* collapse bool collapse comments
* include_pgalleries bool include personal albums
* mode_id string 'user' or 'album' to only display images of a certain user or album
* id int user_id for user profile or album_id for view of recent and random images
*/
recent_gallery_images($ints, 61, 2, false, true);
HEADLINE hat geschrieben:@Fundus1
Betreff; Wettbewerb
Im ACP --> Mods --> Gallerie --> Galerie konfigurieren --> Neueste & zufällige Bilder & Kommentare – Feature --> 6. Spalte
jup, danke, habs gerade gefunden
