<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Here is the bp-wire for putting the Buddypress wire back to Buddypress 1.2</title>
	<atom:link href="http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/</link>
	<description>Just another Buddydev.com weblog</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:25:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Candy</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-26273</link>
		<dc:creator>Candy</dc:creator>
		<pubDate>Mon, 07 Nov 2011 13:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-26273</guid>
		<description>&quot;Wire message could not be posted. Please try again.&quot; 

what do I do now ?!? The post form is obviously looking for something that isn&#039;t there, missing table or something !??!?! I followed the install intructions and all looks fine other that ... well, it cannot fulfill the main purpose, posting ...

Help appreciated!</description>
		<content:encoded><![CDATA[<p>&#8220;Wire message could not be posted. Please try again.&#8221; </p>
<p>what do I do now ?!? The post form is obviously looking for something that isn&#8217;t there, missing table or something !??!?! I followed the install intructions and all looks fine other that &#8230; well, it cannot fulfill the main purpose, posting &#8230;</p>
<p>Help appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. J. Brumfield</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-19303</link>
		<dc:creator>T. J. Brumfield</dc:creator>
		<pubDate>Fri, 26 Aug 2011 01:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-19303</guid>
		<description>Something like this:

&lt;code&gt;

	

&lt;/code&gt;

Would get replaced with:

&lt;code&gt;
displayed_user-&gt;id,$bp-&gt;loggedin_user-&gt;id) ) {
			bp_wire_get_post_list( bp_get_group_id(), sprintf(__( &#039;Group %s&#039;, &#039;bp-wire&#039; ),BP_WIRE_LABEL), sprintf( __( &#039;There are no %s posts for %s&#039;, &#039;bp-wire&#039; ), strtolower(BP_WIRE_LABEL),bp_get_group_name(false) ), bp_group_is_member(), true );
		} else {
			echo &#039;Wire posts are reserved for friends.&#039;;
		}
	}
?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Something like this:</p>
<p><code></p>
<p></code></p>
<p>Would get replaced with:</p>
<p><code><br />
displayed_user-&gt;id,$bp-&gt;loggedin_user-&gt;id) ) {<br />
			bp_wire_get_post_list( bp_get_group_id(), sprintf(__( 'Group %s', 'bp-wire' ),BP_WIRE_LABEL), sprintf( __( 'There are no %s posts for %s', 'bp-wire' ), strtolower(BP_WIRE_LABEL),bp_get_group_name(false) ), bp_group_is_member(), true );<br />
		} else {<br />
			echo 'Wire posts are reserved for friends.';<br />
		}<br />
	}<br />
?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brajesh Singh</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-19182</link>
		<dc:creator>Brajesh Singh</dc:creator>
		<pubDate>Wed, 24 Aug 2011 03:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-19182</guid>
		<description>Hi Kiss, 
sorry for the delayed reply.
No, currently It is not available out of the box. Still, you can use something like this in the wire template page to hide all the wire from non friends

