1 of 7
1
eeFlickr : Flickr photo gallery
Posted: 21 September 2007 08:20 PM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

eeFlickr is a Module for Expression Engine which allows you to pull your photo stream, your photos and sets and more you can sort by date, interestingness tags etc. Basically allowing you to put your Flickr into your ExpressionEngine Templates.

Still a very early beta but someone may find it useful as is.
I have allot more i am going to add to this.


Download and Doc’s here

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 21 September 2007 08:22 PM   [ Ignore ]   [ # 1 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

Download and Doc’s here

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 25 September 2007 07:38 AM   [ Ignore ]   [ # 2 ]  
Administrator
Avatar
RankRankRankRankRank
Total Posts:  2552
Joined  05-17-2002

Nice work Lumis. I split the thread into the Plugins forum.

 Signature 
Profile
MSG
 
 
Posted: 27 September 2007 11:52 AM   [ Ignore ]   [ # 3 ]  
Summer Student
Total Posts:  26
Joined  03-23-2007

I am able to use eeflickr:photosets, but if I use any other tag like eeflickr:photos I get this error message:

Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/.delta/*****/********.com/system/modules/eeflickr/mod.eeflickr.php on line 674

Profile
 
 
Posted: 27 September 2007 10:50 PM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

pixelfork
I have updated the download let me know if it works for you if not let me know more about your EE install and your PHP version so i can try and reproduce the error.

Thanks

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 28 September 2007 07:27 AM   [ Ignore ]   [ # 5 ]  
Summer Student
Total Posts:  26
Joined  03-23-2007

Thanks, Lumis.

It seems to be working now. I’ll dig into it a little more and report if I find anything. And I have to say that so far this is exactly what I’ve been looking for. Thanks again!

Profile
 
 
Posted: 28 September 2007 03:03 PM   [ Ignore ]   [ # 6 ]  
Summer Student
Total Posts:  26
Joined  03-23-2007

Here’s a bit of a feature request. I upload images at 1024px for the longest side. Due to this, no “large” size is created. However, you can’t access the “original” size URL in the same way you acees the other sizes. You need a special “original secret” number.

This is how the URL looks:

http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)

as opposed to this:

http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}_[mstb].jpg

Is there anyway to get this info and plug into the URL to create a {photo_original} tag?

Profile
 
 
Posted: 29 September 2007 02:00 AM   [ Ignore ]   [ # 7 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

ok i will add that in tomorrow. i don’t show my originals on flickr so i just overlooked that. i also need to add in the width and height of each size. i am also going to add a few more methods like EXIF/TIFF/GPS data, Individual photo comments etc.

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 29 September 2007 11:29 PM   [ Ignore ]   [ # 8 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

ok I added the original format, a width and height var for each size, and 3 new tags
{exp:eeflickr:setinfo}
{exp:eeflickr:comments}
{exp:eeflickr:people}

you can get the update here

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 04 October 2007 08:50 AM   [ Ignore ]   [ # 9 ]  
Lab Assistant
RankRank
Total Posts:  239
Joined  12-06-2002

Fantastic plugin Lumis, thanks so much. Anyway to get images from a Flickr group using the plugin? Thanks!

Profile
 
 
Posted: 04 October 2007 09:31 AM   [ Ignore ]   [ # 10 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

Thanks

yeah you can get group images just use group_id instead of user_id all the vars remain the same inside exp:eeflickr:photos tag

{exp:eeflickr:photos group_id="44984301@N00" page="page1" per_page="30" cache="yes" refresh="360"}
  {eeflickr
:photos}
    {photo_square}
  {
/eeflickr:photos}
{
/exp:eeflickr:photos}

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 04 October 2007 10:15 AM   [ Ignore ]   [ # 11 ]  
Lab Assistant
RankRank
Total Posts:  239
Joined  12-06-2002

Fantastic, all working a treat… thanks v. much again.

Profile
 
 
Posted: 08 October 2007 11:52 PM   [ Ignore ]   [ # 12 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

New Version
  3 new tags added
{exp:eeflickr:photobelongs} = Returns all visible sets and pools the photo belongs to
{exp:eeflickr:contextphoto} = Returns next and previous photos for a photo in a photostream
{exp:eeflickr:contextset} = Returns next and previous photos for a photo in a set.

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 11 October 2007 04:26 PM   [ Ignore ]   [ # 13 ]  
Summer Student
Total Posts:  16
Joined  01-16-2007

Lumis, thanks for this. Working great. I was wodering if you could add supprt for the “urls” tag, as described here: http://www.flickr.com/services/api/flickr.photos.getInfo.html

<urls>
  <
url type="photopage">http://www.flickr.com/photos/bees/2733/</url>
</urls>

Profile
 
 
Posted: 16 October 2007 10:53 PM   [ Ignore ]   [ # 14 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  10-10-2002

This is absolutely fantastic. Just what I need for a client’s website.

I’ve run in to one problem so far. The {description} tag doesn’t seem to work. I put it right after the title tag, which shows up correctly, but it just displays the tag.

You can see the result here. Only the first picture actually has a description, but I just expected nothing to display if it was empty.

Profile
 
 
Posted: 16 October 2007 11:20 PM   [ Ignore ]   [ # 15 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  10-10-2002

Umm…actually…I think I just figured it out. I was using it in a context that it didn’t belong. Move along…

Profile
 
 
Posted: 17 October 2007 12:10 AM   [ Ignore ]   [ # 16 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

Added a new Tag for creating a “tag cloud” or tag list

{exp:eeflickr:tagcloud}

{exp:eeflickr:tagcloud user_id="47282007@N00" count="150" sort="alpha-desc" ignore="cat|dog|cow|frog" mincount="2" max_size="24" min_size="8" color_offset="20" cache="yes" refresh="720"}

    {tag}
    {tag_count}
    {font_size}
    {color_low}
    {color_hi}

<a style="font-size:{font_size}px; color: rgb({color_hi},0,{color_hi});" href="/tag/{tag}/page1/">{tag}</a>

{/exp:eeflickr:tagcloud}

you can get it here

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
Posted: 22 October 2007 12:32 PM   [ Ignore ]   [ # 17 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  07-02-2007

This is a module not a Plugin smile altho a pretty nice one !!!

 Signature 

Truly ExpressionEngine


Fielder Module ( Mass Custom Fields )
Super Cache (Cache heavy tag output)
reCAPTCHA Extension
Rewrite Module


See all my EE Addons (8)

Profile
 
 
Posted: 22 October 2007 09:10 PM   [ Ignore ]   [ # 18 ]  
Grad Student
Avatar
Rank
Total Posts:  98
Joined  03-10-2005

yeah this post was actually split from a much older post about flickr and put in the plug-in section by the admins.

and the reason i did this as a module is because i plan on adding flickr user auth to this so there can be a back end management of flickr’s permissions to EE user groups. still early yet.

Added a new tag {exp:eeflickr:tags}

{exp:eeflickr:tags photo_id="1677038702" ignore="cat|dog|frog" cache="yes" refresh="720"}
    {id}
    {author}
    {authorname}
    {url_tag}
    {raw}
    {tag}
    {machine_tag}
{
/exp:eeflickr:tags}

 Signature 

David Rencher
lumis.com
Image Sizer
eeFlickr
Photos

Profile
 
 
   
1 of 7
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64914 Total Logged-in Users: 22
Total Topics: 81866 Total Anonymous Users: 14
Total Replies: 440128 Total Guests: 164
Total Posts: 521994    
Members ( View Memberlist )
Newest Members:  smilepolitelyrvmcleodbjmohrAqua193Bios Elementmjpoteetguimogranwelshmrcfthenetmonkey