forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: hydroplane on January 09, 2007, 04:15:28 pm

Title: rss (lastalb)
Post by: hydroplane on January 09, 2007, 04:15:28 pm
I managed to get cfrssget.php to work and right now the feed displays the most recent images added to the gallery.
Is it possible to display the most recent albums instead? Like 'lastalb' opposed to 'lastup'
I suppose I should change 'last' to something else but I don't know what.
Title: Re: rss (lastalb)
Post by: vuud on January 09, 2007, 04:42:30 pm
I managed to get cfrssget.php to work and right now the feed displays the most recent images added to the gallery.
Is it possible to display the most recent albums instead? Like 'lastalb' opposed to 'lastup'
I suppose I should change 'last' to something else but I don't know what.

Not without hacking the code a bit. 

What would you want it to do?
Title: Re: rss (lastalb)
Post by: hydroplane on January 09, 2007, 05:02:23 pm
As in 'lastalb', I'd like to use the feed to display the last updated albums instead of the last added pictures.
Something like:

My feed - Last updated albums

<a href="#">link to album 1</a>
description/thumb

<a href="#">album 7</a>
description/thumb

<a href="#">album 3</a>
description/thumb

etc
Title: Re: rss (lastalb)
Post by: vuud on January 09, 2007, 05:23:10 pm
As in 'lastalb', I'd like to use the feed to display the last updated albums instead of the last added pictures.
Something like:

My feed - Last updated albums

<a href="#">link to album 1</a>
description/thumb

<a href="#">album 7</a>
description/thumb

<a href="#">album 3</a>
description/thumb

etc

Yeah, I got that much.... I mean what should it show for the thumb?  The album specific, the last added to that album... what should it show for the description?  The album?  The last one added, etc...



Title: Re: rss (lastalb)
Post by: hydroplane on January 09, 2007, 06:59:48 pm
Sorry.  ::) Last added to the album for the thumb + the description of the last one added.
Title: Re: rss (lastalb)
Post by: vuud on January 09, 2007, 09:58:37 pm
Sorry.  ::) Last added to the album for the thumb + the description of the last one added.

Okay...  I will add that to the list.  Keep checking the updates.
Title: Re: rss (lastalb)
Post by: hydroplane on January 09, 2007, 10:52:37 pm
Thank you.  :)