Closed (fixed)
Project:
Flickr
Version:
6.x-1.x-dev
Component:
flickr (main module)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2009 at 09:10 UTC
Updated:
1 Jan 2014 at 21:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedSounds like a good idea, would anyone like to work on this ?
Comment #2
Anonymous (not verified) commentedComment #3
lolandese commentedPatch attached for D7. Accepts any number from 1 to 99 to be set for the blocks and 1 to 999 for the photosets. It offers finer control than the select dropdown field that is currently used.
Furthermore the number of code lines is reduced.
Comment #4
lolandese commentedCommitted. See http://drupalcode.org/project/flickr.git/commitdiff/bfab048.
It includes also suggestions from Code Sniffer (drush dcs).
Comment #5
lolandese commentedTo port to D6.
Comment #6
lolandese commentedPatch for D6.
No validation on flickr blocks configuration field 'Show n photos', but without dramatic consequences. It seems to accept only numbers anyway.
Comment #7
lolandese commentedPatch for D6 with validation of block configuration field 'Show n photos'.
Comment #8
lolandese commentedD6 patch rerolled against latest dev.
Comment #9
lolandese commentedTested with flickr_sets, flickr_filter and flickr_blocks. Works as expected, including validation of both on the block config as the module settings form.
For flickr_filter it needs a site clear cache before the number of images in a set changes. This is normal behaviour.
Comment #10
lolandese commentedD6 commit http://drupalcode.org/project/flickr.git/commitdiff/065ca66
Thanks.