Extension, Fieldtype, Plugin

Developer
Supported

EE 1
EE 2
Flickr

Back to this add-on's main page
View Other Add-ons From Brett DeWoody

     

You must be logged in to post.

photoset tag pair returns only 10 images

Support Request

Lars Bilke
Lars Bilke

Hi Brett,
I have another issue. I use the photoset tag pair in the following way:

{exp:eehive_flickr:photoset size="small" set_id="{segment_4}"}
...
{/exp:eehive_flickr:photoset} 

But this only returns 10 images. I tested it with several photosets and it is always the same.
I am using Flickr 2.1.8.

One thing: I am using a free flickr-account. Do you know if there is a api limitation on the flickr side?

Thanks for your help!

Brett DeWoody
# 1
Developer
Brett DeWoody

Hi yoursort, sorry you’re having problems with the add-on.

Can you try adding a limit=“20” parameter to see if that fixes it.

{exp:eehive_flickr:photoset size="small" set_id="{segment_4}" limit="20"}
...
{/exp:eehive_flickr:photoset} 

Let me know if that does the trick.

Cheers!

Lars Bilke
# 2
Lars Bilke

Hi Brett, cool that works! Thanks for this workaround. I just set the limit to hundred and I am fine.

Brett DeWoody
# 3
Developer
Brett DeWoody

Great, glad that worked for ya!