Download & Extend

Flickr filter doesn't show the photoset in articles

Project:Flickr
Version:7.x-1.x-dev
Component:flickr_filter
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Suscribe

#2

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

#3

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

#4

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.

#5

Category:support request» bug report
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!

#6

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.