Hi guys,

Been scratching my head on this one for awhile now, but it seems the flickr filter for [flickr-photoset:id=72157594262419167,size=m] isn't working (this is the example from the readme, it happens with any photoset i tried sofar), the images aren't shown in the article.

I have also installed the extlink module, and i do see that it's inserting the external link icon in the article, but alas, no pictures.

Comments

jdflorez’s picture

Suscribe

setaef’s picture

can you render a single photo ? eg. [flickr-photo:id=9999999,size=x] ?
a) Check the input filter being used.
c) You may need to set the Input filter up to accept flickr filters

jdflorez’s picture

Thanks setaef, the input filter on my drupal was configured wrong, this is no issue at all.
Thanks man!

chrisnovak’s picture

I have set up the Flickr input filter and added the following to a node:

[flickr-photo:id=5822024436,size=-]
[flickr-photo:id=5822024336,size=o]
[flickr-photo:id=5822024166,size=s]
[flickr-photo:id=5822024212,size=s]

However, the images do not display. After looking at the HTML created, I see this:

<p>
  <a title="7ShowAndTell" href="http://www.flickr.com/photos/zvdog/5822024436"></a><br>
  <a title="2ShowAndTell" href="http://www.flickr.com/photos/zvdog/5822024336"></a><br>
  <a title="(3 of 32)" href="http://www.flickr.com/photos/zvdog/5822024166"></a><br>
  <a title="IMG_3682" href="http://www.flickr.com/photos/zvdog/5822024212"></a>
</p>

These links are not going to the proper image src, they go to the image's page in Flickr. It should instead look something like this:

  <img src="http://farm3.static.flickr.com/2279/5822024436_3172630455_m.jpg">

I can look into this issue, but first wanted to validate w/someone that 1) This is a issue and not user error, and 2) someone else sees this same issue.

Bandi’s picture

Category: support » bug
Priority: Normal » Critical

I have exactly the same issue on this page: http://tutiszaki.hu/kepek
I am in the middle of creating a website for my friend, but this error drives me crazy and I can not find any other flickr modules that would do the same thing for me.
I have checked the input filter settings - I could not find anything suspicious there.
Please reply if you have a solution for this.

Thank you!

chrisnovak’s picture

I found a solution to my problem: I am using CKEditor and did change the text format to full HTML to let all html display. I hope that helps someone.

lolandese’s picture

Priority: Critical » Normal
Status: Active » Fixed

Please try to use the latest dev version. If you still experience the same problem, feel free to reopen.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.