#edit
For now on, I've succeeded in extracting an image from the first gallery this way:
`
<?php
if (next_album())
printCustomAlbumThumbMaxSpace(getBareAlbumTitle(), '800', '300', null, null, null);
?>
`
But what if one wants to extract an image from the gallery #5 ?
Can you point out the functions handling gallery ID?
`getNumAlbums()` returns the correct sum of albums
but
`getAlbumID()` returns a different index and `getAlbumIndex()` just doesn't work