Yep, and, even though Michael Adams made the newer version of the bbPress Integration plugin. Ryan Boren added two stubs in the 2.1 wp-includes/ folder, holding the same name as the original two.
So, these two calls:
require_once( ABSPATH . WPINC . ‘/registration-functions.php’ );
include_once (ABSPATH . WPINC . ‘/rss-functions.php’);
In any WordPress or bbPress plugins, you’ll still be safe! Inside those two stubs are:
registration-functions.php file:
<?php
// Deprecated. Use registration.php.
require_once(ABSPATH . WPINC . '/registration.php');
?>
rss-functions.php file:
<?php
// Deprecated. Use rss.php instead.
require_once (ABSPATH . WPINC . '/rss.php');
?>
Happy 2.1 Upgrading and bbPress Integrating peoples..
spencerp
Just gotta put in my 2 cents. I know it’s not bbpress, but my son, Noah Darwin, has a wordpress blog … though it’s a bit out of date. And he’s only 15 months old.
NoahBessler.com
I use the new site option plugin (which is easy and great by the way). I stole the admin page setup from private forums by Aditya Naik. My bbress board is tiny (testing only) so I imagine all sorts of stuff will pop up as it’s used on bigger sites. Thanks for your help.
The issue will be because the user that you have as an Administrator in WP is not the keymaster in bbPress. What you can do is check out the following:
https://bbpress.org/forums/topic/462?replies=4#post-2607
There is some good information in there on getting the account that is the admin in WordPress to also be the Keymaster (admin) in bbPress.
Trent
I have my wordpress and my bbpress installed and working together fine. The only problem is that I can reach my wordpress admin panel, but not the bbpress one. The deal I think is that there is some info missing from the wp_users table that makes it so bbpress can use it. Could anyone tell me how to fix this without having to re-install the entire thing.
i think it could be because I’m on 2.04 WP and 0.75 bbpress?
Now that WordPress has released 2.1, just a quick note to all the current users and future users that bbPress integrates fine with WordPress 2.1.
Trent
New patch for categories posted in the ticketing system. Patch for build 641.
https://trac.bbpress.org/ticket/520
I followed all of these instructions to integrate WP theme into BB. When I attempt to login I get these errors:
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/public-forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/public-forum/my-plugins/display-name.php:20) in /home/XXXXX/public_html/wp-includes/pluggable-functions.php on line 269
spencerp – i would be curious how you got bbpress into your active WordPress theme. i am working to do the same as you, but any help would be appreciated.
thanks
“cre8tive.medea” (at) gmail dot com
I’m working on a revised patch file for categories to accommodate the latest builds with the new templating file structure. Although it seems to be just me and spencerp who are using it. Of course, if you are customising your templates, then you will still have to edit your own based on the changes to the default theme.
Quote:
...the new and improved 0.8 version that should be released pretty soon...
Stop teasing us!!!
Hi,
I have mad a new plugin: bbMenu and it adds a menu to you bbPress. I’ve made a nice admin page where you can drag & drop the menu items/links as you please and update it.
It all works BUT….. it completely removes/stops loading all the other admin pages except the bbMenu one. All other adminpages simply stay blank.
Can someone look at this and help me fix it?
You can get the beta here: http://www.sourceskins.com/bbMenu-BETA.zip
It contains the admin page area only (so no template stuff). To get to the menu admin you will have to type in your adress bar: bb-admin/admin-base.php?plugin=menu_admin_page
Just follow the instructions in de install.txt file
Remember: DONT USE THIS IN A LIFE ENVIROMENT
Thx for the help
The only thing I’m worried about now is, the fact that I’m running the Forum Category enhancement. I’ve currently modified the 0.8alpha files, however, I haven’t gotten the “latest” svn commits yet, including what you’ve mentioned above..
I *could* just manually keep editing my files, as they come through the email list, but IMHO, it’d be more of a pain in the arse that way sigh. I guess what I’m saying is, I’d love it if they’d implement that Forum Category option into 0.8, rather then 1.0.
It’s running just fine for me, except for customizing the look of it and such. The other thing is, it’s really a pain in the arse as it is now, because I’ve implemented my blog’s theme around the forums themselves.
So either way, I’m screwed with tons of file edits.
I don’t know though, I’m too tired at this point to even do any file editing/uploading.. Maybe when I get up later, I’ll handle some of this stuff..
As for the plugins, I’m hoping Josh takes care of his lol. His plugins are about the only plugins I have going, besides the normal original bbPress plugins lol. Anyway, enough of my rambling, I’m tired as heck, and everyone’s tired of it anyway… so.. later people..
spencerp
I know this post is a little early, but there are some changes coming in the new and improved 0.8 version that should be released pretty soon. One of the main things will be the ability to choose templates out of the admin. I have been playing with the newest TRAC version of 0.8 and there are some plugins that are going to need some small changes if they are referencing /my-templates/ for any files as they need to reference:
The way the new system is going to work with be /my-templates/theme-name/
As for the calls to change this, S010 or mdawaffe can explain it better. I just wanted you all to get an idea of what is coming so that you are ready if you need to make any changes to your plugins! This might get you thinking about where to place files to support older versions and the newest verison of bbPress into the future.
Plugins are still be called out of /my-plugins/ so there are no changes needed there!
Trent
Anonymous User 96400Inactive
yeah, i’m using polyglot for my wp blog. now, having something like this for bbpress would be just awesome. users being able to post in different languages. but maybe that’s wanting a bit too much right now.
i had a look at the code aready, but it’s just too complicated for me. all this php code…
I would imagine the easiest would be to have a plugin that allows people to pick in a dropdown box the different language files that are here at bbPress, don’t you think? Almost like a CSS picker, it would then just change the language file that is taken out of the config.php? I am sure there is someone here who would have an idea how to get that done.
As well, maybe this plugin for WP has a place to start if nothing else?
http://fredfred.net/skriker/index.php/polyglot
Trent
He moved his plugins, like the avatar plugin over to the plugins page:
Plugins
Trent
hey guys
i have managed to integrate bbpress into my wordpress install
now I can’t seem to access the bbpress admin page. I get this error:
Warning: main(../wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /www/blog/bbpress/config.php on line 3
Fatal error: main() [function.require]: Failed opening required ‘../wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’) in /www/blog/bbpress/config.php on line 3
Any ideas?
doh! i am an idiot!
I’ve gotta learn to read ALL the instructions.
WordPress address (URL) // No trailing slash.
Cheers Trent the login seems to work fine now!
Any ideas on the embedding thing? Just a matter of chopping into the my-template files?
Cheers!
I would try the cookie sharing stuff in both bbPress config.php:
$bb->cookiedomain = '.lumanation.com';
$bb->cookiepath = '/';
And then maybe the cookie stuff that you can put in WordPress wp-config.php (can’t remember the format) if the first stuff just doesn’t work out straight away.
If the users are there it is because the integration is working, just the cookies are not sharing. Try that out and let me know.
Trent
If you change the plugin or the readme, the plugin browser will change the information and automatically set itself to download the files. Nothing user set I don’t think.
Trent
On a related topic, how do I update the downloadable file? Or is it somehow magically built from source?
Edit: I mean the downloadable file in the plugins browser.
Great work Sam. I am sure if Billy is still around he will be thankful for your great work!
Trent
Version 1.0 ldap-authentication plugin was released today in bbPress Plugin Trac
Probably will be available via plugins area soon too.