<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org</title>
	<atom:link href="http://buddypress.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddypress.org</link>
	<description>Communities, the WordPress way</description>
	<lastBuildDate>Wed, 19 Jun 2013 05:43:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2-alpha</generator>
		<item>
		<title>BuddyPress 1.8-beta1 is now available</title>
		<link>http://buddypress.org/2013/06/buddypress-1-8-beta1-is-now-available/</link>
		<comments>http://buddypress.org/2013/06/buddypress-1-8-beta1-is-now-available/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 16:06:11 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[1.8]]></category>
		<category><![CDATA[1.8-beta1]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=165934</guid>
		<description><![CDATA[Ladies and gentlemen, start your testing engines: BuddyPress 1.8-beta1 is ready for a lap around the track. If you develop BuddyPress themes or plugins, or if you run a BP-powered community site, now is the time to start testing the next major version of BuddyPress in your development environments. BP 1.8 will feature a large [...]]]></description>
				<content:encoded><![CDATA[<p>Ladies and gentlemen, start your testing engines: BuddyPress 1.8-beta1 is ready for a lap around the track.</p>
<p>If you develop BuddyPress themes or plugins, or if you run a BP-powered community site, now is the time to start testing the next major version of BuddyPress in your development environments. BP 1.8 will feature a large number of fixes and enhancements. For the full list, see <a href="http://buddypress.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=1.8">the 1.8 milestone in Trac</a>. Here is a short list of major changes, areas where you may want to focus your testing energies:</p>
<ul>
<li><strong><code>BP_Group_Extension</code></strong> has been largely rewritten, with the goal of making Group Extension plugins faster and more consistent to write (<a href="http://buddypress.trac.wordpress.org/ticket/4955">#4955</a>). We&#8217;ve worked hard to make sure that existing <code>BP_Group_Extension</code> plugins will continue to work as before, but we encourage you to verify your own plugins. In the upcoming days, I&#8217;ll be writing updated Codex documentation for the Group Extension API, so you can see how the new features in BP 1.8 will make writing group extension plugins radically simpler. Watch <a href="http://bpdevel.wordpress.com">bpdevel.wordpress.com</a> for updates.</li>
<li>The <strong>group administration panels</strong> in the Dashboard have seen some improvements &#8211; in particular, to the way that the Manage Members section works (<a href="http://buddypress.trac.wordpress.org/ticket/4482">#4482</a>, <a href="http://buddypress.trac.wordpress.org/ticket/4977">#4977</a>). Pagination support has been added to the member lists in these panels, as well as the <code>bp_group_has_members()</code> stack that underpins the panels.</li>
<li>The <strong>bp-legacy stylesheet</strong> has undergone a process of &#8220;detheming&#8221; (<a href="http://buddypress.trac.wordpress.org/ticket/4953">#4953</a>). We&#8217;ve combed through the bp-legacy CSS &#8211; which provides BP-specific styling on themes that don&#8217;t have native support for BP &#8211; and removed some of the lingering stylistic remnants of the bp-default theme. Now, things like font faces, buttons, and form element styling will be inherited from your WordPress theme in a much more graceful way.</li>
<li>We&#8217;ve introduced a new <strong>template hierarchy layer for top-level templates</strong> (<a href="http://buddypress.trac.wordpress.org/ticket/4639">#4639</a>). Similar to <a href="http://codex.wordpress.org/Template_Hierarchy">WordPress&#8217;s template hierarchy</a>, this new feature allows themes to provide top-level template files that are specific to a component or item. For example, if your theme contains a template at <code>groups/index-directory.php</code>, it&#8217;ll be used instead of <code>buddypress.php</code> or <code>page.php</code> when viewing the Groups directory. See <a href="http://buddypress.trac.wordpress.org/changeset/7212">r7212</a> for more details on the hierarchy, and watch the <a href="http://codex.buddypress.org">Codex</a> and <a href="http://bpdevel.wordpress.com">bpdevel</a> for documentation between now and the 1.8 release.</li>
<li><code>bp_has_groups()</code> and <code>bp_has_activities()</code> now accept a <strong><code>meta_query</code> parameter</strong> (<a href="http://buddypress.trac.wordpress.org/ticket/3521">#3521</a>). This means you can filter a group or activity query based on groupmeta or activitymeta, using the very same <code>meta_query</code> syntax familiar from <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters">WP_Query</a>.</li>
<li><strong>@-mentions can now be disabled</strong> (<a href="http://buddypress.trac.wordpress.org/ticket/3388">#3388</a>), by adding <code>add_filter( 'bp_activity_do_mentions', '__return_false' );</code> to your bp-custom.php file.</li>
<li><strong>RSS feeds for activity streams</strong> have been overhauled (<a href="http://buddypress.trac.wordpress.org/ticket/5020">#5020</a>). Our RSS implementation has been brought more in line with best practices for feed construction. And feed-building logic has been abstracted from myriad standalone feed templates into a single <code>BP_Activity_Feed</code> class, which makes the creation of custom feeds a breeze.</li>
</ul>
<p>Remember that BuddyPress 1.8-beta1 is beta software, and we don&#8217;t recommend running it on a production site quite yet.</p>
<p>Get 1.8-beta1 via svn, or by downloading <a href="http://downloads.wordpress.org/plugin/buddypress.1.8-beta1.zip">the zip file from wordpress.org</a>. Find a bug or have a question? Check out our <a href="http://buddypress.org/support">support community</a>, or visit <a href="http://buddypress.trac.wordpress.org">our development tracker</a>.</p>
<p><span id="more-165934"></span></p>
<h2>Discussion</h2>

<div id="bbpress-forums">

	
	
		
		
			

<div class="bbp-pagination">
	<div class="bbp-pagination-count">

		Viewing 19 posts - 1 through 19 (of 19 total)
	</div>

	<div class="bbp-pagination-links">

		
	</div>
</div>


			
<ul id="topic-165940-replies" class="forums bbp-replies">

	<li class="bbp-body">

		
			
<div id="post-165940" class="post-165940 topic type-topic status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-1 user-id-2881701 topic-author">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/boonebgorges/" title="View Boone Gorges&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-2881701-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Boone Gorges" /></a><br /><a href="http://buddypress.org/community/members/boonebgorges/" title="View Boone Gorges&#039;s profile" class="bbp-author-name" rel="nofollow">Boone Gorges</a><br /><div class="bbp-author-role">Keymaster</div>
		<p class="bbp-user-nicename">@boonebgorges</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165940" title="#165940" class="bbp-reply-permalink">5 days, 14 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>BP 1.8-beta1 is now available. If you&#8217;re a BP developer, translator, or site admin, this is a good time to start testing the next major release in your dev environments. Read more about it here: <a href="http://buddypress.org/2013/06/buddypress-1-8-beta1-is-now-available/" rel="nofollow">http://buddypress.org/2013/06/buddypress-1-8-beta1-is-now-available/</a></p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165940 -->

		
			
<div id="post-165942" class="post-165942 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-2 user-id-11701205">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/bphelp/" title="View bp-help&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/4beef603f70f7692207c777daecff500?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-11701205-avatar avatar-100 photo" width="100" height="100" alt="Avatar of bp-help" /></a><br /><a href="http://buddypress.org/community/members/bphelp/" title="View bp-help&#039;s profile" class="bbp-author-name" rel="nofollow">bp-help</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@bphelp</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165942" title="#165942" class="bbp-reply-permalink">5 days, 14 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow">@boonebgorges</a><br />
Awesome job to the entire Development team!</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165942 -->

		
			
<div id="post-165945" class="post-165945 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-3 user-id-3251590">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/unsalkorkmaz/" title="View Unsal Korkmaz&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/bcf3949b251f8d78246d5f7049f7c241?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-3251590-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Ünsal Korkmaz" /></a><br /><a href="http://buddypress.org/community/members/unsalkorkmaz/" title="View Unsal Korkmaz&#039;s profile" class="bbp-author-name" rel="nofollow">Unsal Korkmaz</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@unsalkorkmaz</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165945" title="#165945" class="bbp-reply-permalink">5 days, 13 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Uhm.. Getting this error:<br />
<code>Warning: require(C:\wamp\www/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php): failed to open stream: No such file or directory in C:\wamp\www\wp-content\plugins\buddypress\bp-loader.php on line 443</code></p>
<p>Should i open a ticket?</p>
<p>I will try to check files but is there any special changes that theme authors have to change their theme?</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165945 -->

		
			
<div id="post-165950" class="post-165950 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-4 user-id-8106645">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/qrahaman/" title="View Quint&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/039cca948f05a874bc3453014e0b6c24?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-8106645-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Quint" /></a><br /><a href="http://buddypress.org/community/members/qrahaman/" title="View Quint&#039;s profile" class="bbp-author-name" rel="nofollow">Quint</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@qrahaman</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165950" title="#165950" class="bbp-reply-permalink">5 days, 13 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Same activation error as Unsal&#8230; this is probably not the site to report the bug but I can&#8217;t remember where I should report it.</p>
<p>[13-Jun-2013 16:43:50 UTC] PHP Fatal error:  require(): Failed opening required &#8216;/htdocs/wp-content/plugins/buddypress/bp-core/deprecated/1.2.php&#8217; (include_path=&#8217;/:.&#8217;) in /htdocs/wp-content/plugins/buddypress/bp-loader.php on line 443</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165950 -->

		
			
<div id="post-165951" class="post-165951 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-5 user-id-3251590">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/unsalkorkmaz/" title="View Unsal Korkmaz&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/bcf3949b251f8d78246d5f7049f7c241?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-3251590-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Ünsal Korkmaz" /></a><br /><a href="http://buddypress.org/community/members/unsalkorkmaz/" title="View Unsal Korkmaz&#039;s profile" class="bbp-author-name" rel="nofollow">Unsal Korkmaz</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@unsalkorkmaz</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165951" title="#165951" class="bbp-reply-permalink">5 days, 13 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Solution: just remove or comment-out that line.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165951 -->

		
			
<div id="post-165953" class="post-165953 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-6 user-id-187497">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/mercime/" title="View @mercime&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/fae451be6708241627983570a1a1817a?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-187497-avatar avatar-100 photo" width="100" height="100" alt="Avatar of @mercime" /></a><br /><a href="http://buddypress.org/community/members/mercime/" title="View @mercime&#039;s profile" class="bbp-author-name" rel="nofollow">@mercime</a><br /><div class="bbp-author-role">Keymaster</div>
		<p class="bbp-user-nicename">@mercime</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165953" title="#165953" class="bbp-reply-permalink">5 days, 13 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p><a href="http://buddypress.org/community/members/unsalkorkmaz/" rel="nofollow">@unsalkorkmaz</a> trac ticket please</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165953 -->

		
			
<div id="post-165956" class="post-165956 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-6 user-id-2881701 topic-author">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/boonebgorges/" title="View Boone Gorges&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-2881701-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Boone Gorges" /></a><br /><a href="http://buddypress.org/community/members/boonebgorges/" title="View Boone Gorges&#039;s profile" class="bbp-author-name" rel="nofollow">Boone Gorges</a><br /><div class="bbp-author-role">Keymaster</div>
		<p class="bbp-user-nicename">@boonebgorges</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165956" title="#165956" class="bbp-reply-permalink">5 days, 13 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Looks like I made an error in the way I built the zip file. Please re-download and try again. And thanks for the report.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165956 -->

		
			
<div id="post-165957" class="post-165957 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-8 user-id-8106645">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/qrahaman/" title="View Quint&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/039cca948f05a874bc3453014e0b6c24?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-8106645-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Quint" /></a><br /><a href="http://buddypress.org/community/members/qrahaman/" title="View Quint&#039;s profile" class="bbp-author-name" rel="nofollow">Quint</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@qrahaman</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165957" title="#165957" class="bbp-reply-permalink">5 days, 12 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Thanks&#8230; activation successful using the latest zip.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165957 -->

		
			
<div id="post-165977" class="post-165977 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-9 user-id-7349734">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/ubernaut/" title="View @ubernaut&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/e715c0ee9082add252b5246f7af712ac?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-7349734-avatar avatar-100 photo" width="100" height="100" alt="Avatar of @ubernaut" /></a><br /><a href="http://buddypress.org/community/members/ubernaut/" title="View @ubernaut&#039;s profile" class="bbp-author-name" rel="nofollow">@ubernaut</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@ubernaut</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165977" title="#165977" class="bbp-reply-permalink">5 days, 11 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>so is this site already using the beta? i&#8217;ve noticed that not only are the comments for this post showing up in the rss feed but also that the forum topic and the comments for this post seem to be one in the same thing as well. that seems new to me.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165977 -->

		
			
<div id="post-165978" class="post-165978 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-10 user-id-9764778">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/mgkoller/" title="View mgkoller&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/b9d2beeae0ee940de08d6512902c7ebf?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-9764778-avatar avatar-100 photo" width="100" height="100" alt="Avatar of mgkoller" /></a><br /><a href="http://buddypress.org/community/members/mgkoller/" title="View mgkoller&#039;s profile" class="bbp-author-name" rel="nofollow">mgkoller</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@mgkoller</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165978" title="#165978" class="bbp-reply-permalink">5 days, 11 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Testing this on WordPress 3.6-beta, works / looks really nice with the twenty thirteen theme.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165978 -->

		
			
<div id="post-165983" class="post-165983 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-11 user-id-9664517">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/synaptic/" title="View Asynaptic&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/e0ac655eaefb453834dd1190cd1de480?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-9664517-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Asynaptic" /></a><br /><a href="http://buddypress.org/community/members/synaptic/" title="View Asynaptic&#039;s profile" class="bbp-author-name" rel="nofollow">Asynaptic</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@synaptic</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-165983" title="#165983" class="bbp-reply-permalink">5 days, 9 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p><a href="http://buddypress.org/community/members/ubernaut/" rel="nofollow">@ubernaut</a> I think the only place the latest is tested is <a href="http://testbp.org/" rel="nofollow">http://testbp.org/</a> but someone correct me if I&#8217;m wrong!</p>
<p>ps thank you to the dev team for the new beta! <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-165983 -->

		
			
<div id="post-166008" class="post-166008 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-12 user-id-5462728">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/themightymo/" title="View Toby Cryns (@themightymo)&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/6bb015a651cf984d63d9f0389de8a246?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-5462728-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Toby Cryns (@themightymo)" /></a><br /><a href="http://buddypress.org/community/members/themightymo/" title="View Toby Cryns (@themightymo)&#039;s profile" class="bbp-author-name" rel="nofollow">Toby Cryns (@themightymo)</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@themightymo</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166008" title="#166008" class="bbp-reply-permalink">5 days, 1 hour ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Wonderful work, team!!  Thank you!</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166008 -->

		
			
<div id="post-166022" class="post-166022 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-13 user-id-10340144">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/henrywright-1/" title="View Henry&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/2483dea09cf47105cea2a295fe5fd0a0?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-10340144-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Henry Wright" /></a><br /><a href="http://buddypress.org/community/members/henrywright-1/" title="View Henry&#039;s profile" class="bbp-author-name" rel="nofollow">Henry</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@henrywright-1</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166022" title="#166022" class="bbp-reply-permalink">4 days, 23 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Great work, lots of thanks to everyone involved for making such a great product! </p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166022 -->

		
			
<div id="post-166037" class="post-166037 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-14 user-id-327624">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/lenasterg/" title="View lenasterg&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/fad6cb26417a2ff5b794ecab3c9b1036?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-327624-avatar avatar-100 photo" width="100" height="100" alt="Avatar of lenasterg" /></a><br /><a href="http://buddypress.org/community/members/lenasterg/" title="View lenasterg&#039;s profile" class="bbp-author-name" rel="nofollow">lenasterg</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@lenasterg</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166037" title="#166037" class="bbp-reply-permalink">4 days, 19 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Hi, I tested my plugin BP Group Documents (download link <a href="http://blogs.sch.gr/stergatu/files/2013/06/buddypress-group-documents0_6.zip" rel="nofollow">http://blogs.sch.gr/stergatu/files/2013/06/buddypress-group-documents0_6.zip</a>) against BP 1.8 beta-1, wp 3.5.1.<br />
The plugin extends BP_Group_Extension and uses the _construct, edit_screen, display() etc functions.<br />
I noticed the following strange behaviour.<br />
Group create step screen OK<br />
Admin group page screen OK<br />
Edit group page screen OK<br />
Display screen and nav tab of plugin NOT showing at all.<br />
I don&#8217;t get any error log or debug messages with wp_debug.</p>
<p>Any clues / directions?</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166037 -->

		
			
<div id="post-166049" class="post-166049 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-15 user-id-2011996">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/sbrajesh/" title="View Brajesh Singh&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/2106622ee90d53d15ac1402806616aca?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-2011996-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Brajesh Singh" /></a><br /><a href="http://buddypress.org/community/members/sbrajesh/" title="View Brajesh Singh&#039;s profile" class="bbp-author-name" rel="nofollow">Brajesh Singh</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@sbrajesh</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166049" title="#166049" class="bbp-reply-permalink">4 days, 15 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Awesome work guys! Loved the new enhancements in Group/Activity fetching. Opens a lot of possibilities.</p>
<p>Thank you dev team for all the hard work <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166049 -->

		
			
<div id="post-166271" class="post-166271 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-16 user-id-7564761">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/sooskriszta/" title="View OC2PS&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/6ae41315a1c52ed387a0d80db0491435?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-7564761-avatar avatar-100 photo" width="100" height="100" alt="Avatar of OC2PS" /></a><br /><a href="http://buddypress.org/community/members/sooskriszta/" title="View OC2PS&#039;s profile" class="bbp-author-name" rel="nofollow">OC2PS</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@sooskriszta</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166271" title="#166271" class="bbp-reply-permalink">21 hours ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>Awesome!</p>
<p>So, just to be sure, there won&#8217;t be a 1.7.3? <a href="https://buddypress.trac.wordpress.org/ticket/4948" rel="nofollow">https://buddypress.trac.wordpress.org/ticket/4948</a></p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166271 -->

		
			
<div id="post-166283" class="post-166283 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-17 user-id-7349734">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/ubernaut/" title="View @ubernaut&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/e715c0ee9082add252b5246f7af712ac?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-7349734-avatar avatar-100 photo" width="100" height="100" alt="Avatar of @ubernaut" /></a><br /><a href="http://buddypress.org/community/members/ubernaut/" title="View @ubernaut&#039;s profile" class="bbp-author-name" rel="nofollow">@ubernaut</a><br /><div class="bbp-author-role">Participant</div>
		<p class="bbp-user-nicename">@ubernaut</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166283" title="#166283" class="bbp-reply-permalink">15 hours, 32 minutes ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p>i don&#8217;t think that necessarily follows.</p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166283 -->

		
			
<div id="post-166294" class="post-166294 reply type-reply status-publish hentry even bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-18 user-id-187497">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/mercime/" title="View @mercime&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/fae451be6708241627983570a1a1817a?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-187497-avatar avatar-100 photo" width="100" height="100" alt="Avatar of @mercime" /></a><br /><a href="http://buddypress.org/community/members/mercime/" title="View @mercime&#039;s profile" class="bbp-author-name" rel="nofollow">@mercime</a><br /><div class="bbp-author-role">Keymaster</div>
		<p class="bbp-user-nicename">@mercime</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166294" title="#166294" class="bbp-reply-permalink">13 hours, 55 minutes ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p><a href="http://buddypress.trac.wordpress.org/roadmap" rel="nofollow">http://buddypress.trac.wordpress.org/roadmap</a></p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166294 -->

		
			
<div id="post-166332" class="post-166332 reply type-reply status-publish hentry odd bbp-parent-forum-2074 bbp-parent-topic-165940 bbp-reply-position-19 user-id-5462165">

	<div class="bbp-reply-author">

		
		<a href="http://buddypress.org/community/members/hnla/" title="View Hugo&#039;s profile" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?d=http://buddypress.org/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&amp;s=100&amp;r=G" class="avatar user-5462165-avatar avatar-100 photo" width="100" height="100" alt="Avatar of Hugo" /></a><br /><a href="http://buddypress.org/community/members/hnla/" title="View Hugo&#039;s profile" class="bbp-author-name" rel="nofollow">Hugo</a><br /><div class="bbp-author-role">Moderator</div>
		<p class="bbp-user-nicename">@hnla</p>
		<p class="bbp-reply-post-date"><a href="http://buddypress.org/support/topic/buddypress-1-8-beta1-is-now-available/#post-166332" title="#166332" class="bbp-reply-permalink">10 hours, 43 minutes ago</a></p>

		
		
	</div><!-- .bbp-reply-author -->

	<div class="bbp-reply-content">

		
		<p><a href="http://buddypress.org/community/members/sooskriszta/" rel="nofollow">@sooskriszta</a> those are point revisions of course there could possibly be a 1.7.3, if a bug of a serious enough nature comes along and needs fixing how do you think it&#8217;s numbered, the fix would be rolled into a point revision and released then merged into trunk so that the latest revision had it ? </p>

		
	</div><!-- .bbp-reply-content -->

	
</div><!-- #post-166332 -->

		
	</li><!-- .bbp-body -->

</ul><!-- #topic-165940-replies -->


			

<div class="bbp-pagination">
	<div class="bbp-pagination-count">

		Viewing 19 posts - 1 through 19 (of 19 total)
	</div>

	<div class="bbp-pagination-links">

		
	</div>
</div>


		
		


	<div id="no-reply-165940" class="bbp-no-reply">
		<div class="bbp-template-notice">
			<p>You must be logged in to reply to this topic.</p>
		</div>
	</div>



	
	
</div>

]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/06/buddypress-1-8-beta1-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7.2</title>
		<link>http://buddypress.org/2013/05/buddypress-1-7-2/</link>
		<comments>http://buddypress.org/2013/05/buddypress-1-7-2/#comments</comments>
		<pubDate>Thu, 16 May 2013 22:00:21 +0000</pubDate>
		<dc:creator>John James Jacoby</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[1.7.2]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=164102</guid>
		<description><![CDATA[BuddyPress 1.7.2 is now available. This maintenance and security release fixes several MySQL injection possibilities reported by Glyn Wintle from dxw.com, and a few other issues we caught after 1.7.1 was released last month. 1.7.2 is a recommended upgrade for all installations running BP 1.5+. For complete details on what&#8217;s changed in BP 1.7.2, see the Trac milestone or [...]]]></description>
				<content:encoded><![CDATA[<p>BuddyPress 1.7.2 is now available. This maintenance and security release fixes several MySQL injection possibilities reported by Glyn Wintle from dxw.com, and a few other issues we caught after 1.7.1 was released last month. 1.7.2 is a recommended upgrade for all installations running BP 1.5+.</p>
<p>For complete details on what&#8217;s changed in BP 1.7.2, see the <a href="http://buddypress.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=1.7.2">Trac milestone</a> or the <a href="http://codex.buddypress.org/developer/releases/version-1-7-2/">1.7.2 changelog in the BuddyPress Codex</a>.</p>
<p>Download it today from the <a href="http://wordpress.org/extend/plugins/buddypress/">wordpress.org plugin repository</a>, or from the Plugins page in your WordPress Dashboard. Questions or comments about the release? Visit our <a href="http://buddypress.org/support">support forums</a> or <a href="http://buddypress.trac.wordpress.org">our bugtracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/05/buddypress-1-7-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7.1</title>
		<link>http://buddypress.org/2013/04/buddypress-1-7-1/</link>
		<comments>http://buddypress.org/2013/04/buddypress-1-7-1/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 03:06:04 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[1.7.1]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=163045</guid>
		<description><![CDATA[BuddyPress 1.7.1 is now available. This is a maintenance release, which fixes a number of bugs reported since version 1.7 came out earlier this month. For complete details on what&#8217;s changed in BP 1.7.1, see the Trac milestone or the 1.7.1 changelog in the BuddyPress Codex. 1.7.1 is a recommended upgrade for all installations running [...]]]></description>
				<content:encoded><![CDATA[<p>BuddyPress 1.7.1 is now available. This is a maintenance release, which fixes a number of bugs reported since version 1.7 came out earlier this month. For complete details on what&#8217;s changed in BP 1.7.1, see the <a href="http://buddypress.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=1.7.1">Trac milestone</a> or the <a href="http://codex.buddypress.org/developer/releases/version-1-7-1/">1.7.1 changelog in the BuddyPress Codex</a>.</p>
<p>1.7.1 is a recommended upgrade for all installations running BP 1.5+. Download it today from the <a href="http://wordpress.org/extend/plugins/buddypress/">wordpress.org plugin repository</a>, or from the Plugins page in your WordPress Dashboard. Questions or comments about the release? Visit our <a href="http://buddypress.org/support">support forums</a> or <a href="http://buddypress.trac.wordpress.org">our bugtracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/04/buddypress-1-7-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s time to update your BuddyPress installation</title>
		<link>http://buddypress.org/2013/04/its-time-to-update-your-buddypress-installation/</link>
		<comments>http://buddypress.org/2013/04/its-time-to-update-your-buddypress-installation/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 21:02:25 +0000</pubDate>
		<dc:creator>John James Jacoby</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=161349</guid>
		<description><![CDATA[With the release of BuddyPress 1.7 just a few days ago, and with almost 1.5 million downloads behind us, I wanted to take the time to remind everyone about what&#8217;s gone into improving BuddyPress recently, and to reassure everyone that it&#8217;s okay to update. In the early days of BuddyPress, things were in flux. Andy [...]]]></description>
				<content:encoded><![CDATA[<p>With the release of BuddyPress 1.7 just a few days ago, and with almost 1.5 million downloads behind us, I wanted to take the time to remind everyone about what&#8217;s gone into improving BuddyPress recently, and to reassure everyone that it&#8217;s okay to update.</p>
<p>In the early days of BuddyPress, things were in flux. Andy and I were furiously building components and features, deprecating code, refactoring the way things worked, and generally tearing up the codebase over and over again. It helped us build a great foundation, but it made updating to the next version a scary and frustrating experience. To those that remember those days, I apologize; to everyone else, I&#8217;m sorry you missed out on the fun. <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Whenever your WordPress installation checks to see if BuddyPress needs an update, the WordPress.org Extend API remembers the current version of BuddyPress that you&#8217;re running. This is how we know (with relative accuracy) approximately how many of what versions are out in the wild, and it&#8217;s also how we generated the pinwheel below, taken from the Stats page from WordPress.org Extend:</p>
<div id="attachment_161350" class="wp-caption aligncenter" style="width: 586px"><img class=" wp-image-161350   " alt="Active BuddyPress Versions" src="http://buddypress.org/wp-content/uploads/1/2013/04/Screen-Shot-2013-04-11-at-3.18.43-PM.png" width="576" height="283" /><p class="wp-caption-text">Every color of the rainbow is clearly represented</p></div>
<p>Despite the pretty colors, this pie chart is actually a little scary. There are so many old and outdated installations of BuddyPress out there, not taking advantage of the neat new features, and not running the most stable and secure code available. The irony is, this is largely our fault.</p>
<p>These days, BuddyPress is a 1 click update in your WordPress dashboard, and we&#8217;ve built a bunch of API&#8217;s that allow third party plugin developers to write plugins that won&#8217;t break when BuddyPress needs an update. We&#8217;ve spent a large part of the past 2 years reinforcing the foundation we invested in, so that no one needs to be afraid to update BuddyPress ever again.</p>
<p>Starting with BuddyPress 1.8, the core team will be focusing our efforts on including automated tests with each enhancement and critical bug fix, to help ensure that each future release gets more stable than the release before it. Boone Gorges and Paul Gibbs both donated huge amounts of labor building a test suite that is already committed into our development branch, just days after BuddyPress 1.7 was packaged up. Their dedication towards making BuddyPress stable and amazing for everyone is unwavering, and their contributions are truly awesome.</p>
<p>If you&#8217;re running an old version of BuddyPress, I urge you to check out and update to BuddyPress 1.7. It&#8217;s the culmination of thousands of hours of effort, and is the most stable, secure, and performant version of BuddyPress yet. Help us change that pinwheel into more of a Pac-Man or a circle.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/04/its-time-to-update-your-buddypress-installation/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7 is now available!</title>
		<link>http://buddypress.org/2013/04/buddypress-1-7-is-now-available/</link>
		<comments>http://buddypress.org/2013/04/buddypress-1-7-is-now-available/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 18:51:06 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=160310</guid>
		<description><![CDATA[BuddyPress 1.7 &#8220;Totonno&#8221; has arrived, and it&#8217;s our best version yet! What&#8217;s New in 1.7 BuddyPress 1.7 is a major feature release, containing hundreds of bugfixes and dozens of new features. We&#8217;ll show off a few of our favorites below. Want to see a full changelog for 1.7? Check it out on the Codex. Theme [...]]]></description>
				<content:encoded><![CDATA[<p>BuddyPress 1.7 &#8220;Totonno&#8221; has arrived, and it&#8217;s our best version yet!</p>
<h3>What&#8217;s New in 1.7</h3>
<p>BuddyPress 1.7 is a major feature release, containing hundreds of bugfixes and dozens of new features. We&#8217;ll show off a few of our favorites below. Want to see a full changelog for 1.7? Check it out <a href="http://codex.buddypress.org/developer/releases/version-1-7/">on the Codex</a>.</p>
<p><em>Theme Compatibility</em></p>
<p>BuddyPress&#8217;s social features add new kinds of content to your WordPress site: groups, profiles, and so on. Until now, displaying that content has required building or finding a BP-compatible theme &#8211; one of the biggest hurdles to using BuddyPress. Version 1.7 makes this a thing of the past. Using a feature we call &#8220;theme compatibility&#8221;, BuddyPress can display its content within the context of any WordPress theme &#8211; no modifications required. Here are a few screenshots showing BP running on a few popular themes:</p>
<p><div id="attachment_160342" class="wp-caption alignleft" style="width: 160px"><a href="http://buddypress.org/wp-content/uploads/1/2013/04/bp-twentytwelve.png"><img style="height: 150px !important" src="http://buddypress.org/wp-content/uploads/1/2013/04/bp-twentytwelve-150x150.png" alt="Twenty Twelve" width="150" height="150" class="size-thumbnail wp-image-160342" /></a><p class="wp-caption-text">Twenty Twelve</p></div> <div id="attachment_160343" class="wp-caption alignleft" style="width: 160px"><a href="http://buddypress.org/wp-content/uploads/1/2013/04/bp-coraline.png"><img style="height: 150px !important" src="http://buddypress.org/wp-content/uploads/1/2013/04/bp-coraline-150x150.png" alt="Coraline" width="150" height="150" class="size-thumbnail wp-image-160343" /></a><p class="wp-caption-text">Coraline</p></div> <div id="attachment_160344" class="wp-caption alignleft" style="width: 160px"><a href="http://buddypress.org/wp-content/uploads/1/2013/04/bp-superstore.png"><img style="height: 150px !important" src="http://buddypress.org/wp-content/uploads/1/2013/04/bp-superstore-150x150.png" alt="Woo Superstore" width="150" height="150" class="size-thumbnail wp-image-160344" /></a><p class="wp-caption-text">Woo Superstore</p></div></p>
<div style="clear:both"> </div>
<p>Not satisfied with the way it looks out of the box? Not a problem. BuddyPress still provides a sophisticated, modular templating system, which you can easily customize in your own theme. Theme developers and designers can learn much more about theme compat on <a href="http://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/">the BuddyPress codex</a>.</p>
<div style="clear: both;height: 15px"> </div>
<p><em>Group Administration</em></p>
<div id="attachment_160321" class="wp-caption alignright" style="width: 160px"><a href="http://buddypress.org/wp-content/uploads/1/2013/04/dashboard.png"><img style="height: 150px !important" src="http://buddypress.org/wp-content/uploads/1/2013/04/dashboard-300x216.png" alt="Group Administration in BuddyPress 1.7" width="150" class="size-medium wp-image-160321" /></a><p class="wp-caption-text">Group Administration in BP 1.7</p></div>
<p>If you&#8217;ve run a BuddyPress-powered community site, you know that groups are a powerful way for members to connect. But there&#8217;s been no way for site administrators to manage groups. BP 1.7 introduces a brand new set of Group Administration panels on your WordPress Dashboard. Now BP admins can bulk-delete groups, edit group settings, and manage group membership without ever leaving wp-admin.</p>
<div style="clear: both;height: 15px"> </div>
<p><em>A Better Installation Experience</em></p>
<div id="attachment_160328" class="wp-caption alignright" style="width: 160px"><a href="http://buddypress.org/wp-content/uploads/1/2013/04/about.png"><img style="height: 150px !important" src="http://buddypress.org/wp-content/uploads/1/2013/04/about-150x150.png" alt="About Screen" width="150" height="150" class="size-thumbnail wp-image-160328" /></a><p class="wp-caption-text">About Screen</p></div>
<p>BuddyPress makes it easy to add social features to your site, and BP 1.7 streamlines the process more than ever. We&#8217;ve removed the installation wizard in favor of a totally automated setup &#8211; just hit Activate, and we&#8217;ll handle the rest. On new installations, only the Activity and Extended Profiles components are activated, helping you to start small and grow your community features bit by bit. And, following in WordPress&#8217;s footsteps, we&#8217;ve added About and Credits screens, helping you to get up to date on the BuddyPress project.</p>
<div style="clear: both;height: 30px"> </div>
<h3>Springtime Goodies</h3>
<p>BuddyPress 1.7 is codenamed &#8220;Totonno&#8221;, after <a href="https://en.wikipedia.org/wiki/Totonno%27s">the legendary Brooklyn pizza joint</a>. Totonno&#8217;s is just a few blocks from <a href="https://en.wikipedia.org/wiki/Coney_Island_Cyclone">the Cyclone</a> and the Coney Island boardwalk, and there&#8217;s no better end to a lovely spring day than to indulge in what may be the world&#8217;s greatest pepperoni pie. With spring finally coming to Brooklyn, we think it&#8217;s appropriate to honor a pizza institution with what we think will be a watershed BuddyPress release.</p>
<div style="clear: both;height: 15px"> </div>
<h3>The BuddyPress Community Rocks</h3>
<p>Hundreds of developers, designers, and community volunteers have put thousands of hours into this version of BuddyPress. When you use BP, you&#8217;re standing on their shoulders. The following individuals contributed patches during the 1.7 release cycle: </p>
<p>			<a href="http://profiles.wordpress.org/aesqe">aesqe</a>, <a href="http://profiles.wordpress.org/apeatling">apeatling</a>, <a href="http://profiles.wordpress.org/borkweb">borkweb</a>, <a href="http://profiles.wordpress.org/calin">calin</a>, <a href="http://profiles.wordpress.org/chouf1">chouf1</a>, <a href="http://profiles.wordpress.org/chrisclayton">chrisclayton</a>, <a href="http://profiles.wordpress.org/cnorris23">cnorris23</a>, <a href="http://profiles.wordpress.org/ddean">ddean</a>, <a href="http://profiles.wordpress.org/DennisSmolek">DennisSmolek</a>, <a href="http://profiles.wordpress.org/Dianakc">Dianakc</a>, <a href="http://profiles.wordpress.org/dontdream">dontdream</a>, <a href="http://profiles.wordpress.org/empireoflight">empireoflight</a>, <a href="http://profiles.wordpress.org/enej">enej</a>, <a href="http://profiles.wordpress.org/ethitter">ethitter</a>, <a href="http://profiles.wordpress.org/fanquake">fanquake</a>, <a href="http://profiles.wordpress.org/gmax21">gmax21</a>, <a href="http://profiles.wordpress.org/hnla">hnla</a>, <a href="http://profiles.wordpress.org/humanshell">humanshell</a>, <a href="http://profiles.wordpress.org/imath">imath</a>, <a href="http://profiles.wordpress.org/Jacek">Jacek</a>, <a href="http://profiles.wordpress.org/jag1989">jag1989</a>, <a href="http://profiles.wordpress.org/jbobich">jbobich</a>, <a href="http://profiles.wordpress.org/jkudish">jkudish</a>, <a href="http://profiles.wordpress.org/jpsb">jpsb</a>, <a href="http://profiles.wordpress.org/karmatosed">karmatosed</a>, <a href="http://profiles.wordpress.org/MacPresss">MacPresss</a>, <a href="http://profiles.wordpress.org/magnus78">magnus78</a>, <a href="http://profiles.wordpress.org/markjaquith">markjaquith</a>, <a href="http://profiles.wordpress.org/Maty">Maty</a>, <a href="http://profiles.wordpress.org/mercime">mercime</a>, <a href="http://profiles.wordpress.org/michael.ecklund">michael.ecklund</a>, <a href="http://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="http://profiles.wordpress.org/nacin">nacin</a>, <a href="http://profiles.wordpress.org/netweb">netweb</a>, <a href="http://profiles.wordpress.org/rogercoathup">rogercoathup</a>, <a href="http://profiles.wordpress.org/sboisvert">sboisvert</a>, <a href="http://profiles.wordpress.org/sbrajesh">sbrajesh</a>, <a href="http://profiles.wordpress.org/slaFFik">slaFFik</a>, <a href="http://profiles.wordpress.org/steve7777">steve7777</a>, <a href="http://profiles.wordpress.org/tiraeth">tiraeth</a>, <a href="http://profiles.wordpress.org/will_c">will_c</a>, <a href="http://profiles.wordpress.org/wpdennis">wpdennis</a>, <a href="http://profiles.wordpress.org/xt4v">xt4v</a>.</p>
<div style="clear: both;height: 15px"> </div>
<h3>Enjoy!</h3>
<p>Do you have questions about the latest BuddyPress release? Check out the <a href="http://codex.buddypress.org">BuddyPress Codex</a> &#8211; our growing collection of official documentation &#8211; and especially the pages in <a href="http://codex.buddypress.org/version/1-7/">the 1.7 category</a>. Volunteers are also standing by in our active <a href="http://buddypress.org/support">support and discussion forums</a>. If you&#8217;ve found a bug in BuddyPress, or if you want to contribute code to the next release, our development home is <a href="http://buddypress.trac.wordpress.org">buddypress.trac.wordpress.org</a></p>
<p>You might not be able to make it to Coney Island this summer, but we think that BuddyPress 1.7 &#8220;Totonno&#8221; is (almost) just as good. Download it today from the <a href="http://wordpress.org/extend/plugins/buddypress">wordpress.org plugin repository</a>, or from your WordPress Dashboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/04/buddypress-1-7-is-now-available/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7 &#8211; Release Candidate 1</title>
		<link>http://buddypress.org/2013/03/buddypress-1-7-release-candidate-1/</link>
		<comments>http://buddypress.org/2013/03/buddypress-1-7-release-candidate-1/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 19:47:53 +0000</pubDate>
		<dc:creator>John James Jacoby</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[rc-1]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=158776</guid>
		<description><![CDATA[Today the BuddyPress team would like to tell you a bit about BuddyPress 1.7, release candidate 1. BuddyPress 1.7 is going to be one of our most exciting releases to date. It comes packaged with the same theme compatibility that was introduced in bbPress 2.0, which means that BuddyPress will now work out-of-the-box with a [...]]]></description>
				<content:encoded><![CDATA[<p>Today the BuddyPress team would like to tell you a bit about <a href="http://downloads.wordpress.org/plugin/buddypress.zip">BuddyPress 1.7, release candidate 1</a>.</p>
<p>BuddyPress 1.7 is going to be one of our most exciting releases to date. It comes packaged with the same theme compatibility that was introduced in bbPress 2.0, which means that BuddyPress will now work out-of-the-box with a majority of the WordPress themes available today.</p>
<p>We&#8217;ve also fixed <a href="http://buddypress.trac.wordpress.org/milestone/1.7">a bunch of annoyances</a>, and smoothed out the installation and update experiences, to provide users and site-admins with a less intimidating introduction into building a community with BuddyPress.</p>
<p>Because of the hugeness of 1.7&#8242;s features and changes, we&#8217;ve spent a little extra time rigorously testing it with various types of themes and installations, to make it a worry-free update from BuddyPress 1.5 or later. The beta-testing phase has gone well, and uncovered only a few loose-ends that needed tying.</p>
<p>With that, we bring you <a href="http://downloads.wordpress.org/plugin/buddypress.zip">BuddyPress 1.7, Release Candidate 1</a>. Please try it, either on a test site, or wherever you feel comfortable running it, and <a href="http://buddypress.trac.wordpress.org/">let us know if you run into any issues</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/03/buddypress-1-7-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.6.5</title>
		<link>http://buddypress.org/2013/03/buddypress-1-6-5/</link>
		<comments>http://buddypress.org/2013/03/buddypress-1-6-5/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 20:53:15 +0000</pubDate>
		<dc:creator>John James Jacoby</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1.6]]></category>
		<category><![CDATA[1.6.5]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=157571</guid>
		<description><![CDATA[BuddyPress 1.6.5 is now available. It&#8217;s the fifth minor release to the 1.6 branch, and is a recommended update for all previous versions of BuddyPress. 1.6.5 fixes 1 security issue potentially allowing access to the &#8216;delete-account&#8217; Settings screen for users that should not normally have that privilege. This bug was reported and researched by Rob [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/buddypress/">BuddyPress 1.6.5</a> is now available. It&#8217;s the fifth minor release to the 1.6 branch, and is a recommended update for all previous versions of BuddyPress.</p>
<p>1.6.5 fixes 1 security issue potentially allowing access to the &#8216;delete-account&#8217; Settings screen for users that should not normally have that privilege. This bug was reported and researched by Rob Begic, and fixed by the BuddyPress core team.</p>
<p><a href="http://wordpress.org/extend/plugins/buddypress/">Download 1.6.5</a> or visit Dashboard &rarr; Updates in your administration area to update now.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/03/buddypress-1-6-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7 Beta 2</title>
		<link>http://buddypress.org/2013/03/buddypress-1-7-beta-2/</link>
		<comments>http://buddypress.org/2013/03/buddypress-1-7-beta-2/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 20:14:49 +0000</pubDate>
		<dc:creator>Paul Gibbs</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=156137</guid>
		<description><![CDATA[Tuesday&#8217;s getting even more terrific as we announce the second beta of BuddyPress 1.7! Building on a solid first beta, beta 2 has a number of bug fixes and improvements, mainly around the theme compatibility and admin screens. For those of you interested in a changelog between beta 1 and 2, check out this report in [...]]]></description>
				<content:encoded><![CDATA[<p>Tuesday&#8217;s getting even more terrific as we announce the second beta of BuddyPress 1.7!</p>
<p>Building on a solid first beta, beta 2 has a number of bug fixes and improvements, mainly around the theme compatibility and admin screens. For those of you interested in a changelog between beta 1 and 2, <a href="https://buddypress.trac.wordpress.org/log?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=6848&amp;stop_rev=6798+&amp;limit=100">check out this report in Trac</a>.</p>
<p>Now&#8217;s the time to test your themes and plugins, and let us know if you find anything unexpected happening. If you think you&#8217;ve found a bug, please report it on the <a href="http://buddypress.trac.wordpress.org">BuddyPress Core Trac</a>.</p>
<p><a href="http://downloads.wordpress.org/plugin/buddypress.zip">Download BuddyPress 1.7, Beta 2 ↓</a></p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/03/buddypress-1-7-beta-2/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Announcing BuddyCamp Miami 2013</title>
		<link>http://buddypress.org/2013/02/buddycamp-miami-2013/</link>
		<comments>http://buddypress.org/2013/02/buddycamp-miami-2013/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 22:02:54 +0000</pubDate>
		<dc:creator>Paul Gibbs</dc:creator>
				<category><![CDATA[BuddyCamps]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[BuddyCamp]]></category>
		<category><![CDATA[Miami]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=154737</guid>
		<description><![CDATA[We&#8217;re super-excited to share with you news about the first American (and second ever) BuddyPress conference; BuddyCamp Miami! Tickets are limited, so get one today. BuddyCamp is a mini-conference before WordCamp Miami. It&#8217;s happening on April 5th at the University of Miami, Life Science &#38; Technology Park. As you can guess from the name, BuddyCamp [...]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re super-excited to share with you news about the first American (and second ever) BuddyPress conference; <a href="http://2013.miami.wordcamp.org/2013/02/27/buddycamp-miami-preview/">BuddyCamp Miami</a>! Tickets are limited, so <a href="http://2013.miami.wordcamp.org/tickets">get one today</a>.</p>
<p>BuddyCamp is a mini-conference before <a href="http://2013.miami.wordcamp.org/">WordCamp Miami</a>. It&#8217;s happening on April 5th at the <a href="https://plus.google.com/109057042773817854862/about?gl=US&amp;hl=en-US">University of Miami, Life Science &amp; Technology Park</a>. As you can guess from the name, BuddyCamp Miami is a conference focused on <a href="http://buddypress.org/">BuddyPress</a>. If you want to learn more about BuddyPress and walk away as a power user, meet many of the team behind the project, and share your knowledge with other enthusiasts, then BuddyCamp is perfect for you!</p>
<p>Tickets are strictly limited, so if you&#8217;re near Miami and love BuddyPress, don&#8217;t hesitate; <a href="http://2013.miami.wordcamp.org/tickets/">get your ticket today</a>! See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/02/buddycamp-miami-2013/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>BuddyPress 1.7 Beta 1</title>
		<link>http://buddypress.org/2013/02/buddypress-1-7-beta-1/</link>
		<comments>http://buddypress.org/2013/02/buddypress-1-7-beta-1/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 12:27:04 +0000</pubDate>
		<dc:creator>John James Jacoby</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://buddypress.org/?p=153104</guid>
		<description><![CDATA[Today the BuddyPress team is excited to announce the first beta of BuddyPress 1.7. BuddyPress 1.7 is likely to be our most revolutionary release to date. With it will come full theme compatibility with almost all existing WordPress themes, making it easier than ever to get your community up and running quickly. For those of [...]]]></description>
				<content:encoded><![CDATA[<p>Today the BuddyPress team is excited to announce the first beta of BuddyPress 1.7.</p>
<p>BuddyPress 1.7 is likely to be our most revolutionary release to date. With it will come full theme compatibility with almost all existing WordPress themes, making it easier than ever to get your community up and running quickly. For those of you looking for a complete changelog, check out <a href="http://buddypress.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=1.7">the 1.7 milestone in trac</a>.</p>
<p>From now until 1.7 is released, we will be periodically merging our ongoing development into the WordPress.org plugin repository. If you&#8217;re just starting your first BuddyPress site, we encourage you to start with the 1.7 beta rather than 1.6.4, so that you&#8217;re familiar with what&#8217;s coming rather than what&#8217;s passed.</p>
<p>Now&#8217;s the time to <a href="http://codex.wordpress.org/Reporting_Bugs">report some feedback</a> and let us know if you find anything unexpected happening. We are on course to release BuddyPress 1.7 in the first half of March.</p>
<p>If you think you found a bug, please report it on the <a href="http://buddypress.trac.wordpress.org">BuddyPress Core Trac</a>. If you find a security vulnerability, please be discrete and let us know privately using one of the methods posted on the <a href="http://wordpress.org/about/contact/">WordPress contact page</a>.</p>
<p><a href="http://downloads.wordpress.org/plugin/buddypress.zip">Download BuddyPress 1.7, Beta 1 ↓</a></p>
]]></content:encoded>
			<wfw:commentRss>http://buddypress.org/2013/02/buddypress-1-7-beta-1/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>
