Two questions about RSS Extra

ToonDawg

Joined: 2013-11-01
Posts: 1
Posted: Fri, 2013-11-01 19:57

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-11-04 16:45

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;

Quote:
album vs. the album (portrait or landscape)

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