We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

eeFlickr : Flickr photo gallery

Development and Programming

goodcompany's avatar
goodcompany
51 posts
16 years ago
goodcompany's avatar goodcompany

Thanks, lumis. It was a very bad example I used, but the real problem was in understanding the application of the extras param - now that I’ve got that sorted it’s been very easy. Thanks again.

       
Varyable's avatar
Varyable
11 posts
16 years ago
Varyable's avatar Varyable

For anyone getting the following error: Notice: unserialize() [function.unserialize]: Error at offset 0 of 22 bytes in *************\modules\eeflickr\mod.eeflickr.php on line 352

I spent a few too many hours struggling with this one and figuring out the server I moved to didn’t have PHP curl installed.

After installing that, it all worked fine. Hope that helps someone.

       
gocal's avatar
gocal
8 posts
16 years ago
gocal's avatar gocal

ee 1.6.7, eeFlickr 0.6.7 beta

Lumis, thanks for writing this module. It works great and my church loves it.

I haven’t added a lot of photos and photo sets, but everytime I add a new set, I have to clear the cache to see it on our site: http://treeoflifeonline.org/index.php/photos/

I assume it’s something I’m not doing either on the site or in Flickr. Any thoughts? I can provide any code.

       
gocal's avatar
gocal
8 posts
16 years ago
gocal's avatar gocal

Please disregard my last post. I found the answer in a previous post.

       
ChiefAlchemist's avatar
ChiefAlchemist
913 posts
16 years ago
ChiefAlchemist's avatar ChiefAlchemist

Lumis!

I’m not sure why I didn’t find eeFlickr sooner but I’ve been dying to find something like this. I can’t wait to take it for a test drive. I’m hoping it’s everything it sounds to be. With a dash of JQuery this looks to be a lot of fun.

Just wanted to say thanks in advance for your dedication.

M @ AU

       
trixpan's avatar
trixpan
9 posts
15 years ago
trixpan's avatar trixpan
Lumis, This is a great module but can I confirm one aspect of it? Is it possible to add the exp:eeflickr tag inside an exp:weblog:entries tag? I was trying something like: {exp:weblog:entries status="open" weblog="{my_weblog}” orderby=”date” sort=”desc” limit=”1”} {exp:eeflickr:photos_getInfo photo_id="2186726069"}http://farm{farm}.static.flickr.com/{server}/{id}_{secret}.jpg{/exp:eeflickr:photos_getInfo} {summary} +</div> {/exp:weblog:entries} But the result is blank Best regards

Solved. The bug was too much work without enough sleep.. 😉

       
Wes McWhorter's avatar
Wes McWhorter
36 posts
15 years ago
Wes McWhorter's avatar Wes McWhorter

Lumis, Wondering if there’s a tag attribute that would allow for “random” image pulls? Client was asking if the same set of images would pull up all the time, or if they could be randomly selected.

If not, I can deflect the request by showering them with the overall awesomeness of the module.

Just thought I’d ask.

Thanks!

       
Erin Dalzell's avatar
Erin Dalzell
790 posts
15 years ago
Erin Dalzell's avatar Erin Dalzell

manicgenius, that certainly wouldn’t be hard to add though, if you are at all comfortable with PHP.

       
Wes McWhorter's avatar
Wes McWhorter
36 posts
15 years ago
Wes McWhorter's avatar Wes McWhorter
manicgenius, that certainly wouldn’t be hard to add though, if you are at all comfortable with PHP.

Indeed. Well, I know enough PHP to be dangerous. But what do you have in mind?

       
davidlogan's avatar
davidlogan
37 posts
15 years ago
davidlogan's avatar davidlogan

Hi there

Whilst testing the eeFlickr plugin I’m getting the following returning 6 thumbnails

{exp:eeflickr:photosets_getPhotos photoset_id="72157603684044100" per_page="6"}
    {eeflickr:photosets_getPhotos_loop}
        <div [removed]>
            <img src="http://farm{farm}.static.flickr.com/{server}/{id}_{secret}_s.jpg" alt=""  />
        </div>
    {/eeflickr:photosets_getPhotos_loop}
{/exp:eeflickr:photosets_getPhotos}

If I enter any other “per_page” amount I get no results.

I’m running the code on a local server.

Hope someone can be of help.

Cheers

       
davidlogan's avatar
davidlogan
37 posts
15 years ago
davidlogan's avatar davidlogan

Have just found that stopping and starting apache sorts the problem out. :S

       
jasonathopi's avatar
jasonathopi
35 posts
15 years ago
jasonathopi's avatar jasonathopi

I have tried anything and everything I know to try. I’m usually pretty good at the modules stuff, but I am striking out on this one.

Here is my code:

{exp:eeflickr:photosets_getPhotos photoset_id="772157622789673282 " per_page="8"}  
<ul>    
{eeflickr:photosets_getPhotos_loop}  
{exp:eeflickr:photos_getInfo photo_id="{id}"}  
<li><a href="http://farm{farm}.static.flickr.com/{server}/{id}_{secret}.jpg" title="{title}" class="thickbox">http://farm{farm}.static.flickr.com/{server}/{id}_{secret}_s.jpg</a></li>  
{/exp:eeflickr:photos_getInfo}  
{/eeflickr:photosets_getPhotos_loop}  
</ul> 
{/exp:eeflickr:photosets_getPhotos}

You can see what I’m going for here: http://jbirdmedia.org/projects/rivercity

but I am just getting blank space here: http://rivercitywc.com/index.php?/v2/index.php

Any ideas?

       
fitzage's avatar
fitzage
100 posts
15 years ago
fitzage's avatar fitzage

I’m trying to pull the title from flickr, but the title tag being the same as the title tag for the post seems to be creating a problem and pulling the post title instead of the photo title. At least as near as I can tell. Is this a known issue? Is there a workaround?

       
jasonathopi's avatar
jasonathopi
35 posts
15 years ago
jasonathopi's avatar jasonathopi

still haven’t gotten any responses. Any ideas?

http://ellislab.com/forums/viewthread/61515/P144/#667108

I have installed the module entered my API inserted the code in my template and can get nothing.

Any help would be appreciated.

Thanks, Jason

       
bluesonora's avatar
bluesonora
90 posts
15 years ago
bluesonora's avatar bluesonora
I’m trying to pull the title from flickr, but the title tag being the same as the title tag for the post seems to be creating a problem and pulling the post title instead of the photo title. At least as near as I can tell. Is this a known issue? Is there a workaround?

i’m having the same issue right now. will post if i get a work-around. 😉

       
First 9 10 11 12

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.