Gallery's RSS feeds appear to only return non-album items.
I've been trying to track down why; no luck.
Anyone know where that sorting/query/exclusion is done?
The Latest photos and movies feed is checked to see if the item is a item (non album i guess in your case) in:
/modules/gallery/helpers/gallery_rss.php
The first function checks to see if it is a item.
Posts: 27300
The Latest photos and movies feed is checked to see if the item is a item (non album i guess in your case) in:
/modules/gallery/helpers/gallery_rss.php
The first function checks to see if it is a item.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 1857
Bingo! Thanks!