forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: nauta on March 03, 2009, 09:18:55 pm

Title: Display last comments from a pic, an album or a category.
Post by: nauta on March 03, 2009, 09:18:55 pm

Someone knows how to display the last comments form:
- a picture
- an album
- an category

The function cpm_viewLastCommentedImages does not accepts the array parameter $option.

I am interested in this functionality because I want to create a sort of magazine frontpage based on the comments left by the users (see:www.laguardiatoledo.info (http://www.laguardiatoledo.info)) 

Thanks!!!
 
Title: Re: Display last comments from a pic, an album or a category.
Post by: nauta on March 08, 2009, 03:16:25 am

Done partially!

To add this functionality was pretty easy, I have added a couple of functions:

   cpm_viewLastCommentedImagesFromAlbum($rows, $columns, $options, $album )
   cpm_viewLastCommentedImagesFromPicture($rows, $columns, $options ,$picture)

And it works fine!

If someone is interested in ask for the code.



Title: Re: Display last comments from a pic, an album or a category.
Post by: torkio on March 19, 2009, 01:24:45 pm
Done partially!

To add this functionality was pretty easy, I have added a couple of functions:

   cpm_viewLastCommentedImagesFromAlbum($rows, $columns, $options, $album )
   cpm_viewLastCommentedImagesFromPicture($rows, $columns, $options ,$picture)

And it works fine!

If someone is interested in ask for the code.





I'm interested :)
can you post the code?