@arturo
Make a note of multi-language on http://bpdevel.wordpress.com/ and we can talk about it during this coming weeks’ dev chat. It’s something I’d like to see also, even if it’s just something as simple as selecting your language in the settings screen. I’ve had a much more complex version of this running locally for a while now, so I’ll probably simplify it and patch it for Andy to look at soon.
even if it´s simple, it would be great if you could just implement it.
Many thanks for this !
+1.. Can’t wait for this to be implemented!
There’s a plugin available for bp (not yet for 1.2). It requires wp-multilingual.
Any updates, John?
The third party BuddyPress Multilingual plugin is set to work with WPMU and generates the following error when installed in a single user WP:
“Fatal error: Call to undefined function get_blog_list()”
Since I am not looking for any blog list (single user WP) I have commented out the following in sitepress-bp.php:
// $blogs = get_blog_list( 0, ‘all’ );
// foreach ($blogs as $k => $v) {
// //if TODO: domains?
// if ($v[‘blog_id’] == BP_ROOT_BLOG ) $this->home_blog = rtrim(‘http’.$this->https.’/’.$v[‘domain’].$v[‘path’],’/’);
// else if ( $this->siteurl.’/’ != ‘http’.$this->https.’/’.$v[‘domain’].$v[‘path’] )
// $this->blogs_search[] = rtrim(‘http’.$this->https.’/’.$v[‘domain’].$v[‘path’],’/’);
// $this->blogs[$v[‘blog_id’]][‘domain’] = $v[‘domain’];
// $this->blogs[$v[‘blog_id’]][‘path’] = $v[‘path’];
// $this->blogs[$v[‘blog_id’]][‘fullpath’] = rtrim(‘http’.$this->https.’/’.$v[‘domain’].$v[‘path’],’/’);
// }
No more errors, naturally. I then tried to tweak the code to get the urls right. After many attempts, I am still not being able to get it right. Any solutions?
@johnjamesjacoby
is there any update regarding the Multi-Language-Plugin you are working on ?
+1 really need multilingual support.
Multilingual plugin needed yesterday!!! This is 2010 almost 2011 I can’t believe there is no metalanguage plugin for buddypress every other aspect works with wpml + wpmu