The simpler media website CMS
<?php printLatestImagesByMtime(5, "", false, false,false,40,"", 120, 120, false);?> `
It's work well, but I 'd like linked thumbnail to the album and not to the image.
I'm a newbie and i search since a few hours
Comments
`echo "
getImageLink())."\" title=\"" . html_encode($image->getTitle()) . "\">\n";`
to output the album link rather than the image link. Please see the user guide for more details. Specially the object model tutorial and the functions guide.
I try search how to do in forum and in documentation, but i have nothing found.
Thanks
I'm sorry, but until now had sufficient knowledge to use and make some changes to php scripts .. Here I just wondered if it was not possible to put me on the track. This has already been done for others on the forum. For several hours trying to adjust my website to zenphoto.
1. Duplicate `image_album_statistics.php` and rename it.
2. Find `printImageStatistic()` and look at line 418.
3. Before the line add `$album = $image->getAlbum(); Then change where it says`$image->getImageLink()`to`$album->getAlbumLink()`.
Again thank you.