It looks like the original support thread was locked, so I hope this is the right way to go about this.
Where do you change the number of feed items? In the regular RSS module, it's in $page_size = xx; but I don't see where to change it in RSS Extra.
Also, this may be a dumb question, but I don't see the difference between the standard core RSS feed for an album vs. the album (portrait or landscape) that comes with RSS Extra. I didn't see any documentation on what exactly they do.
Posts: 27300
I have not used the module but I think it relies on the rss module.
Page size, you should be able to change it modules/rss/controllers/rss.php
public static $page_size = 20;
I would assume that album_portrait would only return the items that are taller than wider and
I would assume that album_landscape would only return the items that are wider than tall.
I would assume that album would return all items regardless of their orientation.
http://codex.galleryproject.org/Gallery3:Modules:rss_extra
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team