<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: RSS Feed just for Supporter Blogs</title>
		<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs</link>
		<description>WPMU DEV Community &#187; Topic: RSS Feed just for Supporter Blogs</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:54:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/rss-feed-just-for-supporter-blogs" rel="self" type="application/rss+xml" />

		<item>
			<title>Philip John on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-117009</link>
			<pubDate>Thu, 28 Jul 2011 08:24:11 +0000</pubDate>
			<dc:creator>Philip John</dc:creator>
			<guid isPermaLink="false">117009@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hurrah! :)
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-116892</link>
			<pubDate>Wed, 27 Jul 2011 21:39:00 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">116892@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks!</p>
<p>That worked perfectly.
</p>]]></description>
		</item>
		<item>
			<title>Philip John on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-116700</link>
			<pubDate>Wed, 27 Jul 2011 09:16:37 +0000</pubDate>
			<dc:creator>Philip John</dc:creator>
			<guid isPermaLink="false">116700@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hiya,</p>
<p>Sorry for the delay here - looks like our notifications must have stopped.</p>
<p>I'd recommend you modify Post Indexer to do this. You'd basically just need to wrap everything within the post_indexer_post_insert_update() function inside an IF like so;<br />
<pre><code>function post_indexer_post_insert_update($tmp_post_ID){
    if (is_supporter()){
    ... function code ...
    }
}</code></pre>
<p>I haven't tested that and it might not be that simple so you'll have to do some testing!</p>
<p>Phil
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-114028</link>
			<pubDate>Mon, 18 Jul 2011 19:02:44 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">114028@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>I'll open up a specific post about how to filter only supporter blog posts in post indexer.
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-114022</link>
			<pubDate>Mon, 18 Jul 2011 18:42:46 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">114022@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Any help on this?
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113361</link>
			<pubDate>Fri, 15 Jul 2011 17:56:40 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">113361@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>---Bump---</p>
<p>Any suggestions on how to filter Post Indexer for Supporters only.
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113195</link>
			<pubDate>Fri, 15 Jul 2011 04:18:47 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">113195@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Actually, I would need to to it in Post Indexer because we want to display only Supporter Blogs on our front page and RSS feed, so editing it at the source would be better.</p>
<p>Now onto the question, how do I do that?  Is there a supporter table that I can check?
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113189</link>
			<pubDate>Fri, 15 Jul 2011 02:40:35 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">113189@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>I think David's solution is more of what we're after.  We don't want to stop non-supporter blogs from having an RSS Feed, we just want to promote the supporter blogs in a global RSS feed.</p>
<p>Now, I guess my question would be:</p>
<p>Would it be better to edit Post Indexer to only pull in supporter blogs?</p>
<p>OR</p>
<p>Have Post Indexer pull them all in and have Recent Global Posts Feed strip out all non-supporter blogs?</p>
<p>Which would be less database query heavy and how would I do it?
</p>]]></description>
		</item>
		<item>
			<title>Mason on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113129</link>
			<pubDate>Thu, 14 Jul 2011 22:58:23 +0000</pubDate>
			<dc:creator>Mason</dc:creator>
			<guid isPermaLink="false">113129@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Ah, we can do this much more easily with a simple function to block RSS feeds for non-supporters.</p>
<p>Drop this in a new file, name it supporter-rss.php and put that in your mu-plugins folder.  Should do the trick:</p>
<pre><code>&#60;?php
/*
Plugin Name: Supporter (Feature: Disable RSS Feeds)
*/

function mj_supporter_disable_feed() {
if (!is_supporter()) {
	wp_die( __(&#39;No feed available. Please visit our &#60;a href=&#34;&#39;. get_bloginfo(&#39;url&#39;) .&#39;&#34;&#62;homepage&#60;/a&#62;!&#39;) );
	}
}

add_action(&#39;do_feed&#39;, &#39;mj_supporter_disable_feed&#39;, 1);
add_action(&#39;do_feed_rdf&#39;, &#39;mj_supporter_disable_feed&#39;, 1);
add_action(&#39;do_feed_rss&#39;, &#39;mj_supporter_disable_feed&#39;, 1);
add_action(&#39;do_feed_rss2&#39;, &#39;mj_supporter_disable_feed&#39;, 1);
add_action(&#39;do_feed_atom&#39;, &#39;mj_supporter_disable_feed&#39;, 1);

?&#62;</code></pre>
<p>Let us know if it does the trick for ya.
</p>]]></description>
		</item>
		<item>
			<title>DavidM on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113081</link>
			<pubDate>Thu, 14 Jul 2011 17:43:53 +0000</pubDate>
			<dc:creator>DavidM</dc:creator>
			<guid isPermaLink="false">113081@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Rich,</p>
<p>You could modify the <a href="http://premium.wpmudev.org/project/recent-global-posts-feed">Recent Global Posts Feed</a> plugin to only included Supporter posts.</p>
<p>It's a bit tricky, but it can be done. Alternatively you could modify Post Indexer to only index Supporter blogs, which could be tricky as well.</p>
<p>The is_supporter() check couldn't be used in these instances, thus they're a bit tricky.</p>
<p>I'll ask a few of the other guys around here if they've got any other ideas on that too.</p>
<p>Cheers,<br />
David
</p>]]></description>
		</item>
		<item>
			<title>Rich on "RSS Feed just for Supporter Blogs"</title>
			<link>http://premium.wpmudev.org/forums/topic/rss-feed-just-for-supporter-blogs#post-113067</link>
			<pubDate>Thu, 14 Jul 2011 16:44:06 +0000</pubDate>
			<dc:creator>Rich</dc:creator>
			<guid isPermaLink="false">113067@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>I am looking for ways to convert more of our blogs to supporter.  </p>
<p>I would like to setup an RSS feed just for supporter blogs so we can promote just those blogs on our front page and throughout our distribution channels.  You guys have any suggestions?
</p>]]></description>
		</item>

	</channel>
</rss>