<?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: Creating a BuddyPress Group Home Page</title>
	<atom:link href="http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/</link>
	<description>Dangerously different projects and code</description>
	<lastBuildDate>Sat, 07 Jun 2014 17:10:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-688</link>
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Sat, 14 Jul 2012 10:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-688</guid>
		<description><![CDATA[Hi, 
 
I am trying to adapt this function so that I can include a tab/page for each of my Buddypress group for chat.  I would like to use the plugin Quick Chat.  At the moment I have successfully created a tab called &#039;Chat&#039; but it points to the activity stream, and I am not sure how to change this so that it can point to a page for the Quick Chat plugin.  Could you help? 
 
Thanks, 
 
Nick]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am trying to adapt this function so that I can include a tab/page for each of my Buddypress group for chat.  I would like to use the plugin Quick Chat.  At the moment I have successfully created a tab called &#039;Chat&#039; but it points to the activity stream, and I am not sure how to change this so that it can point to a page for the Quick Chat plugin.  Could you help? </p>
<p>Thanks, </p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddean</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-412</link>
		<dc:creator><![CDATA[ddean]]></dc:creator>
		<pubDate>Mon, 11 Jun 2012 11:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-412</guid>
		<description><![CDATA[Hi Jerry, 
 
This code should go in the functions.php file in your theme directory. It looks like you may have put it in a functions.php in WP-includes. 
 
And this code should be fine anywhere in your theme\&#039;s functions.php, so long as it\&#039;s not inside another function or anything like that. 
 
If you can\&#039;t get it to work, give the sample theme a try and work backwards. Let me know how it goes! ]]></description>
		<content:encoded><![CDATA[<p>Hi Jerry, </p>
<p>This code should go in the functions.php file in your theme directory. It looks like you may have put it in a functions.php in WP-includes. </p>
<p>And this code should be fine anywhere in your theme\&#8217;s functions.php, so long as it\&#8217;s not inside another function or anything like that. </p>
<p>If you can\&#8217;t get it to work, give the sample theme a try and work backwards. Let me know how it goes! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-398</link>
		<dc:creator><![CDATA[Jerry]]></dc:creator>
		<pubDate>Thu, 07 Jun 2012 10:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-398</guid>
		<description><![CDATA[I hope you see this and reply soonest. I&#039;m trying to add the first code to the functions.php to create the activity bar but i get this error when i try to access my website 
 
 
Parse error: syntax error, unexpected &#039;}&#039; in /home/smallbus/public_html/wp-includes/functions.php on line 4709 
 
 
What am i doing wrong and where exactly in functions.php should i put it?]]></description>
		<content:encoded><![CDATA[<p>I hope you see this and reply soonest. I&#039;m trying to add the first code to the functions.php to create the activity bar but i get this error when i try to access my website </p>
<p>Parse error: syntax error, unexpected &#039;}&#039; in /home/smallbus/public_html/wp-includes/functions.php on line 4709 </p>
<p>What am i doing wrong and where exactly in functions.php should i put it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stergatu</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-274</link>
		<dc:creator><![CDATA[stergatu]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-274</guid>
		<description><![CDATA[Great post.  
Thanks David ]]></description>
		<content:encoded><![CDATA[<p>Great post.<br />
Thanks David </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddean</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-219</link>
		<dc:creator><![CDATA[ddean]]></dc:creator>
		<pubDate>Wed, 11 Apr 2012 02:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-219</guid>
		<description><![CDATA[Hey Phil, 
 
Glad you found this post helpful! 
 
The great thing about having to make a new template file is that you can do whatever you want with it! The slug-matching trick you&#039;ve described is pretty much the group home page technique developed by modemlooper, but you&#039;ll need to create a custom post type to make it work seamlessly. 
 
If you want a quick front-end editor, you can add fields to the group Admin page with the action &#039;groups_custom_group_fields_editable&#039;. There&#039;s another action, &#039;groups_group_details_edited&#039;, that lets you process and store the changes wherever you want. I&#039;ve used this technique before, storing the contents in a groupmeta entry. 
 
Best of luck! ]]></description>
		<content:encoded><![CDATA[<p>Hey Phil, </p>
<p>Glad you found this post helpful! </p>
<p>The great thing about having to make a new template file is that you can do whatever you want with it! The slug-matching trick you&#039;ve described is pretty much the group home page technique developed by modemlooper, but you&#039;ll need to create a custom post type to make it work seamlessly. </p>
<p>If you want a quick front-end editor, you can add fields to the group Admin page with the action &#039;groups_custom_group_fields_editable&#039;. There&#039;s another action, &#039;groups_group_details_edited&#039;, that lets you process and store the changes wherever you want. I&#039;ve used this technique before, storing the contents in a groupmeta entry. </p>
<p>Best of luck! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @Phil_Meyer</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-148</link>
		<dc:creator><![CDATA[@Phil_Meyer]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 18:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-148</guid>
		<description><![CDATA[Hey David, 
 
I just came across this post of yours &amp; tried it on a new site... worked like a charm, thanks! 
 
Now I was wondering whether you or anyone might have figured out a way to populate the page via an editor of sorts, perhaps? Maybe a front-end posting method that creates a post with the same slug as the group, then displaying that post on the group home page? Am I giving anyone any ideas yet? :) 
 
I wanted to populate the page with HTML, but it seems quite a bit of it gets stripped out - images for example. So I was hoping there might be a few really industrious programmers out there who could take this great method and make it really amazing. 
 
Cheers, 
Phil ]]></description>
		<content:encoded><![CDATA[<p>Hey David, </p>
<p>I just came across this post of yours &amp; tried it on a new site&#8230; worked like a charm, thanks! </p>
<p>Now I was wondering whether you or anyone might have figured out a way to populate the page via an editor of sorts, perhaps? Maybe a front-end posting method that creates a post with the same slug as the group, then displaying that post on the group home page? Am I giving anyone any ideas yet? <img src="http://www.generalthreat.com/wordpress/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>
<p>I wanted to populate the page with HTML, but it seems quite a bit of it gets stripped out &#8211; images for example. So I was hoping there might be a few really industrious programmers out there who could take this great method and make it really amazing. </p>
<p>Cheers,<br />
Phil </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Towfiq</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-28</link>
		<dc:creator><![CDATA[Towfiq]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 14:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-28</guid>
		<description><![CDATA[Nice! Working now. ]]></description>
		<content:encoded><![CDATA[<p>Nice! Working now. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddean</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-26</link>
		<dc:creator><![CDATA[ddean]]></dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-26</guid>
		<description><![CDATA[Nice catch!  The post and sample theme have been updated with a fix for this. ]]></description>
		<content:encoded><![CDATA[<p>Nice catch!  The post and sample theme have been updated with a fix for this. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Towfiq</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-25</link>
		<dc:creator><![CDATA[Towfiq]]></dc:creator>
		<pubDate>Sat, 07 Jan 2012 09:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-25</guid>
		<description><![CDATA[I added the code to bp defalut theme, it added a new  acitvity tab and everything is fine. But there is a major problem with this code, When you post an update on group activity page it doesn&#039;t save. it is added promptly via ajax but when I refresh the page it disappears. The wall post is displayed in the wall of my own wall though. ]]></description>
		<content:encoded><![CDATA[<p>I added the code to bp defalut theme, it added a new  acitvity tab and everything is fine. But there is a major problem with this code, When you post an update on group activity page it doesn&#039;t save. it is added promptly via ajax but when I refresh the page it disappears. The wall post is displayed in the wall of my own wall though. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddean</title>
		<link>http://www.generalthreat.com/2011/10/creating-a-buddypress-group-home-page/#comment-22</link>
		<dc:creator><![CDATA[ddean]]></dc:creator>
		<pubDate>Sun, 01 Jan 2012 23:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.generalthreat.com/?p=65#comment-22</guid>
		<description><![CDATA[Hi Volpv, 
 
Did you try the sample theme posted on this page? It should provide a nice reference for what to expect if you&#039;re having trouble integrating it with your theme.   
 
Note that this won&#039;t change text on the &quot;Home&quot; tab to &quot;Front,&quot; it instead opens up the &quot;Home&quot; tab to be whatever you want it to be. Not having looked into it, you&#039;d probably have to change a BuddyPress core file or two to get the tab name changed. 
 
Hope that helps! 
 
 - David ]]></description>
		<content:encoded><![CDATA[<p>Hi Volpv, </p>
<p>Did you try the sample theme posted on this page? It should provide a nice reference for what to expect if you&#039;re having trouble integrating it with your theme.   </p>
<p>Note that this won&#039;t change text on the &quot;Home&quot; tab to &quot;Front,&quot; it instead opens up the &quot;Home&quot; tab to be whatever you want it to be. Not having looked into it, you&#039;d probably have to change a BuddyPress core file or two to get the tab name changed. </p>
<p>Hope that helps! </p>
<p> &#8211; David </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.generalthreat.com @ 2026-06-09 08:03:02 by W3 Total Cache -->