Hello,
Does anyone know how to set the index page not show the album but show the pictures in an album directly?
For example, I don't want the index page to be 'main.php', but 'main.php?g2_itemId=11'.
Thanks!
You can add: $gallery->setConfig('defaultAlbumId', 11); to config.php anywhere below line 36
$gallery->setConfig('defaultAlbumId', 11);
-s FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 6136
You can add:
$gallery->setConfig('defaultAlbumId', 11);to config.php anywhere below line 36
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 9
Thanks!