I'm using the printAlbumMenuList to generate a menu for the whole gallery.
This call works perfectly:
`<?php printAlbumMenuList('list',true,'albums_list','active','sub_album','active','',true); ?>`
but as soon as I set the following parameter to true like that:
`<?php printAlbumMenuList('list',true,'albums_list','active','sub_album','active','',true,true);`
in order to
`$firstimagelink If set to TRUE and if the album has images the link will point to page of the first image instead the album thumbnail page`
the whole rest of the page is completely empty. In fact, I looked at the generated source, and all the HTML through the end of the page is commented, starting with the beginning of the `<ul>` tag of the album list.
I'm running the 1.4.3.5 version.
Can you reproduce this issue? And should I report it?
Thanks.
Comments
If you want me to test with a theme you know, just tell me which one.
Udpate: There was a bug if you have dynamic albums. It is not possible to link to the first image of an dynamic album directly so it is now disabled. That is fixed in the GitHub build.
In the mean time, I made tests on the image page of the Default theme. The result was different, but it didn't work either: as soon as I add this 'link-to-first-image' parameter, I got only one link to the gallery root, no album/sub-album appears in the list.
That was the first time I used this new Git system. I didn't find a link to download the file, and had to do a copy/paste of the source in order to replace the previous version.Might have missed something...
By the way, this is not related, but the answers I get via the RSS flux are always dated from 8 hours before; there seems to be some discrepancy between the forum time and the one put in the RSS flux.