How to set the index page not show the album but show the pictures in an album directly?

ysun

Joined: 2009-05-26
Posts: 9
Posted: Mon, 2009-08-17 16:19

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!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6136
Posted: Mon, 2009-08-17 21:16

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

 
ysun

Joined: 2009-05-26
Posts: 9
Posted: Mon, 2009-09-07 00:42

Thanks!