<?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: GD Star Rating] Rating in RSS</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: GD Star Rating] Rating in RSS</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 20:24:38 +0000</pubDate>

<item>
<title>GDragoN on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1164601</link>
<pubDate>Wed, 05 Aug 2009 22:17:24 +0000</pubDate>
<dc:creator>GDragoN</dc:creator>
<guid isPermaLink="false">1164601@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This will be added in next version.
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1164451</link>
<pubDate>Wed, 05 Aug 2009 21:00:53 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1164451@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I was curious if you plan on fixing this. I've been modifying the code manually for the past few updates.
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1146891</link>
<pubDate>Wed, 22 Jul 2009 00:49:50 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1146891@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Had to make one more change:&#60;/p&#62;
&#60;p&#62;        function rss_filter($content) {&#60;br /&#62;
            &#60;strong&#62;if( is_feed() )&#60;/strong&#62;&#60;br /&#62;
            {&#60;br /&#62;
                if ($this-&#38;gt;o[&#34;rss_active&#34;] == 1) $content.= &#34;&#60;br /&#62;&#34;.$this-&#38;gt;render_article_rss();&#60;br /&#62;
                if ($this-&#38;gt;o[&#34;integrate_rss_powered&#34;] == 1) $content.= &#34;&#60;br /&#62;&#34;.$this-&#38;gt;powered_by();&#60;br /&#62;
                $content .= &#34;&#60;br /&#62;&#34;;&#60;br /&#62;
            }&#60;br /&#62;
            return $content;&#60;br /&#62;
        }&#60;/p&#62;
&#60;p&#62;Without that condition check, the rss_filter would also be applied to the single blog posts, which made it display 2 ratings.
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1146867</link>
<pubDate>Wed, 22 Jul 2009 00:17:28 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1146867@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Found the issue.&#60;/p&#62;
&#60;p&#62;In gd-star-rating.php, I needed to add this line:&#60;/p&#62;
&#60;p&#62;            if ($this-&#38;gt;o[&#34;integrate_rss_powered&#34;] == 1 &#124;&#124; $this-&#38;gt;o[&#34;rss_active&#34;] == 1) {&#60;br /&#62;
                add_filter('the_excerpt_rss', array(&#38;amp;$this, 'rss_filter'));&#60;br /&#62;
                add_filter('the_content_rss', array(&#38;amp;$this, 'rss_filter'));&#60;br /&#62;
                &#60;strong&#62;add_filter('the_content', array(&#38;amp;$this, 'rss_filter'));&#60;/strong&#62;&#60;br /&#62;
            }
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1146550</link>
<pubDate>Tue, 21 Jul 2009 20:00:07 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1146550@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks. If I figure a workaround, I'll let you know too. :)
&#60;/p&#62;</description>
</item>
<item>
<title>GDragoN on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1145253</link>
<pubDate>Mon, 20 Jul 2009 20:55:27 +0000</pubDate>
<dc:creator>GDragoN</dc:creator>
<guid isPermaLink="false">1145253@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I tried to see what is going on, but definitely problem is in WP. Filter for content is executed by the WP method, and that again content is modified. I will try to see if there is another way to do this.
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1145222</link>
<pubDate>Mon, 20 Jul 2009 20:35:34 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1145222@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is there any way I can debug this or provide further info?&#60;/p&#62;
&#60;p&#62;My rss feed is located:&#60;br /&#62;
&#60;a href=&#34;http://www.hd-trailers.net/blog/feed/&#34; rel=&#34;nofollow&#34;&#62;http://www.hd-trailers.net/blog/feed/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't think WordPress templates could affect the RSS feed generation and I haven't modified any of the default WordPress code that would affect excerpt/content filters.
&#60;/p&#62;</description>
</item>
<item>
<title>GDragoN on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1143592</link>
<pubDate>Sun, 19 Jul 2009 10:53:58 +0000</pubDate>
<dc:creator>GDragoN</dc:creator>
<guid isPermaLink="false">1143592@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The plugin uses both content and excerpt filters for RSS. If you don't see rating with the content, than the problem is with the WP functions that prepare data for RSS.
&#60;/p&#62;</description>
</item>
<item>
<title>krunk on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1143213</link>
<pubDate>Sat, 18 Jul 2009 23:22:18 +0000</pubDate>
<dc:creator>krunk</dc:creator>
<guid isPermaLink="false">1143213@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Awesome plugin! Just found it today and have been customizing it.&#60;/p&#62;
&#60;p&#62;I'm going to piggy back on this thread since it's highly related. I've enabled RSS integration and noticed it only inserts the rating into the excerpt/summary of the RSS feed and not the content area.&#60;/p&#62;
&#60;p&#62;I was wondering if there's a way to enable so it also includes it in the content area since if people are viewing the full post via RSS feed, they wouldn't see the vote.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>dlawton on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1112948</link>
<pubDate>Mon, 22 Jun 2009 19:29:19 +0000</pubDate>
<dc:creator>dlawton</dc:creator>
<guid isPermaLink="false">1112948@http://wordpress.org/support/</guid>
<description>&#60;p&#62;oh great, didn't see that previously will check it out!&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>GDragoN on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1110306</link>
<pubDate>Fri, 19 Jun 2009 20:19:21 +0000</pubDate>
<dc:creator>GDragoN</dc:creator>
<guid isPermaLink="false">1110306@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, you can embed current post rating in RSS feed. Even with stars image. Check Integration tab on plugins Settings panel to enable it. Subscribe to feed from plugins official website to see how it looks like.
&#60;/p&#62;</description>
</item>
<item>
<title>dlawton on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1110257</link>
<pubDate>Fri, 19 Jun 2009 19:40:19 +0000</pubDate>
<dc:creator>dlawton</dc:creator>
<guid isPermaLink="false">1110257@http://wordpress.org/support/</guid>
<description>&#60;p&#62;figured that might be the case :( although it would be cool if i could just embed the current rating info (like 9/10 - 5 votes so far) even if it's not dynamic and the reader can't vote &#60;/p&#62;
&#60;p&#62;anyway, thanks for the info
&#60;/p&#62;</description>
</item>
<item>
<title>GDragoN on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1109575</link>
<pubDate>Fri, 19 Jun 2009 08:35:44 +0000</pubDate>
<dc:creator>GDragoN</dc:creator>
<guid isPermaLink="false">1109575@http://wordpress.org/support/</guid>
<description>&#60;p&#62;And it never will be. PHP is a server side language, and RSS is intented to be a static and simple content delivered to a user.
&#60;/p&#62;</description>
</item>
<item>
<title>dlawton on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1109327</link>
<pubDate>Fri, 19 Jun 2009 01:42:10 +0000</pubDate>
<dc:creator>dlawton</dc:creator>
<guid isPermaLink="false">1109327@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I guess a question for anyone is:&#60;br /&#62;
Is there a way to add php to a feed? I found a good plugin called RSS supplement that allows you to add html or text to a feed, but php is not supported yet.&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
</item>
<item>
<title>dlawton on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1109326</link>
<pubDate>Fri, 19 Jun 2009 01:39:59 +0000</pubDate>
<dc:creator>dlawton</dc:creator>
<guid isPermaLink="false">1109326@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oh, I'm using Feedburner also
&#60;/p&#62;</description>
</item>
<item>
<title>dlawton on "[Plugin: GD Star Rating] Rating in RSS"</title>
<link>http://wordpress.org/support/topic/281788#post-1109325</link>
<pubDate>Fri, 19 Jun 2009 01:39:22 +0000</pubDate>
<dc:creator>dlawton</dc:creator>
<guid isPermaLink="false">1109325@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey GDragoN,&#60;br /&#62;
Plugin is amazing, working great, thanks a lot. I'm looking for a way to add it to the RSS feed, because feed readers are not seeing or rating any posts. Haven't been able to find a way to do this, is there anyway possible that you might know of?&#60;/p&#62;
&#60;p&#62;Thanks a lot,&#60;br /&#62;
Dave
&#60;/p&#62;</description>
</item>

</channel>
</rss>
