Search Results for 'bbpress'
-
AuthorSearch Results
-
July 3, 2009 at 4:16 am #48451
In reply to: BP Signature Profile plugin
r-a-y
KeymasterOne way of doing this is to create a new textarea profile field entitled “Signature” and call it within each BP component you want to use it in.
I know one of the BP mods, John James Jacoby, does this for one of his BP sites, specifically the bbPress forums (eg. a forum thread – http://delsolownersclub.com/discussions/topic/what-will-your-next-mugen-part-be), but I believe he only uses it for the bbPress forums and nowhere else across that BP site.
However, I don’t think it would be *too* hard to call it within the group forums and the wire (I say *too* hard with a little skeptism! hehe). You just would need to edit your BP theme in a number of places to do so.
July 3, 2009 at 2:42 am #48450In reply to: Register page and user page 404 error
libationblog
ParticipantNo problem:
1. Which version of WPMU are you running?
2.7.1
2. Did you install WPMU as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgraded from a previous version of WPMU? If so, from which version?
no
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
yes
6. Which version of BuddyPress (BP) are you running?
1.0.2
7. Did you upgraded from a previous version of BP? If so, from which version?
no
8. Do you have any plugins other than BuddyPress installed and activated?
no
9. Are you using the standard BuddyPress themes or customized themes?
standard
10. Have you modified the core files in any way?
no
11. Do you have any custom functions in bp-custom.php?
no
12. If running bbPress, which version?
no
13. Please provide a list of any errors in your server’s log files.
none
July 1, 2009 at 7:24 pm #48375In reply to: Pesky [p] [/p] tags showing on homepage?
r-a-y
KeymasterThanks for that Tracedef!
I forgot to upgrade the Buddypress Support plugin in bbPress as well! *bangs head on table*.
The thing that threw me off was the version number of the BuddyPress bbPress plugin; it was the same as in BP 1.0.1, so I thought I didn’t need to upgrade!
July 1, 2009 at 6:36 pm #48370In reply to: BP admin bar on bbpress front page
r-a-y
KeymasterSorry for not being clear!
What I mean by “deep integration” is calling WordPress into bbPress. You can do this by doing what Necati above you said. Then you can just follow the steps I have listed above.
Thanks for posting that for everyone! My instructions weren’t the clearest!
—
[EDIT]
I decided to post the full code again for clarity’s sake.
On line 2 in bb-config.php (located in your bbPress forum install), add this:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');Now, add this to your bbPress theme’s functions.php (if you do not have a functions.php file in your bbPress theme folder, create one!)
function recreate_bb_admin_bar() {
echo '<div id="wp-admin-bar">';
bp_adminbar_logo();
echo '<ul class="main-nav">';
bp_adminbar_login_menu();
bp_adminbar_account_menu();
bp_adminbar_blogs_menu();
bp_adminbar_notifications_menu();
bp_adminbar_authors_menu();
bp_adminbar_random_menu();
echo '</ul></div>';
}
add_action('bb_foot', 'recreate_bb_admin_bar');
add_action('bb_admin_footer', 'recreate_bb_admin_bar');
add_action( 'bb_head', 'bp_core_admin_bar_css', 1 );
add_action( 'bb_admin_head', 'bp_core_admin_bar_css', 1 );I also made one last change to the function because it wasn’t XHTML validating before! See if you can spot the change
July 1, 2009 at 5:47 pm #48363In reply to: Which version of bbPress to use?
TheEasyButton
ParticipantThanks JJJ – I think with that information, maybe I’ll just stay away from all of the RC versions & just stick with what I know works.
July 1, 2009 at 4:52 pm #48358In reply to: BP admin bar on bbpress front page
José M. Villar
ParticipantHi r-a-y,
What do U mean by keeping “deep integration” ? Do I need to add step #7 of Terryjsmith post, and then do your magic with bbPress theme’s functions.php ?
July 1, 2009 at 2:41 pm #48347In reply to: BP admin bar on bbpress front page
necati
ParticipantThe above works for me too on the front page. But as soon as I try to go to admin pages it spits out errors, not able to find the wp-blog-header file.
I am by no means a coder but it worked when I changed the bb-config.php add to:
require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');In case someone else faces the same problem…
July 1, 2009 at 7:37 am #48338In reply to: Which version of bbPress to use?
John James Jacoby
KeymasterI’ve had no issues with the current trunk version of bbPress. bbPress has been so furiously updated the past few days/weeks, it’s hard to use a RC version because Sam updates the trunk minutes/hours after releasing it once someone finds a bug. Also with WordPress 2.8+ happening, and with cookies changing each time something new comes, bbPress integration has been a constant challenge for not just users, but developers also.

Things should start slowing down soon, but man is all this activity exciting!
July 1, 2009 at 3:26 am #48333In reply to: Disable WP_CACHE before upgrading to newest BP
r-a-y
KeymasterUpdate:
Make sure when you disable WP_CACHE that you do two other things:
-delete the “cache” folder in /wp-content/ as well
-rename object-cache.php to object-cache.php.bak or something like that
I forgot to do these two things after the upgrade and just noticed that it was wreaking havoc on my BP group forums and bbPress. They wouldn’t sync up!
All seems to be well with the cosmos now! Although I havent’ re-enabled WP_CACHE yet.
July 1, 2009 at 2:22 am #48331In reply to: Which version of bbPress to use?
r-a-y
KeymasterBut I did go through it and 1.0 RC3 was still laughing at me like the dog on Duck Hunt. Oh how I hated that dog.
That made my day! haha
July 1, 2009 at 2:15 am #48330In reply to: Which version of bbPress to use?
TheEasyButton
ParticipantThanks r-a-y. I guess I’ll give 1.0 RC3 a shot again since it DOES work elsewhere. Much appreciated. I’m looking forward to the tut too. LOL
I did look through that tutorial but the plugin that’s suggested breaks every install I have. And any tutorial that uses screenshots from a different version makes me go “eeek” and run away. LOL But I did go through it and 1.0 RC3 was still laughing at me like the dog on Duck Hunt. Oh how I hated that dog.
Marking this as resolved.
Thanks again
July 1, 2009 at 1:02 am #48324In reply to: Which version of bbPress to use?
Greg
ParticipantAnd I’m still a laggard on BBP 0.9.0.5.
June 30, 2009 at 10:50 pm #48318In reply to: Which version of bbPress to use?
r-a-y
KeymasterHey Chris,
There’s at least several of us using 1.0 alpha 6 still.
And there’s a few on 1.0 RC3 (including these forums on buddypress.org).
Looking forward to your updated tutorial when you figure everything out

[EDIT]
Our good friends at UMW have updated their integration tutorial for BP 1.0.2, WPMU 2.7.1 and bbPress 1.0 RC3:
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
I haven’t tried it myself, but thought it might help some of you!
June 30, 2009 at 4:48 pm #48302In reply to: Anybody get Forums to work on Media Temple DV?
Burt Adsit
ParticipantI haven’t been able to get anything but bbpress alpha 6 to work with group forums. Perhaps others have a different result. I’m running on MT dv also. I banged my head against it for some time and realized finally that it was an issue with my hosts file. See: https://buddypress.org/forums/topic.php?id=426
June 30, 2009 at 2:44 pm #48293In reply to: Who’s Online not working
John James Jacoby
KeymasterAny kind of integration between WPMU and bbPress? Do you have a URL to your site that I can see?
June 29, 2009 at 11:43 pm #48274In reply to: BP admin bar on bbpress front page
r-a-y
KeymasterOkay everyone!
Here’s an update to my code for the BP admin bar in bbPress.
Keep the existing recreate_bb_admin_bar() function, but for the last part (the add_action’s) use this:
add_action('bb_foot', 'recreate_bb_admin_bar');
add_action('bb_admin_footer', 'recreate_bb_admin_bar');
add_action( 'bb_head', 'bp_core_admin_bar_css', 1 );
add_action( 'bb_admin_head', 'bp_core_admin_bar_css', 1 );This uses bbPress’ default header and footer hooks instead of WordPress’, so in theory, you could get rid of wp_head and wp_footer in your bbPress theme.
You’ll still need to keep the deep integration code in your bb-config.php though!
Also this code is updated so you can see the BP admin bar in the bbPress admin area. The code before did not work for that!
June 29, 2009 at 10:44 pm #48273In reply to: bbPress – There was an error posting that topic.
Kim
ParticipantHi, I had the same thing. I had it working on 1 site but not on another. Turns out I forgot to enable the buddypress plugin in the BBPress admin area.
hth.
June 29, 2009 at 5:27 pm #48263In reply to: bbPress – There was an error posting that topic.
TheEasyButton
Participant2 things you can try here. 1. Disable discussion & then enable it again. 2. Try creating a new group & see if you still have the same problem.
June 29, 2009 at 5:14 pm #48262In reply to: Forums Not Being Created
TheEasyButton
Participantnotme31, step 1. Make absolutely sure that you’re using the same name & pw on the BP forums setup as you used for your keymaster on bbPress.
You can try my integration tutorial at The Easy Button. Read through it and see if there’s a step that you’ve missed. Or just start from the beginning. You can contact me directly if you still can’t get it worked out. Maybe we can get it working together. Good luck
June 29, 2009 at 1:36 pm #48248In reply to: Group forums not working
notme31
ParticipantHello,
I did ALL you say, even trying “xmlrpc – Say hello from bbPress” plugin, and I received the “Hello from bbPress!” msg but Forums dont work, no way, i am desperate, i have tried bbpress alpha 6 rc1 rc2 rc3, i am just out of ideas.
Can you tell me what more i could check in my server? i tried same procedure in other server and it works ! but its not my server, and in mine no way … phpmemory is 64 mb so…
i have tried for 5 days…. right now there is integration of users, if i log in wp mu I am also imn bbpress but i dont have “enable forums” options, i have the infamous ” Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.”
June 29, 2009 at 1:33 pm #48246In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
Participant1. Which version of WPMU are you running? 2.7.1
2. Did you install WPMU as a directory or subdomain install? Installed it into a subdomain, but new blogs will appear as directories I think.
3. If a directory install, is it in root or in a subdirectory? It’s in the root of the subdomain.
4. Did you upgraded from a previous version of WPMU? If so, from which version? no
5. Was WPMU functioning properly before installing/upgrading BuddyPress? yes
6. Which version of BuddyPress (BP) are you running? Attempting to install 1.0.2
7. Did you upgraded from a previous version of BP? If so, from which version? no
8. Do you have any plugins other than BuddyPress installed and activated? no
9. Are you using the standard BuddyPress themes or customized themes? standard
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? none. Do I need bbPress?
13. Please provide a list of any errors in your server’s log files. not quite sure how to get to these.
My host is 1and1.
June 29, 2009 at 11:31 am #48240In reply to: No extended profile
3314629
InactiveHi everybody
Thank you for the replies. Unfortunately, as i mentioned, there isnt anything relevant in the buddypress submenu in wpmu.All i have is general settings, component setup and forums setup. And even in component setup, i dont have extended profiles, only activity streams, blog tracking, bbpress forums, friends, groups, private messaging. Why am i missing some of the fields you mention?I installed bp and wpmu 3 times already and its always the same.Are there some missing files or something?
Edit: yeah i went through and somehow i have missing files and directories. weird..
thanks
June 28, 2009 at 10:09 am #48208In reply to: bbPress – There was an error posting that topic.
3306610
Inactivehi, I am having a similar issue. When I try to post a topic, as admin or otherwise, I get the same error – “There was an error posting that topic.”
It posts to the forum though, I can see it there, but it just does not show up on the buddypress front-end. I do have that line ($bb->bb_xmlrpc_allow_user_switching = true;) in bb-config.php
Any thoughts would be greatly appreciated. thanks.
June 27, 2009 at 8:10 pm #48186In reply to: Pesky [p] [/p] tags showing on homepage?
Tracedef
ParticipantEDIT: Fixed by: upgrading taking the following from the buddypress download – /buddypress/bp-forums/bbpress-plugins/buddypress-enable.php moving to bbPress plugin folder and overwrite the existing one.
I’m on 1.0.2 and still have the issue on the home page, but it is limited to Group Forum posts that are listed. The group forum posts themselves also have them, while the posts that show in BBPress do not ….
June 27, 2009 at 11:42 am #48169Paul Wong-Gibbs
KeymasterFor the thing with [p] tags and similar in the Site Wide Activity widget:
Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
-
AuthorSearch Results