| 1 |
|
Flickr Rippr |
| 2 |
|
http://drupal.org/project/flickrrippr |
| 3 |
|
===================================== |
| 4 |
|
|
| 5 |
|
|
| 6 |
|
DESCRIPTION |
| 7 |
|
------------ |
| 8 |
|
Turns flickr photos into drupal nodes - imported from flickr via the xml api. |
| 9 |
|
Nodes are updated by cron run, or manually on the node's edit page. |
| 10 |
|
|
| 11 |
|
Creates a block, of thumbnails, for each user that has defined her/his flickr username. |
| 12 |
|
|
| 13 |
|
Just publish photos + descriptions to flickr, and see these automagically appear on your blog. |
| 14 |
|
|
| 15 |
|
|
| 16 |
|
REQUIREMENTS |
| 17 |
|
------------ |
| 18 |
|
Drupal 6.x |
| 19 |
|
PhpFlickr (LGPL license) http://phpflickr.com or http://code.google.com/p/phpflickr/downloads/list |
| 20 |
|
|
| 21 |
|
|
| 22 |
|
INSTALLING |
| 23 |
|
---------- |
| 24 |
|
1. Copy the 'flickrrippr' folder to your sites/all/modules directory. |
| 25 |
|
|
| 26 |
|
2. Go to Administer > Site building > Modules. Enable the module. |
| 27 |
|
Read more about installing modules at http://drupal.org/node/70151 |
| 28 |
|
|
| 29 |
|
|
| 30 |
|
CONFIGURING AND USING |
| 31 |
|
--------------------- |
| 32 |
|
1. Go to Administer > User management > Permissions. Under section 'flickrrippr module' set appropriate permissions. |
| 33 |
|
|
| 34 |
|
2. If not already done go to http://phpflickr.com download the file 'phpFlickr-2.x.x.x.zip'. |
| 35 |
|
Note: 'x' means any numbers. |
| 36 |
|
|
| 37 |
|
3. Extract 'phpFlickr-2.x.x.x.zip' file to the following folder. |
| 38 |
|
sites/all/modules/flickrrippr/phpFlickr |
| 39 |
|
Note: The 'phpFlickr.php' file must be located at sites/all/modules/flickrrippr/phpFlickr/phpFlickr.php |
| 40 |
|
|
| 41 |
|
4. Go to admin/settings/flickrrippr. Type in your Flickr Api Key. For example '4aac5309645301718877x3c6ce426ars'. Click on SAVE button. |
| 42 |
|
|
| 43 |
|
5. Go to user/flickrippr. Type in your Flickr Screen Name/User name. Check appropriate option. Click on save. |
| 44 |
|
Note: Your Flickr Screen Name/User name can be found at http://www.flickr.com/account. Under the section 'Your screen name'. |
| 45 |
|
|
| 46 |
|
5. Creates a block, of thumbnails, for each user that has defined her/his Flickr Username. |
| 47 |
|
|
| 48 |
|
6. Publish photos + descriptions to flickr, and see these automagically appear on your Drupal site. |
| 49 |
|
|
| 50 |
|
7. Nodes are updated by CRON run, or manually on the node's edit page. To run cron go to admin/reports/status. Click on 'run cron manually' link. If any configuration error are display under 'Status report' title you must fix them. Then run CRON again. |
| 51 |
|
|
| 52 |
|
8. If needed re-fetch oldest flickr photos go to admin/content/flickrrippr-fetch |
| 53 |
|
|
| 54 |
|
|
| 55 |
|
REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE |
| 56 |
|
----------------------------------------------------------- |
| 57 |
|
1. Go to the module issue queue at http://drupal.org/project/issues/flickrrippr?status=All&categories=All |
| 58 |
|
2. Click on CREATE A NEW ISSUE link. |
| 59 |
|
3. Fill the form. |
| 60 |
|
4. To get a status report on your request go to http://drupal.org/project/issues/user |
| 61 |
|
|
| 62 |
|
|
| 63 |
|
UPGRADING |
| 64 |
|
--------- |
| 65 |
|
Read more at http://drupal.org/node/250790 |