Search Results for 'bbpress'
-
Search Results
-
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?
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).
Topic: Post author name?
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?
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.”
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
Having done a completely new install of bbPress 0.9.0.1 (to make sure there wasn’t a problem with my existing templates / plugins), when I log in and browse to any topic page I get a javascript error on the following line in bb-includes/js/topic-js.php:
favoritesToggle[ 1 === isFav ? 'removeClass' : 'addClass' ]( 'is-not-favorite' );
Apparently
favoritesToggle[....]
is not a function, according to Firefox.Apart from that, great work!
okay not sure if this is the right forum category but i’ll ask here
how can i make the forum display on a wordpress page? is there an object html code or something for doing this?
ie i want the same header, footer, and sidebar as my blog, i just want the bbpress forum to show up in my content window where a normal blog post would be shown
thanks in advace