You may be logged in as admin, but whichever user you are logged in as does not have the authority to administer the forum. I think think that’s why you get redirected.
Does this help?
https://bbpress.org/forums/topic/keymaster-lost-after-integration
Do other links work and just the admin link redirects you to the home page? If other links do not work, you might have issues with permalinks and the mod_rewrite rules.
You go here to get your “secret key” (there’s three of them. https://api.wordpress.org/secret-key/1.1/
define(‘AUTH_KEY’, …
define(‘SECURE_AUTH_KEY’, …
define(‘LOGGED_IN_KEY’, …
you place these in your wordpress wp-config.php file where the empty one were.
Then you post the keys inside the secret key box in the bb press installation wizard.
Or if you missed that part and your putting it directly into your bb-config.php file
you replace: define(‘BB_SECRET_KEY’, …
and everything after in on that LINE.
with: your three secret keys.
and that should fix everything, …that is if you have all your other wordpress – bbpress integration stuff lined up correctly
By the way, if you are asking yourself if it’s worth this much trouble getting eAccelerator to work, the answer is definitely yes. It will give you a very nice speed boost in bbPress and WordPress.
Since your server is very standardized as Cpanel + PHP 4.4.8 I am virtually positive we can get this going.
I’ve just setup bbpress 1.0 with wordpress 2.6.1. The install went fine and I’m logged in as an admin but I’m having a few issues.
First I cannot get to the admin control panel, when I click the admin link, or enter the url to the admin panel I am taken to the forum index.
Second issue (not sure if they are linked) is when I click add post, or want to reply to a post the text entry box / form is not there.
Anyone able to help me fix these issues?
Many thanks.
Hi,
I reskinned a previous bbPress install to match the look of another site. Check it out:
main site is http://www.papercraftmuseum.com/
bbPress is at http://www.papercraftmuseum.com/pcmforum/
I reskinned my other bbPress from http://dreampush.com/forums/
notice the similarity?
I like your site and Am looking at using wordpress mu + bbpress .
Can your custom plugin lookable be used .if so how much?
Please review the 30+ other WPMU questions and answers.
https://bbpress.org/forums/tags/wpmu
bbpress.org runs 0.9.0.2 here.
Does anyone have a guess at the version of bbPress that’s running bbpress.org/forums/ or wordpress.org/support/ ?
Is there anything that would give it away in the source if you looked? Like a specific class or id that came about in a specific version?
This is the latest discussion I heard about the issue:
https://bbpress.org/forums/topic/diacritic-letters-i-username-like-goran
What is the primary language of your forum?
bbPress is beta software right now. The latest beta release is 0.9.0.2. That release is not compatible with WordPress 2.6. The decisions are up to you.
The compatibility is only an issue if you want integration. If you don’t need integrated users between bbPress and WordPress, then install bbPress 0.9.0.2.
There is a discussion of changing the number of front page topics here:
https://bbpress.org/forums/topic/how-to-restrict-number-of-latest-discussions-on-front-page
To put the categories first and the latest topics after, you just need to move those things around in your front page template (front-page.php in your template directory).
You’ll need to find other WPMU users who have successfully done this. 1.0 alpha is brand spanking new and unstable. A bug today may be gone tomorrow.
Is it the same with single WordPress integration?
Could I provide each independent forum for each blog created in WMPU?
Hey all, I now this project is voluntary but I still don’t have anu solution over a week later, I honestly don’t understand what is going wrong, can some one please help!
Sorry to be blunt, any help is appreciated.
Thanks
This should be put into TRAC
http://trac.bbpress.org
If not use for production site, but I am using WordPress 2.6.1 and want to use bbPress stable version. What can I do?
bbPress would have the same requirements of a host as WordPress. So you can check this or ask your host:
https://bbpress.org/about/requirements/
https://wordpress.org/about/requirements/
If the host already runs WordPress, they can do bbPress.
Never use an alpha of any product for anything other than testing. Otherwise it’s 100% at your own risk.
bbPress 0.9 is very stable.
There are sometimes daily updates to 1.0 alpha (via the SVN of the trunk) but it will not be “finished” for many weeks.
Who is reviewing 1.0 alpha? You can’t review 1.0 alpha, it’s not finished. That’s like reviewing a car that has no interior.
I love bbpress, and am anxiously waiting for bbpress 1.0. I’d love to put up my forum now, but have heard mixed reviews on alpha 1. My question is, what is wordpress.org and bbpress.org using? The obvious answer I would think is some form of bbpress… correct?
Since I don’t want to use an ‘alpha’ launching a new site, how do I get the version that bbpress.org is using now, or what wordpress.org is using now? With the thousands of users and posts, it seems like that would be my best bet for stability.
Should I launch my site with the 9.x version or does anyone think a more stable version will be released within the next few weeks?
I’ve just installed (yesterday) the newest stable versions of WP and BBPress but am having problems with the cookie integration.
Account information is working and shared (you can login and register on with BB or WP), but being logged in/out of one does not effect the other.
My bb-config.php didn’t have a SECRET_KEY, but i’ve added one now :-
define(‘BB_SECRET_KEY’,’blah-blah-blah’); // (ok not exactly blah blah blah)
and put the same (omitting BB_) in wp-config.php.
I also set the following in wp-config.php
define(‘COOKIE_DOMAIN’, ‘mydomain.co.uk’);
define(‘COOKIEPATH’, ‘/’);
This doesn’t seem to be required in bb-config.php (? is that right ?)
bbPress is installed at mydomain.co.uk/forums
I’m not sure what i’m doing wrong, it’s probably simple, but I just seem to find lots of conflicting documentation for different versions and nothing i’ve tried seems to have worked.
Other question, will there be a conflict between mydomain.co.uk and http://www.mydomain.co.uk as I’ve set cookie_domain to omit www. but when public users will likely prepend www to the domain name.