Search Results for 'bbpress'
-
Search Results
-
Topic: Password change with 2.5
Hey,
as the password is stored in a different way in WordPress 2.5 (RC1) you can’t log in with bbpress anymore (if u integrated both which i did).
Until the next version of bbpress comes out, what do I need to update to make this work again?
Thanks so much in advance!
Topic: how to inset avatar
I’m using plugin avatar upload .
http://bbpress.org/forums/topic/plugin-avatar-upload
I want to insert avatar under username .
EX :
where i must insert code.
sorry if my english isn’t good.Because I’m thai people.
Hi,
i have installed how it will be described in the documentation.
When i go to my install.php (http://www.kreativoase.at/taufkerze/forum/bb-admin/install.php) I am getting this:
The server encountered an internal error or misconfiguration and was unable to complete your request. Your administrator may not have enabled CGI access for this directory.
I have CGI on my webserver. I looked in my database. There are no new tables. This is the same database where my wordpress is.
What can I do? I have the permalinks on “false”.
Must I install bbpress in a own database?
Mfg
Proko
Hello All;
I have posted my problem in this post: http://bbpress.org/forums/topic/had-50-topics-now-getting-no-input-file-specified-error
…but I’m not getting any help, the problem is getting weirder and I need this fixed ASAP, so I’m willing to pay anyone who can help me.
Our forum at http://www.eidolonai.com/forum/ has been working for months, now when you click to view a topic you get a “No input file specified” error. I tried reinstalling, shutting off plugins, everything, with no luck. I then thought there might be something in the most recent post that was causing the problem. So, I went into the database with phpmyadmin and deleted the most recent post (titled: “Eidolon finished?”) Now, as you can see – that post is still in the list – AFTER I deleted it from the DB???
So, if anyone can figure this out and get our forum running – I’ll pay your price.
Please reply here and I’ll get back to you.
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.