I am new to bbPress but not WP and have BuddyPress moving along nicely. If BP already has forums for each group then why do we need bbPress? Added forum functionality vis a vis a replacement of the BP forums or do both coexist side by side in BP?
It’s entirely permissions. Make sure everything in the theme and any JS/CSS in buddypress is 755.
Podéis encontrar el archivo de traducción al Castellano / Español, en http://buddypress-es.com
También he creado una comunidad Buddypress en Castellano / Español en http://buddypress-es.org.
En la comunidad, podréis ver cómo van las traducciones de Buddypress y cómo no, crear una comunidad.
Tened en cuenta que he detectado que hay muchas partes que por el archivo .po que se facilita, no se traduce todo, por dos motivos diferentes, hay fallos en la creación del archivo original facilitado (que poco a poco los voy solventando) y después, ya que no está implementado en las plantillas o en los plugins.
Lo estoy traduciendo todo, pero de momento, ya que cada dÃa o incluso horas, hay variaciones en los archivos, no las daré hasta que haya la versión definitiva.
Un saludo
Same here bebopcool, I’m running the new bbPress zip and the trunk WPMU and BuddyPress and have successfully integrated users but can’t get the cookies to work, which I assume is what’s preventing the forum from working. I too have the forum on the group page, but posting on fails.
I can login with my admin account and the new bbpress admin and post directly to the forum but it doesn’t seem to be communicating with BuddyPress.
bdpress trunk 658
wpmu trunk 1574
bbpress : alpha 3
burtadsit thanks for the info about .hataccess file in bbpress it is ok now for user profile
i gave the admin status to the buddypress forum user
and o also upgraded to bbpress alpha 3
but still not working : the forum is created but i cannot post
it seems i have a pb with cookie integration because a user logged with bdpress is not automatically logged in bbpress but i do not see where….
it tried to post with the bdpress forum user and logged manually with the same user in bbpress but it is still not working
Yeah, BuddyPress is definitely seems appropriate for this project. Most everything you mentioned is already in BP or in the works. Even if it’s not, WPMU is easy enough to build on that you could add any remaining features easily.
To be clear I’m using the latest WPMU and r658 of BuddyPress. Also, though I said above member-themes didn’t work when I followed the readme instructions and so I moved it to wp-content/themes/, I’ve since moved it back to follow the readme instructions exactly. Things still not looking right. Help?
I’ve followed the readme install file but I’m having some problems getting the default Buddypress Homepage to work. Right now, as you can see if you visit, wearelabor.com, the homepage theme is activated but it doesn’t look like there’s any css working on it.
I’ve got /buddypress-home in the wp-content/themes/ folder. What am I missing?
Also, incidentally, the member-themes didn’t show up/work until I moved them from the wp-content folder to the wp-content/themes/.
Any idea what I’m doing wrong?
I agree. I would consider throwing in a few bucks. Their are a few plugins already created that work with MU, however they need to be buddypress friendly.
Thank you! I will give this a try! (Well, after I get the forums to work.)
For people that it is not working for: Are you sure the new user you created in bbpress for BuddyPress to use has admin privileges in bbPress? Basically the account that you enter into site admin > group forums?
I wanted a little plugin to allow Force Login on bbPress forum when integration with buddypress. I altered mdawaffe’s plugin and thought I would share it with the community!
<?php
/*
Plugin Name: Force Login
Description: No one can see your forums unless they are logged in.
Plugin URI: http://bbpress.org/forums/topic/117
Author: Michael D Adams *voodoo code from Trent Adams and Sam Bauers*
Author URI: http://blogwaffe.com/
Version: 0.8
*/
function force_login_init() {
if ( !bb_is_user_logged_in()
&& 0 !== strpos($_SERVER['REQUEST_URI'], bb_get_option( 'path' ) . 'bb-login.php')
&& 0 !== strpos($_SERVER['REQUEST_URI'], bb_get_option( 'path' ) . 'bb-reset-password.php')
&& 0 !== strpos($_SERVER['REQUEST_URI'], bb_get_option( 'path' ) . 'register.php')
&& 0 !== strpos($_SERVER['REQUEST_URI'], bb_get_option( 'path' ) . 'xmlrpc.php')
) {
nocache_headers();
header("HTTP/1.1 302 Moved Temporarily");
bb_safe_redirect( bb_get_uri( 'bb-login.php', null, BB_URI_CONTEXT_HEADER + BB_URI_CONTEXT_BB_USER_FORMS ) );
header("Status: 302 Moved Temporarily");
exit();
}
}
add_action( 'bb_init', 'force_login_init' );
?>
Just a note that this might only work with 1.0 alpha series of bbpress, but that makes sense since forums plugin of buddypress needs 1.0 anyways.
Cheers,
Trent
all is possible
but Andy in the readme say wpmu 2.7 or trunk and same for bbpress.
p.s. Oh Nicola e tu anzicche’ chiedere qui chiedi su http://www.buddypress-it.it che e’ il sito di supporto italiano no?
bebopcool: “i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile (it gives a 404 error on every user imported from wordpress)”
That’s what happens to me, too.
The forums are with the groups now, but no posts can be added.
Same, the groups forums be created but I cannot create topics in groupes forums.
And I have an error,
when i go to http://www.domain.tld/wp-admin/options.php
Warning: array_search() [function.array-search]: Wrong datatype for second argument in /home/*******/public_html/wp-admin/includes/plugin.php on line 1044
I don’t have any plugin installed , only Buddypress.
Hello,
I’m playing arround with buddypress trunk 658 and wpmu 2.6.5 and find some small disfunctions like these HTML errors, rendered by bp-activity-widgets.php i think.
bp-activity-widgets.php line 25 – 28
HTML result:
<div id=”right-column”>
<li id=”site-wide-activity” class=”widget bp_activity_widget_sitewide_activity”> <h2 class=”widgettitle”>Site Wide Activity</h2>
ul open and close tags & li closing tag are missing. A bit awfull for a such good service as buddypress.
bp-activity-widgets.php line 37 – 43
HTML result like this when content
<ul id=”site-wide-stream” class=”activity-list”>
<li class=”blogs”>
<p>admin wrote a new blog post: Test title <span class=”time-since”> 5 hours, 22 minutes ago</span>
Welcome….</p>
p tags are at the wrong place.
and another one from the groups widget which is on my left column
<input type=”hidden” id=”_wpnonce-groups” name=”_wpnonce-groups” value=”675f07aaf7″ />
name and id are the same and XML syntax is wrong: underscore is not allowed for name start, only a letter. 
Any solution ?
Thanks
wpmu trak version 1574
bbpress 1.0 alpha 2
buddypress 658
pb with cookie integration between bbpress and wordpress
i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile
(it gives a 404 error on every user imported from wordpress)
it tried to use the bbpress integration function that allows to give a role to wordpress users :
the new forumbdpress is put as an administrator in wpmu
but he does not appear as an administrator is bbpress
surely those pb are not directly linked with your plugin
but it makes it working not properly :
the groups forums seems to be created but
i cannot create topics in groupes forums
It doesn’t look like you have things configured quite right yet.
The bp home theme shouldn’t be in: /wp-content/member-themes it should be in: /wp-content/themes
The bp member theme should be in: /wp-content/member-themes
What is confusing to me is that it’s reporting an error looking for *anything* in /wp-content/member-themes/buddypress-home/. That directory path doesn’t exist. Shouldn’t exist.
I’m at a total loss. This navigation bar used to work for me until about trunk r571 or so.
I took out my MU plugins one by one and without affecting any change on the navigation bar. Still blank screens.
The BP member theme is here: /wp-content/themes/member-themes/buddypress-member. That’s right?
I am not getting any error messages (as you can see above).
I can’t think of anything else to try. (I haven’t yet added the forum because I’d like to get this working again).
If you would take a look: http://gnowfglins.net/.
Thanks for the help. I appreciate any you can give!
These are the errors I’m getting and they ARE theme related:
[Fri Dec 12 06:21:47 2008] [error] [client 166.129.121.43] File does not exist: …/wp-content/themes/buddypress-home/images/background.gif, referer: http://…/wp-content/themes/buddypress-home/style.css
[Thu Dec 11 21:43:13 2008] [error] [client 166.129.9.233] File does not exist: …/wp-content/themes/buddypress-home/custom-styles.css, referer: http://…/wp-content/themes/buddypress-home/style.css
I’ll go hunt down those files, I guess. Beats me why they haven’t been going over with the rest of the files every time I update the trunk.
hi
just installed buddypress on my site http://www.behboodi.net everything else working but in center column where It shows recent members one is ,admin, and one is ,sajjadkhan, which is my user test blog. when I click on user ‘sajjadkhan’ It shows
Warning: require_once(/home/wwwbehb/public_html/wp-content/member-themes/buddypress-home/index.php) [function.require-once]: failed to open stream: No such file or directory in /home/wwwbehb/public_html/wp-includes/theme.php on line 472
Fatal error: require_once() [function.require]: Failed opening required ‘/home/wwwbehb/public_html/wp-content/member-themes/buddypress-home/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/wwwbehb/public_html/wp-includes/theme.php on line 472
WHEN I CLICK ON ‘ADMIN’ IT SHOWS
Warning: require_once(/home/wwwbehb/public_html/wp-content/member-themes/buddypress-home/index.php) [function.require-once]: failed to open stream: No such file or directory in /home/wwwbehb/public_html/wp-includes/theme.php on line 472
Fatal error: require_once() [function.require]: Failed opening required ‘/home/wwwbehb/public_html/wp-content/member-themes/buddypress-home/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/wwwbehb/public_html/wp-includes/theme.php on line 472
ANY CLUES HOW TO FIX THIS
THANKS
I have the same problem. I just updated my Buddypress with r658 and the problem is still there.
How to make a blog to be a public blog? (remove the private attribute of a blog)
Hi, does anyone know how to remove the “Blogs” links from the admin bar and the user bar on the profile pages. I’m not using the blogs feature on buddypress and don’t need to have the links.
Thanks in advance for your help!
Yes I moved the theme into the wp-content just the way I did last time but with this trunk the theme doesn’t even show up in the back end of wpmu. When you go to sitemap>buddypress there is no them showing.