hey r-a-y that’s cool! i don’t update the theme only because is a standard theme and if anyone want to use without BP this hack create some problem
I am currently preparing a patch for https://trac.bbpress.org/ticket/1277, maybe you could put that in your theme too (TwentyTen for WP was originally designed for this purpose only).
It looks like the 2 plugins bbpress-integration and wordpress-26-and-bbpress-09-integration are conflicting. You must delete any one of them via FTP.
I was installing some plug ins for BBPress on my wordpress.org site which is agbellcommunity.com. After I installed the BBPress Cookie integration plug in I activated it and it took me out to the log in page now when I go to log in I get the following:
Warning: Missing argument 3 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220
Warning: Missing argument 4 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220
Warning: Missing argument 5 for bbpress_integration_set_bb_auth_cookies() in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220
Warning: Cannot modify header information – headers already sent by (output started at /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home/doodle4/public_html/agbellcommunity/wp-content/plugins/wordpress-26-and-bbpress-09-integration/bbpress-integration.php on line 95
Warning: Cannot modify header information – headers already sent by (output started at /home/doodle4/public_html/agbellcommunity/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home/doodle4/public_html/agbellcommunity/wp-includes/pluggable.php on line 868
How do I fix this?
Thanks
I’d recommend the ‘user photo’ plugins for bbpress and wordpress, tried the rest and that’s the best. (imo)
Hi Noel,
Thanks very much for commenting. Lack of communication is one of the biggies that drives us nuts on this board.
It’s great that you and Mike are working on the theme; and we all appreciate that not all bugs are as simple as they look. I think we can all appreciate that rolling things out to get them going is fine too, especially as users in a real world environment will pick up more bugs that peer testing – but I also think it’s ok for us to suggest that the HOMEPAGE being broken for 2-3 days is probably a bit… uncool.
With no communication at all, we’re never sure if these random bugs are due to theme updates or software updates. We’re not sure whether pages are using wordpress or bbPress or hacks of bbPress pages to create specific views (like plugins used to); and that means that most of the time we just don’t report bugs.
As always, thanks for your time.
The theme is based on a few functions lifted from classipress which provide a profile management page via wp theme pages rather then some god awful admin edit page.
As for bbress, I just re-coded all profile links to point at the wp profile, like
<a href="/people/<?php post_author(); ?>"><?php post_author_avatar(); ?></a>
I redirect registrations back to wp and I use the same DB for the forums and wordpress, so I just run some sql here and there pulling what I need displayed in wordpress from the forum and vice versa.
I need to put the bb profile info such as last posts, subscribed etc etc into my wordpress author pages, I think it should be possible – everything else has worked eventually.
Hi TellyWorth,
Thanks for popping up.
Please send examples to Akismet support – false positive problems are usually easy to fix.
Mate, that’d be really awesome. Basically every 2-3 days on this forum half my posts are marked as Spam. You’ll notice that if ChrisHajer isn’t on the forums for a day or so that they appear quiet, and when he does come on there’s a host of “rescued from Akismet” posts.
I think you’d get some great examples here by going through bbPress.org
<title>
<?php
if( function_exists(‘bb_title’))
{
bb_title();
} else {
wp_title(‘«’, true, ‘right’);
}
?>
<?php bloginfo(‘name’); ?>
</title>
I quite like this – very simple; also following the Vanilla 2 forum style. 
The thing I like about your themes is that they’re easy to modify; which is evidently why they are popular (if I’m not mistaken).
Great work refueled.
I take that back. The homepage problem was not APC or server related. We had a small bug. It’s now resolved.
Other remaining issues are being worked on. Thank you.
Akismet is not great on forums
It can be. Unfortunately the plugins for most forums tend to make questionable API calls, bbPress included, and Akismet is only as good as the data it’s given.
it catches alot of legitamite posts and marks them as spam. That said, it also catches a good percentage of the spam too.
Please send examples to Akismet support – false positive problems are usually easy to fix.
Thanks. Right now, the header images appear at random.
It’s looking good. How does it deal with the header image and background image/color etc?
Can anyone help me exclude the wp_title if there’s a function calling bb_title?
Kevin John – I wasn’t aware that you could use an if statement like that on wordpress. Good to know for future.
I hope I am not stealing anyone’s thunder, but I am soon to be releasing Twenty Ten for bbPress. Before I do, I would like some feedback. It has a new experimental layout, but I think it works well.
Here is the live demo:
http://bbterminal.net/bbpress/
This is what it looks like when logged in:
http://bbterminal.net/images/twentyten-loggedin.png
I am looking for positive and negative feedback.
Thanks
To switch over to Buddypress would be hard wouldn’t it, or does bbpress have an import/export into for all my members and posts into it?
I tested, but it’s not working friend: http://www.escoladinheiro.com/forums/
I really need to remove that blog title on the forums so i can lauch it
Yes, Mike and I are both working on the theme.
As we find bugs, we’re fixing them. Some of them are not as simple as they may seem. With respect, this is an iterative project. We rolled it out to get things going.
As Jeff Veen says, “If you’re not embarrassed when you ship your product, you waited too long.” I’d say this was a milestone for bbPress and will be perfected along the way.
bbPress.org is running trunk, however it is not automatically updating. Any errors with the homepage must have been server and/or cache related.
All of your notes and reports are more than appreciated. Thank you all!
Kevin, can you adjust that code for mine?
i’m using this one:
<title>
<?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?>
<?php if( function_exists(‘bb_title’)) { bb_title(); } ?>
</title>
by “BP” do you mean BuddyPress?
I’m afraid if you have BuddyPress on your website, bbPress won’t work at all. Sadly this is not something that the Buddypress folks make clear (which is a shame cos everything else they do is awesome).
The “bbPress” that is used with “BuddyPress” is so heavily hacked and modified it’s unreal, and it’s not even remotely the same product. It just shares some front end functionality. I’ve no real idea why keeping the name was insisted on; because it just confuses good people like yourself, who then come here only to be told that bluntyl, we can’t help.
I’m afraid youhave to take this to the BuddyPress forums.
Sorry and Good Luck
Akismet is not great on forums, it catches alot of legitamite posts and marks them as spam. That said, it also catches a good percentage of the spam too.
On one of my forums, 100+ spammer registrations a day is about the norm. One of WordPress and bbPress’s plus sides is it’s easy to register, so there’s alot of automated bots out there.
Not having Akismet activated with the amount of registrations / traffic you’re recieving is probably a bad idea.
Phpbb has a feature where you have to approve a member’s registration before they become members
Thats not built into the core, infact very few moderation abilities are; but I’m sure there’s plugins to enact such functionality. Zaerl had something like that I belive.
I am using WordPress MU, the Buddypress Magazine theme
bbpress is not built to, and does not play well with WPMU.
If you’re using WPMU, I strongly strongly advice BuddyPress instead of bbPress.
They are somewhat integrated
We probably need somewhat more information