Plugin inspired by http://bbpress.org/forums/topic/625
Adds a new Admin section where you can add users if you want to. It’s just like the “add new user” function in wordpress.
Download here:
http://la-school.com/2006/downloads/admin-add-user_1_0.zip
To install simply put it into your /my-plugins/
folder.
Yes there is, it’s called a WYSISYG editor. WordPress has one, I think (hope) bbPress will get one too. I already have a ticket about this for version 1.0 of bbPress, so time will tell if this gets implemented. If not, someone will (I will do it when I have time for it. I already have a WYSIWYG editor laying around that should be easy te implement into bbPress) make a plugin for this to add a very simple/basic WYSIWYG editor to bbPress.
If you integrate, your users will be in WordPress, and then you can search over at http://wp-plugins.net/ for mailing list or newsletter.
OK. So you are not going to spam them. They will agree to opt in. You are going to create the content of the newsletter manually. You just need to use the emails from your registrations to send out the newsletter?
I know this exists already for WordPress. Is your forum integrated with WordPress? If so, then you’re already done: just add the WordPress plugin. If not, then I think you’re requesting a plugin.
Hi everybody, I am new to bbPress. I’ve been using wordpress for a while but never used bbpress. What I want to do is to add treeview display to bbpress including posts. And I want to keep history of users so that s/he should be able to see the posts that she read and unread. Therefore somehow I need to keep each users’ read posts. Before doing anything, is bbpress right choice for those modifications? Are there any similar plugin to start with? As bbpress experts what do you suggest where should I begin? How should I keep database tables for regarding performance? I think you get the idea, if you have any idea, it would be really helpfull.
I don’t know anything about your plugin, but why not put the OR in the PHP, similar to how WordPress checks for pages or posts:
<?php if(is_home() || is_single() || is_page()) {
whatever;
} ?>
Maybe you could put the logic in the PHP? I don’t understand what the plugin does, but the value in the database seems odd to me.
so, for your application:
<?php if ((bb_get_location == front-page) || (bb_get_location == topic-page)) {
give the ID;
} ?>
Anonymous User 96400Inactive
hey,
i’m having a problem with integrating bbpress into my wordpress template. when you click on ‘add new’ on any forum page the layout looks fine, but when you click on ‘add new’ on the start page, then it messes up the layout. seems there is a stray closing div somewhere, which is only needed sometimes.
have a look here to see what i mean.
actually, if you scroll down i think you can see the same thing happening with the footer here
cheers, b
No problem zapata. To get rid of the register link, you need to download login-form.php from /bb-templates/ and then edit it as follows:
Change this part from:
<p><?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>:</p>
to get rid of the register, you could just comment out this line or change the wording:
<! -- <p><?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>:</p> -->
Once you have edited that file, upload it to a new folder (if it doesn’t exist already in root) /my-templates/ as bbPress will use that file first and if it doesn’t exist, go back to the one in /bb-templates/
As for the registering with WordPress, I was only referring to the abilitity to turn on or off registration in WP admin. If you turn it off, then you can add the members you want through the admin.
That should get you going!
Trent
Trent,
Today is my bbPress Independence day. Everything seems to be working just so smoothly. Removed register.php and Voila…
two questions:
(1) What file do I have to look in to remove the “Register” link on top of the page
(2)When you mention “People can still register using WordPress” do you mean the authors or me (admin) has to do anything “beyond” what I do to register authors in the admin section of WordPress
Since you are integrated with WP (I would assume), removing register.php from bbPress root directory would get rid of that particular issue. People can still register using WordPress or just added as members by you in the WP admin. That would be the easiest way.
Trent
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
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.
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
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
Anonymous User 96400Inactive
hey trent,
thanks for your reply. i suppose you mean this plugin? it’s the only one i could find with a name close enough to ‘WP translation plugin’.
but what this plugin does is translate the posts for you and i basically only want the forum stuff to be translated, not the topics.
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
hey guys,
i have followed the instructions on the forums/extend for intgegrating bbpress and wordpress.
It all seems to work – bbpress knows about the wordpress users.
Only problem is that i have to login to both wordpress & bbpress seperately – I thought it was supposed to support 1 login for both – using the same cookie or something?
the test site is:
blog.lumanation.com
the forums link at the top takes you to the bbpress install
any help would be greatly appreciated! 
also – any ideas on how to embed the bbpress install into wordpress – is it just a matter of hacking up the bbpress templates or is there a more elegant way similar to the wordpress rs-discuss/xdforum plugins?
Cheers!
Adam
Wow! Thanks a lot spencerp. As a visual person, a visual tutorial is priceless.
I am in love with WordPress and bbPress. I was originally thinking of going with phpbb, but man, this bbPress is so sleek, so easy to customize, and has so much potential.
Thanks again,
Orion
Going along with what Trent said, I usually follow Podz’s guide for it:
http://www.tamba2.org.uk/wordpress/site-url/
All other guides can be found here:
http://www.tamba2.org.uk/wordpress/
spencerp
Is that it? I am actually working with both WordPress and bbPress integrated. There is quite alot of work that needs to be done WP on the database side ( https://codex.wordpress.org/Changing_The_Site_URL ) , so I was figuring something similar would need to be done for bbPress. Although, they are sharing a database, not sure if that makes a difference. Any other thoughts?