Published on April 4th, 2008 by andersson
Is it just me or did bbpress just get 3 times heavier, querywise?
I’m running a couple of sites with bbpress 0.72 as baseline. It uses around 10 queries per page for the forum:
<!– p>server time and queries
0.016 – 10 queries</p –>
and just now I tried out installing 0.9.0.1 and for that very same page I get:
<!– p>server time and queries
0.083 – 31 queries</p –>
—
Did I miss something when installing or is this intended?
Published on April 4th, 2008 by
Hi,
Just installed bbpress latest version on mybrandinc.com. I want to integrate it with my wordpress on featuritis.com and have the users logged in both if they log in at one of the sites. Looks liek for this to work, both the wp and bbpress shoudl be under same domain.
Isn’t there any way to get it to work on different domains.
Thanks for any help/workaround.
Published on April 4th, 2008 by dss
With both WP 2.3.3 and WP 2.5 under bbpress 8.3.X I was using the Wordspew plugin to present a shoutbox plugin on my front page of bbpress.
It worked fine, and users who registered with my bbpress were included as wp users as well with the bbpress integration plugin.
Once I upgraded to 9.0.1 the call to the script which presented the shoutbox simply didn’t work anymore.
I poked around and tried to manually add the javascript and css calls in the template header, but nothing worked.
I restored my database to the previous condition, re uploaded my files, and it’s working fine.
I’m wondering what’s changed which would interfere with this simple procedure?
To my mind, if it were an integration thing… then the shoutbox would appear, and new users would not be recognized. So they wouldn’t be able to post shouts.
Instead, the get_jal_wordspew function simply doesn’t work.
Any ideas how I could either get this working again with the new version and improved integration?
Or perhaps port the wordspew plugin to become a bbpress plugin?
It’s silly that a shoutbox is so important at the top of a message board… but people really love it.
Published on April 4th, 2008 by Sam Bauers
The documentation on this site has been updated to reflect the recent changes to installation, upgrading and integration.
Please consult the documentation before posting a question here. There is a good chance that your question will be answered there.
https://bbpress.org/documentation/
Published on April 4th, 2008 by rich! @ etiviti
Fresh install of WP2.5 and BB.9.0.1
Within bbpress admin, i setup the maps to from WP -> BB roles
When creating a new user from the WP admin screen, selecting a role of any selection, it will default to the standard member. (verifying by looking under the bb admin user screen)
My solution was to just change the bb_capabilities meta_value to the desired role level of new seeded users.
Published on April 4th, 2008 by
Any interest out there in a plugin that would make it possible to output bbPress content into an XML file similar to the WordPress Export so that we could move easily from one server to the next?
Published on April 3rd, 2008 by sgatz
I’ve installed bbPress on my development machine (a Mac Mini) where I don’t have sendmail configured (or at least configured properly). This usually causes my own scripts to fail with a message or throw warnings. In previous builds of bbPress it managed to not care about this and added new users just fine (especially upon install – it just showed me the password & moved on gracefully).
Now, in 0.9.01, I can’t install – it fails after I enter my username and first forum details. And by fails I mean my browser says it can’t connect to the server after I hit submit.
I worked around this by copying over tables from another installation of bbPress on another machine, but then I can’t add new users through the normal registration process. Fails in the same way when I submit the user.
This bug might be too specific to my own environment, but my thought is that it should at least get caught by bbPress and a nice error thrown up (even nicer would be if it just ignored this).
Published on April 3rd, 2008 by
What is the code for posting the author’s name in bbpress? I know <?php post_author_link(); ?> is the name with the link, but is there a different way to get just the name?
Published on April 3rd, 2008 by
I just went to add a bbpress forum to a site I upgraded from 2.3.3 to 2.5. On step 2 of the bbpress install, it requests a “cookie secret key” which is supposedly in my wp-config.
I don’t see a secret key there so what am I supposed to do?
“This value must match the value of the constant named “SECRET_KEY” in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.”
Published on April 3rd, 2008 by
WP 2.5, BBP .9.0.1 whenever I try to post or log into the bbpress admin I get the following error:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/virtual/mywebsite/forums/bb-config.php:1) in /var/www/virtual/mywebsite/wp-includes/pluggable.php on line 689
The posts acutally go through but the redirect seems to choke. Admin no can login.
I have checked both bb-config.php and pluggable.php for blank spaces/lines after the tags. None there. I’m mucho confused. If anyone can help I would greatly appreciate it.
Thanks in advance,
Chad