Search Results for 'bbpress'
-
Search Results
-
Howdy,
WordPress 2.3.3
bbPress latest from yesterday
Wordpress Integration
I’ve created a very simple wordpress plugin to attempt to allow wordpress posts and comments to also be put in a bbPress forum.
When I make a post and my plugin attempts to:
require_once(dirname(__FILE__) . '/../../bbpress/bb-load.php');
I get a blank page, and the post/comment does not get sent to bbpress. I’ve have traced this to the point where bb-settings.php calls this line:
require( BBPATH . BBINC . 'template-functions.php');
but no matter what I put in template-functions.php (even writing to a file), I get the blank page.
I’ve checked all my error logs, and there are no errors being logged, not even a 500 error. I’m at my wits end, and late on this project, please help.
Thanks,
Christopher
Hi
Can i add the bbpress login menu un my wordpress theme?
The login is in the header of my wordpress blog.
Thanks!
and please tell me how!
When running the install script, after only changing the config.php I encounter the following:

Warning: Cannot modify header information - headers already sent by (output started at /home/ucstudents.nl/public_html/bbpress/config.php:1) in /home/ucstudents.nl/public_html/bbpress/bb-admin/install.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/ucstudents.nl/public_html/bbpress/config.php:1) in /home/ucstudents.nl/public_html/bbpress/bb-includes/functions.php on line 1910I can complete the installation but every page I visit starts with 
and other errors sometimes occur.
What is causing this, and how can it be fixed?
Hi!
I want to integrate bbpress into my wordpress blog complete!
that means :
- When you login into wordpress you have to be logged in in bbpress the same time! (for write threads and wp comments with one login)
- I want that wordpress an bbpress look like one theme. So is it possible to show the normal wordpress sidebar in bbpress? and how?
- wich login menue i should use? (I want to integrate the login menue in the header of both themes )
I read a lot of things here with set cookie path etc but in PHP I’mnot “the best”!
The structure is like this.
The domain for the wordpress blog is http://www.example.com/blog/
and the Domain for the Forum is http://www.forum.example.com/
I think this thread is needed to make one real documentation for integration so the next with the problem don’t have to read 100 threads
// Sorry for my english! Im from germany
I was checking my Google sitemap stats and saw this recently for my bbPress sitemap:
URLs not followed
When we tested a sample of the URLs from your
Sitemap, we found that some URLs were not accessible
to Googlebot because they contained too many redirects.
Please change the URLs in your Sitemap that redirect
and replace them with the destination URL (the redirect
target). All valid URLs will still be submitted.
Further reading led to this:
http://www.google.com/support/webmasters/bin/answer.py?answer=48551&hl=en
So my questions are:
1. What is the reason this is a 302 header (temporary redirect) vs a 301 header (permanent redirect)?
2. Can it be changed in the code or with a plugin to generate a 301 header so Google will follow the URLs?
3. If this is not possible, what would the proper permanent URL be for a tag URL like http://www.example.com/forum/tags.php?tag%3Dghosts
BTW, I am using the Sitemap plugin for bbPress by Richard Boakes. http://boakes.org/talk/topic/31
I can modify that to write the proper permanent URLs to the sitemap if that’s the easiest way to go about it. Or, maybe tags URLs should not even be in the sitemap (they are just pointers to content that exists elsewhere anyway.)
Thanks.
Since I installed bbpress I’m having problems with posting in WordPress.
I can post but afterwards am taken to a blank page. Eg instead of returning to /wp-admin/edit.php I’m taken to /wp-admin/post.php which is blank.
Likewise when working with pages, instead of ending up at wp-admin/edit-pages.php I end up at wp-admin/page.php – also blank.
I get other form errors when activating/deactivating plugins.
Since the bbpress install I haven’t added any new plugins.
BBpress seems to work fine.
FYI: It’s in a subdirectory of my blog (/forums).