[sourcecode language=&quot;language=&#039;php&quot;]
global $bp;
if(friends_check_friendship($bp-&gt;displayed_user-&gt;id,$bp-&gt;loggedin_user-&gt;id))
//code that lists the posts
else
//code to show the message that the wires are only for friends.
[/sourcecode]

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Kiss,<br />
sorry for the delayed reply.<br />
No, currently It is not available out of the box. Still, you can use something like this in the wire template page to hide all the wire from non friends</p>
<p>global $bp;<br />
if(friends_check_friendship($bp-&gt;displayed_user-&gt;id,$bp-&gt;loggedin_user-&gt;id))<br />
//code that lists the posts<br />
else<br />
//code to show the message that the wires are only for friends.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kissandim</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-18838</link>
		<dc:creator>kissandim</dc:creator>
		<pubDate>Wed, 17 Aug 2011 13:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-18838</guid>
		<description>Hi Brajesh, I love the wire and have it as activity stream.  I was wondering though, is there a way to make it so the wire is only viewable by a member&#039;s friends?
Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi Brajesh, I love the wire and have it as activity stream.  I was wondering though, is there a way to make it so the wire is only viewable by a member&#8217;s friends?<br />
Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brajesh Singh</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-18713</link>
		<dc:creator>Brajesh Singh</dc:creator>
		<pubDate>Mon, 15 Aug 2011 20:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-18713</guid>
		<description>hi PJ,
most probably you updated buddypress and lost the wire folder in the bp-default theme. Please move wire back to bp-default theme.

Sorry for my delayed reply.</description>
		<content:encoded><![CDATA[<p>hi PJ,<br />
most probably you updated buddypress and lost the wire folder in the bp-default theme. Please move wire back to bp-default theme.</p>
<p>Sorry for my delayed reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-18320</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Sat, 06 Aug 2011 06:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-18320</guid>
		<description>Hey Brajesh,

BP Wire has been a great plugin and I really appreciate it!  Today, I went to post on someones page using it and when i click post it redirects me to feed://mysite.com/groups//wire/post

Figured i&#039;d mention this new error.  I did update some plugins fairly recently and would&#039;t be surprised if this is the issue.  

Thanks for all your work!

Patrick</description>
		<content:encoded><![CDATA[<p>Hey Brajesh,</p>
<p>BP Wire has been a great plugin and I really appreciate it!  Today, I went to post on someones page using it and when i click post it redirects me to <a href="feed://mysite.com/groups//wire/post" rel="nofollow">feed://mysite.com/groups//wire/post</a></p>
<p>Figured i&#8217;d mention this new error.  I did update some plugins fairly recently and would&#8217;t be surprised if this is the issue.  </p>
<p>Thanks for all your work!</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickgoz</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-15879</link>
		<dc:creator>rickgoz</dc:creator>
		<pubDate>Tue, 24 May 2011 23:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-15879</guid>
		<description>Hi Brajesh, 

Thanks for your answer.
I have an old website running BP 1.0.8 with an old plugin (specific development) which does what I would like to have now with BP-Wire.
 
I will send you in private message the link to the website. 

Thanks for your help.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Brajesh, </p>
<p>Thanks for your answer.<br />
I have an old website running BP 1.0.8 with an old plugin (specific development) which does what I would like to have now with BP-Wire.</p>
<p>I will send you in private message the link to the website. </p>
<p>Thanks for your help.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brajesh Singh</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-15874</link>
		<dc:creator>Brajesh Singh</dc:creator>
		<pubDate>Tue, 24 May 2011 21:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-15874</guid>
		<description>Hi Richard,
I am not sure if we can really hook any other form to BuddyPress activity/wire etc. can you give me some example on what type of options you will be adding to the form ?</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
I am not sure if we can really hook any other form to BuddyPress activity/wire etc. can you give me some example on what type of options you will be adding to the form ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brajesh Singh</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-15820</link>
		<dc:creator>Brajesh Singh</dc:creator>
		<pubDate>Mon, 23 May 2011 18:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-15820</guid>
		<description>Hi Kiss,
is BuddyPress Installed on your site. If yes, are you using wordpress multisite or Wordpress standard ?</description>
		<content:encoded><![CDATA[<p>Hi Kiss,<br />
is BuddyPress Installed on your site. If yes, are you using wordpress multisite or WordPress standard ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kissandim</title>
		<link>http://buddydev.com/buddypress/here-is-the-bp-wire-for-putting-the-buddypress-wire-back-to-buddypress-1-2/comment-page-1/#comment-15812</link>
		<dc:creator>kissandim</dc:creator>
		<pubDate>Mon, 23 May 2011 14:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://buddydev.com/?p=677#comment-15812</guid>
		<description>*wire folder (sorry)</description>
		<content:encoded><![CDATA[<p>*wire folder (sorry)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

