<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: flickrRSS] No images with 2.7</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: flickrRSS] No images with 2.7</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 15:27:47 +0000</pubDate>

<item>
<title>saturnino on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-1283876</link>
<pubDate>Tue, 17 Nov 2009 00:55:00 +0000</pubDate>
<dc:creator>saturnino</dc:creator>
<guid isPermaLink="false">1283876@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
this worked for me in wordpress 2.8.5&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Hack to switch regular expression for 2.8.5
				$pattern = &#38;#39;/img src=(.*)/&#38;#39;;

				if(!preg_match($pattern, $item[&#38;#39;description&#38;#39;], $imgUrlMatches)) {

					continue;
				}

				$url_array = explode(&#38;#39; &#38;#39;,$imgUrlMatches[1]);
				$baseurl = str_replace(&#38;quot;_m.jpg&#38;quot;, &#38;quot;&#38;quot;, $url_array[0]);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Zoutesnor on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-1037393</link>
<pubDate>Sun, 05 Apr 2009 17:53:54 +0000</pubDate>
<dc:creator>Zoutesnor</dc:creator>
<guid isPermaLink="false">1037393@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I couldn't get it to work in wordpress 2.7 either, after a lot of tests I found the fetch_rss returned a time-out error with this plugin. I've got it working again by replacing wp-includes/rss.php with an older version (wp2.6) of this file, and now it works. Still trying to figure out a nicer fix for this.
&#60;/p&#62;</description>
</item>
<item>
<title>sugardaddy on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-976137</link>
<pubDate>Wed, 04 Feb 2009 22:42:27 +0000</pubDate>
<dc:creator>sugardaddy</dc:creator>
<guid isPermaLink="false">976137@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nothing of all these solutions worked for me... there's a real problem... I'm trying to display a pool of group.&#60;br /&#62;
My wordpress 2.7 is hosted on a dedicated server.&#60;br /&#62;
Thanks for your help
&#60;/p&#62;</description>
</item>
<item>
<title>yearginsm on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-948823</link>
<pubDate>Thu, 08 Jan 2009 01:03:26 +0000</pubDate>
<dc:creator>yearginsm</dc:creator>
<guid isPermaLink="false">948823@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This may end up being a hosting issue, as my test site on my Mac seems to work just fine with 2.7+flickrRSS. I am on Joyent's Shared Accelerator. I'll take a shot in the dark and say few other people on here use that service.
&#60;/p&#62;</description>
</item>
<item>
<title>Faramarz on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-947200</link>
<pubDate>Tue, 06 Jan 2009 19:17:38 +0000</pubDate>
<dc:creator>Faramarz</dc:creator>
<guid isPermaLink="false">947200@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Guys,&#60;br /&#62;
I disabled the &#34;Enable the image cache&#34; check box and my problem is fixed. That means I'm using this plug-in with Wordpress 2.7 without any problems.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Faramarz
&#60;/p&#62;</description>
</item>
<item>
<title>Faramarz on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-947193</link>
<pubDate>Tue, 06 Jan 2009 19:13:53 +0000</pubDate>
<dc:creator>Faramarz</dc:creator>
<guid isPermaLink="false">947193@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am ABLE to see my images using get_flickrRSS() function, but this function only works on my home page. If I click on any of my posts or pages the I see broken images, I can still see the image titles but not the images. Is there any fix for this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Faramarz
&#60;/p&#62;</description>
</item>
<item>
<title>yearginsm on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-939178</link>
<pubDate>Mon, 29 Dec 2008 04:56:38 +0000</pubDate>
<dc:creator>yearginsm</dc:creator>
<guid isPermaLink="false">939178@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This isn't the prettiest fix, but it will get your photos to show up again. Step through the plug-in file until you find this line.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Replace:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if(preg_match(&#38;#39;&#38;lt;img src=&#38;quot;([^&#38;quot;]*)&#38;quot; [^/]*/&#38;gt;&#38;#39;, $item[&#38;#39;description&#38;#39;],$imgUrlMatches)) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;With:&#60;/strong&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Hack to switch regular expression based on WordPress Version
       	 if (get_bloginfo(&#38;#39;version&#38;#39;)==&#38;#39;2.7&#38;#39;) {
       	   $pattern = &#38;#39;/img src=(.*) width/&#38;#39;;
       	 } else {
       	   $pattern = &#38;#39;&#38;lt;img src=&#38;quot;([^&#38;quot;]*)&#38;quot; [^/]*/&#38;gt;&#38;#39;;
       	 }

       	 if(preg_match($pattern, $item[&#38;#39;description&#38;#39;],$imgUrlMatches)) {&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>yearginsm on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-939096</link>
<pubDate>Mon, 29 Dec 2008 02:44:50 +0000</pubDate>
<dc:creator>yearginsm</dc:creator>
<guid isPermaLink="false">939096@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have turned in a bug to the developer. Let's see what happens.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://plugins.trac.wordpress.org/ticket/945&#34; rel=&#34;nofollow&#34;&#62;http://plugins.trac.wordpress.org/ticket/945&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>aouni-tahech on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-937842</link>
<pubDate>Sat, 27 Dec 2008 14:47:32 +0000</pubDate>
<dc:creator>aouni-tahech</dc:creator>
<guid isPermaLink="false">937842@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i tried the plugin, me too, flcikr images are not showing up on wordpress 2.7
&#60;/p&#62;</description>
</item>
<item>
<title>yearginsm on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-937498</link>
<pubDate>Sat, 27 Dec 2008 04:08:37 +0000</pubDate>
<dc:creator>yearginsm</dc:creator>
<guid isPermaLink="false">937498@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here is a comparison of the two outputs. It looks like the contents of the the &#60;code&#62;$items[$i][&#38;#39;description&#38;#39;]&#60;/code&#62; output from the MagpieRSS has changed to strip out all HTML tags. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;In 2.6&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[description] =&#38;gt; &#38;lt;p&#38;gt;&#38;lt;a href=&#38;quot;http://www.flickr.com/people/stephenyeargin/&#38;quot;&#38;gt;yearginsm&#38;lt;/a&#38;gt; posted a photo:&#38;lt;/p&#38;gt;

&#38;lt;p&#38;gt;&#38;lt;a href=&#38;quot;http://www.flickr.com/photos/stephenyeargin/3137553548/&#38;quot; title=&#38;quot;Getting Into the Holiday Spirits&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://farm4.static.flickr.com/3225/3137553548_e60aacabee_m.jpg&#38;quot; width=&#38;quot;240&#38;quot; height=&#38;quot;180&#38;quot; alt=&#38;quot;Getting Into the Holiday Spirits&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;In 2.7&#60;/strong&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[description] =&#38;gt; pa href=http://www.flickr.com/people/stephenyeargin/yearginsm/a posted a photo:/p
pa href=http://www.flickr.com/photos/stephenyeargin/3137553548/ title=Getting Into the Holiday Spiritsimg src=http://farm4.static.flickr.com/3225/3137553548_e60aacabee_m.jpg width=240 height=180 alt=Getting Into the Holiday Spirits //a/p&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>yearginsm on "[Plugin: flickrRSS] No images with 2.7"</title>
<link>http://wordpress.org/support/topic/228752#post-937353</link>
<pubDate>Fri, 26 Dec 2008 23:55:10 +0000</pubDate>
<dc:creator>yearginsm</dc:creator>
<guid isPermaLink="false">937353@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am unable to retrieve any images using the &#60;code&#62;get_flickrRSS()&#60;/code&#62; function. I suspect it might be in the regular expression to parse out $imgurl because I can do a &#60;code&#62;var_dump($rss)&#60;/code&#62; to see the raw feed. Has anyone else run into this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/flickr-rss/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/flickr-rss/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
