Drupal 7 module that provides 3 configurable blocks, 1 for each of the following flickr feeds - photoset, group and gallery.
Also provides a boxes plugin to allow the creation of unlimited blocks. Also has a base API for use with other modules
echo flickr_pull_raw($id, $type = 'set', $options = array());
- ID: Photoset, group or gallery ID
- Type: set, gallery or group
- Options: an array of options that can be any of the optional extras as detailed in the flickr api here
Provides very basic css that works with bartik that simply floats the images and provides a little margin.
Also provides a template file to allow theming.
http://drupal.org/sandbox/adamelleston/1512132
git clone --branch 7.x-dev adamelleston@git.drupal.org:sandbox/adamelleston/1512132.git flickr_pull
All comments welcome
Comments
Comment #1
amauric commentedHi,
Automatic review :
More details here: http://ventral.org/pareview/httpgitdrupalorgsandboxadamelleston1512132git
Manual review :
Comment #2
novalnet commentedHi,
FILE: ...pareview/sites/all/modules/pareview_temp/test_candidate/flickr_pull.css
--------------------------------------------------------------------------------
FOUND 11 ERROR(S) AFFECTING 3 LINE(S)
--------------------------------------------------------------------------------
1 | ERROR | Expected exactly one new line after opening brace of class
| | definition
1 | ERROR | Each style definition must be on a line by itself
1 | ERROR | Each style definition must be on a line by itself
1 | ERROR | Expected exactly one new line before closing brace of class
| | definition
2 | ERROR | Expected exactly one new line after opening brace of class
| | definition
2 | ERROR | Each style definition must be on a line by itself
2 | ERROR | Expected 1 space after colon in style definition; 0 found
2 | ERROR | Expected exactly one new line before closing brace of class
| | definition
3 | ERROR | Expected exactly one new line after opening brace of class
| | definition
3 | ERROR | Expected exactly one new line before closing brace of class
| | definition
3 | ERROR | Files must end in a single new line character
--------------------------------------------------------------------------------
Manual Review :
1. Format should be "* Implements hook_foo()." or "Implements hook_foo_BAR_ID_bar() for xyz_bar()."
2. It seems that you are not having .install file.
Define install and uninstall function in that file.
ex:
3. I'd really suggest you to get a review bonus, since that really speeds up the review process...
Comment #3
ankitchauhan commentedwelcome,
As installation and usage instructions are quite important for review, please take a moment to make your project page follow tips for a great project page. Also follows the guidelines for in-project documentation.
As it is usual, according to http://drupal.org/node/1127732 you should remove your code from the master branch and move to version specific branch.
Comment #4
klausiProject 1: http://drupal.org/node/1525264
Project 2: http://drupal.org/node/1772594
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #5
adamelleston commentedWont be taking this one any further as I have another application awaiting approval.
Comment #6
avpaderno