Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Beta 2

There are no feature enhancements other than you can now edit a group avatar.

There have been over 140 bugs fixed in this version, you can see all the bugs fixed by clicking the link below. Every bug with the date back to Dec 15th has been fixed since beta 1.

https://trac.buddypress.org/report/9?asc=0&sort=created&USER=anonymous

You should find the second beta has far less bugs.

@cikguazleen You can change it back to news with the following code:

function blog_to_news() {
return 'news';
}
add_filter( 'bp_home_blog_slug', 'blog_to_news' );

Add that to a new file and drop it into mu-plugins.

Skip to toolbar