Hi,
I play with this two functions : printPopularImages(20); and printLatestImages(20); .
The function works fine but i wonder this there are à way to display the pictures as any othet albums.
In fact, I'll like to have a "special gallery" with two albums : The most views pictures and the last pictures upload on the server.
Is there a function to do that ?
Regards
Laurent
Comments
For the lastest images it might be possible to create a dynamic album for all images and then sort that by id/date to show the latest.
Although I did not try that.
I already do that, but with this method you have to play with the css.
I think that if we can put a hack of the printImageStatistic function in this code (in theme/index.php)
`
It's will be better because the Css is already made for the album.
Regards
Laurent
The php is quite difficult for me.
I think i'll have to ask again to you for some help ....
Regards
Laurent