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

New Add-on: Flickr for EE

Development and Programming

kellysims's avatar
kellysims
123 posts
15 years ago
kellysims's avatar kellysims
Definitely give that a try and let me know how it goes. Also, what host are you on? And do you have your /system directory installed above your root directory?

I’m on Joyent, and my system folder is at root.

       
atuser's avatar
atuser
24 posts
15 years ago
atuser's avatar atuser

I am having the exact same “blank page” issue. EE 1.x

I tried reinstalling everything but I still get the same error.

       
Brett DeWoody's avatar
Brett DeWoody
140 posts
15 years ago
Brett DeWoody's avatar Brett DeWoody
I am having the exact same “blank page” issue. EE 1.x I tried reinstalling everything but I still get the same error.

What webhost do you have? And is your /system directory in the web root directory on your server?

       
atuser's avatar
atuser
24 posts
15 years ago
atuser's avatar atuser

It is being hosted on The Rackspace Cloud. The /system directory is in the root directory which I have renamed to /admin

       
kellysims's avatar
kellysims
123 posts
15 years ago
kellysims's avatar kellysims

Update: I deleted the extension and plugin, as well as my Flickr app. I restarted the process with a new app and EE extension install. This time, when clicking the Activate link I was taken to Flickr’s authorization page. I clicked yes to authorize and was returned to my url with another blank page. I tried the return url in several browsers, and all were blank.

A step forward at least. 😊

       
atuser's avatar
atuser
24 posts
15 years ago
atuser's avatar atuser

I also get the blank page at the same step.

       
Lisa Wess's avatar
Lisa Wess
20,502 posts
15 years ago
Lisa Wess's avatar Lisa Wess

Hi, Brett -

A bit of a feature request. I’m hoping at some point you’ll add the ability to get different sized images within the photostream tag pair. I’d like to be able to implement a lightbox/thickbox, but right now you can only get the same size image or a link to the larger image on Flickr.

Eagerly awaiting seeing how the custom field works too.

Thanks!

       
Brett DeWoody's avatar
Brett DeWoody
140 posts
15 years ago
Brett DeWoody's avatar Brett DeWoody
Hi, Brett - A bit of a feature request. I’m hoping at some point you’ll add the ability to get different sized images within the photostream tag pair. I’d like to be able to implement a lightbox/thickbox, but right now you can only get the same size image or a link to the larger image on Flickr. Eagerly awaiting seeing how the custom field works too. Thanks!

I may already have the answer to this (assuming it all works correctly). Just add

size = "thumb|square|small|medium"

as a parameter to your {exp:dww_flickr:photostream} tag.

By default it will desplay the square size.

Hope that helps!

       
Lisa Wess's avatar
Lisa Wess
20,502 posts
15 years ago
Lisa Wess's avatar Lisa Wess

Right, I’m using that to output the list of images; but I want to link from each image to a larger size images, so I need to be able to create the link to the larger size image and then I add rel=”lightbox” to have it pop up in the lightbox.

Make sense?

[Edit to Add]

Essentially I need something like this:

<div class="flickr">
 {exp:dww_flickr:photostream size="square" num="8"}
<a href="http://{flickr_url}" rel="lightbox">{flickr_img}</a>
{/exp:dww_flickr:photostream}
</div>

or maybe:

{exp:dww_flickr:photostream size="square" num="8"}
<a href="http://{flickr_medium_image}" rel="lightbox">{flickr_img}</a>
{/exp:dww_flickr:photostream}
</div>

Also while I’m looking at that code, might I recommend changing num= to the more commonly used and well-known limit=?

       
domw's avatar
domw
11 posts
15 years ago
domw's avatar domw

Hi Brett,

This is a great add-on, congratulations.

One feature request. It would be incredible if you could add another tag pair called photoset with an ID parameter to show a single flickr photoset. It would also be really great to get multiple image sizes within this tag pair for use with FancyBox or similar.

{exp:dww_flickr:photoset set="" limit="35" sizes="square|medium"}

<a href="http://{flickr_img:medium}" rel="fancybox_group">{flickr_img:square}</a>

{/exp:dww_flickr:photoset}
       
Brett DeWoody's avatar
Brett DeWoody
140 posts
15 years ago
Brett DeWoody's avatar Brett DeWoody
Hi Brett, This is a great add-on, congratulations. One feature request. It would be incredible if you could add another tag pair called photoset with an ID parameter to show a single flickr photoset. It would also be really great to get multiple image sizes within this tag pair for use with FancyBox or similar.
{exp:dww_flickr:photoset set="" limit="35" sizes="square|medium"}

<a href="http://{flickr_img:medium}" rel="fancybox_group">{flickr_img:square}</a>

{/exp:dww_flickr:photoset}

Hi domw, this is already in the works for the next release. There will be a number of new template tag available including: - Photoset Tag Pair - just like you mentioned above - Tag Set Tag Pair - to display photos from a particular tag - Photo Detail Tag Pair - to display info about a specific photo - Possibly others

Look for a new version this weekend or early next week!

-Brett

       
aircrash's avatar
aircrash
293 posts
15 years ago
aircrash's avatar aircrash
Hi domw, this is already in the works for the next release. There will be a number of new template tag available including: - Photoset Tag Pair - just like you mentioned above - Tag Set Tag Pair - to display photos from a particular tag - Photo Detail Tag Pair - to display info about a specific photo - Possibly others Look for a new version this weekend or early next week! -Brett

Will the new version work with Matrix in EE2.0?

       
Brett DeWoody's avatar
Brett DeWoody
140 posts
15 years ago
Brett DeWoody's avatar Brett DeWoody
Hi domw, this is already in the works for the next release. There will be a number of new template tag available including: - Photoset Tag Pair - just like you mentioned above - Tag Set Tag Pair - to display photos from a particular tag - Photo Detail Tag Pair - to display info about a specific photo - Possibly others Look for a new version this weekend or early next week! -Brett
Will the new version work with Matrix in EE2.0?

I’ll throw this into the mix for the next release!

       
Wes Baker's avatar
Wes Baker
343 posts
15 years ago
Wes Baker's avatar Wes Baker

I’m also getting the white screen, though I’m also getting a warning:

Warning: Invalid argument supplied for foreach() in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/includes/photostream.php on line 17

That’s after turning off deprecated notices, before, here are the warnings, errors and notices:

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/phpFlickr.php on line 90

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/phpFlickr.php on line 322

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/phpFlickr.php on line 391

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/phpFlickr.php on line 460

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/PEAR.php on line 569

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/PEAR.php on line 572

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/HTTP/Request.php on line 402

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/HTTP/Request.php on line 720

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/HTTP/Request.php on line 733

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/scripts/flickr/HTTP/Request.php on line 778

Notice: Undefined index: auth in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/includes/browser.php on line 8

Notice: Undefined index: HTTPS in /var/www/crossfit/public/manage/extensions/fieldtypes/digitalwaxworks_flickr/includes/browser.php on line 25
  • That’s in addition to the previous error.

I’m running EE 1.6.9 build 20100430, FF 1.4.2 and Flickr 1.0. The server it’s on is running Apache 2 and PHP 5.3.2. Let me know if there’s anything else I can do or tell you that would help debug this.

       
toddstauffer's avatar
toddstauffer
10 posts
15 years ago
toddstauffer's avatar toddstauffer

Brett: Great tool, thanks for writing it. I’m wondering if it can help with my issue – I’m trying to display photos from a Flickr group on the local site so that a variety of people can contribute to the group and have them appear on the site. Is that possible with the current tool? And, if not, would that be a possible feature request? Thanks!

       
First 5 6 7 8 9 Last

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.