<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/plugin-forums/buddypress-block-activity-stream-types/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/plugin-forums/buddypress-block-activity-stream-types/feed/</link>
		<description></description>
		<pubDate>Tue, 21 May 2013 01:41:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.3.3-alpha</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-96248</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-96248</link>
					<pubDate>Sat, 23 Oct 2010 21:57:57 +0000</pubDate>
					<dc:creator>rich! @ etiviti</dc:creator>

					<description>
						<![CDATA[
						<p>added a filter hook on the blocking &#8211; data about the activity is passed in. so you could block base on group_id, user_id, blog_id, or whatever combo you need.</p>
<p>see this thread about getting started<br />
<a href="http://etivite.com/groups/buddypress/forum/topic/quick-tip-hooking-block-activity-stream-types-plugin-on-a-granular-level/" rel="nofollow">http://etivite.com/groups/buddypress/forum/topic/quick-tip-hooking-block-activity-stream-types-plugin-on-a-granular-level/</a></p>
<p><a href='http://buddypress.org/community/members/jasperespejo/' rel="nofollow"></a><a href="http://buddypress.org/community/members/jasperespejo/" rel="nofollow">@jasperespejo</a><br />
ie, check $type for joined_group, then check $item_id (group_id) for the particular group you want to block. (just return true)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-87832</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-87832</link>
					<pubDate>Tue, 03 Aug 2010 11:40:11 +0000</pubDate>
					<dc:creator>rich! @ etiviti</dc:creator>

					<description>
						<![CDATA[
						<p>this plugin is not that granular and only targeted at types stored in the activity table</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-87826</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-87826</link>
					<pubDate>Tue, 03 Aug 2010 10:25:28 +0000</pubDate>
					<dc:creator>ilokano</dc:creator>

					<description>
						<![CDATA[
						<p>how do i block joining one particular group?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85173</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85173</link>
					<pubDate>Sun, 11 Jul 2010 21:38:16 +0000</pubDate>
					<dc:creator>Pisanojm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Rich.</p>
<p>5.3.2 version of PHP.   Also using FCGI as Handler.  This fix looks liked it worked&#8230; If something crops up I will let you know.  Thank you.</p>
<p><a href='http://buddypress.org/community/members/nuprn1/' rel="nofollow"></a><a href="http://buddypress.org/community/members/nuprn1/" rel="nofollow">@nuprn1</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85129</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85129</link>
					<pubDate>Sun, 11 Jul 2010 11:44:53 +0000</pubDate>
					<dc:creator>rich! @ etiviti</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://buddypress.org/community/members/pisanojm/' rel="nofollow"></a><a href="http://buddypress.org/community/members/pisanojm/" rel="nofollow">@pisanojm</a> what version of php?</p>
<p>you can make a quick edit &#8211; open up bp-activity-block.php, edit line 7<br />
<code>function bp_activity_block_type_before_save( $type, &amp;$a ) {</code><br />
to<br />
<code>function bp_activity_block_type_before_save( $type, $a ) {</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85093</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85093</link>
					<pubDate>Sun, 11 Jul 2010 00:55:00 +0000</pubDate>
					<dc:creator>Pisanojm</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry&#8230; WP 3.0 1.2.5.2  Current version of block plugin&#8230; add to above.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85092</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-85092</link>
					<pubDate>Sun, 11 Jul 2010 00:42:25 +0000</pubDate>
					<dc:creator>Pisanojm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Rich got this error when trying to post a 2nd nested reply today&#8230; ie. post&#8212;&gt;reply&#8211;&gt;reply to a reply&#8212;&gt;error is as follows:<br />
Warning: Parameter 2 to bp_activity_block_type_before_save() expected to be a reference, value given in /home/musicpln/public_html/wp-includes/plugin.php on line 166</p>
<p>Warning: Parameter 2 to bp_activity_block_type_before_save() expected to be a reference, value given in /home/musicpln/public_html/wp-includes/plugin.php on line 166</p>
<p>De-activated the plugin and could post.  Similar to <a href='http://buddypress.org/community/members/lincme/' rel="nofollow"></a><a href="http://buddypress.org/community/members/lincme/" rel="nofollow">@lincme</a> above&#8230;</p>
<p><a href='http://buddypress.org/community/members/nuprn1/' rel="nofollow"></a><a href="http://buddypress.org/community/members/nuprn1/" rel="nofollow">@nuprn1</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83827</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83827</link>
					<pubDate>Thu, 01 Jul 2010 18:13:57 +0000</pubDate>
					<dc:creator>rich! @ etiviti</dc:creator>

					<description>
						<![CDATA[
						<p>probably the big drawback &#8211; it just pulls a distinct list from the database. a plugin could use whatever they wanted (or a new core) but no way of knowing until it is there.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83826</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83826</link>
					<pubDate>Thu, 01 Jul 2010 18:09:35 +0000</pubDate>
					<dc:creator>lincme.co.uk</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://buddypress.org/community/members/nuprn1/' rel="nofollow"></a><a href="http://buddypress.org/community/members/nuprn1/" rel="nofollow">@nuprn1</a>; Hey Rich. I&#8217;ve had a few nasties happen with this plugin, but nothing so bad I recorded it. I know; meh.</p>
<p>My questions is, can you populate the &#8216;types to block&#8217; list somehow so the user doesn&#8217;t have to try and figure it out if an activity type isn&#8217;t listed?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83822</guid>
					<title><![CDATA[Re: New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro]]></title>
					<link>http://buddypress.org/support/topic/new-plugin-blocking-activity-stream-types-ie-new-member-registered-friendship-created-joined-gro/#post-83822</link>
					<pubDate>Thu, 01 Jul 2010 17:59:53 +0000</pubDate>
					<dc:creator>rich! @ etiviti</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://buddypress.org/community/members/saxx143/' rel="nofollow"></a><a href="http://buddypress.org/community/members/saxx143/" rel="nofollow">@saxx143</a></p>
<p>1) correct &#8211; (going forward)</p>
<p>2) no &#8211; requires to be in the buddypress site as it just looks for overall activity types. though i&#8217;m sure it is possible to block on a given item_id (which is the blog_id) &#8211; I&#8217;m not much of a MU/MS guru so I don&#8217;t know exactly how that would be done.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

