OK, I’ll upgrade and check if that works. Thanks.
Actually this topic is very old and the openid plugin has been out for some time now.
https://bbpress.org/plugins/topic/openid/
In most of my plugins I use curl with a fallback to a solid fsockopen routine I wrote awhile back that works well. I can’t remember if I have it in openid.
I avoid api as much as possible because of how they tend to change and break my plugins 
Plus you learn nothing when you just use someone else’s black box…
When i create a new forum and click on it, the site goes blank
Can someone please help me out with this, I’m willing to pay anyone who can solve my issue.
Thanks,
Russell
Try the latest 1.0 release (1.0-rc-1). There was a bug in the way orphaned users got their roles applied. If you upgrade, then re-save the role map in the admin, it might fix your problems.
I’ll be working on the admin area this week to get it up to scratch. You can expect another RC next week.
my-plugins and my-templates are now created automatically if they don’t already exist, so they will be created on all new installs.
I’ve setup the role map, and WP integration ages ago, but newly registered users get “inactive” role by default… ? (WP2.7.1&bbP1a6)
FYI, the .htaccess file is never included in the distro. Nor are your my-* folders. It’s SOP to copy those, and your config file, over in WP and BB. Probably considered ‘understood’ for anyone using the RC.
I can’t paginate through my users on the admin side. The links give me the URL of:
/bb-admin/users.php?page=2
HOWEVER if I manually put in this, it works:
/bb-admin/users.php?userspage=2
Still can’t paginate from that page, though. Then ALL the links become the userspage=2 (yes, the 2, if I change it to 3, the links are 3, etc etc). I reset my .htaccess (just in case) but no help there.
Logged in #1076
So I just noticed that the Admin panel uses a different stylesheet than the general form style sheet.
As such, I want to report how the Admin CSS is out of alignment for management links.
Screenshot of Admin links out of alignement
After I created the missing .htaccess file and now using the RC-1 now for about an hour, it works greats.
No problems at all.
Only comments I have, other than say WAHOOOOOOOO
is:
1. It’s feels a bit slower than ALPHA 6 but that could just be my imagination. (Hope someone ports WP SuperCache soon for caching non-logged in content … that will make a huge difference simply by having a cached front-page and user topics/posts).
2. The admin panel interface links seems a little out of alignment for Managing User & Topics but then again – I’ve modified the style.css so much – that could just be a result of that.
3. Wish the user Admin Panel had the same clean interface that the Upgrade database schema interface has. But I assume that will all come later, after 1.0.
I got URLs to work by creating a .htaccess file in my root bbPress directory with the following:
.htaccess
Options +MultiViews
Works now, though it appears the rc-1.zip file is missing this file.
It’s doesn’t appear the .htaccess file was included because none of my URLs are working for forum posts, etc..
Previosuly, I was running ALPHA 6.
To upgrade, what I did was:
1. Copied my theme directory from /old/bb-templates/mytheme ==> /rc-1/bb-templates/mytheme
2. Copied my bb-config.php from /old/bb-config.php ==> /rc-1/bb-config.php
3. Logged into Admin panel, ran the database update. It was successful.
Cool. Upgrade went easy. Shared login with WP 2.7.1 works. Now to test…
This is great news Sam. Can’t wait to try this out.
Hi everyone, bbPress 1.0 is moving beyond Alpha stage and skipping Beta to go straight into a series of Release Candidates towards a final 1.0 release. The first RC is now available for download.
We’ve made this decision to push towards 1.0 final as the scope of what was going to be included in 1.0 has been whittled back and we have had some serious real world trials through TalkPress.
Please note that if you are integrating bbPress with WordPress version 2.7.x or lower, you will need to add this line to your bb-config.php
to maintain cookie compatibility:
define('WP_AUTH_COOKIE_VERSION', 1);
When you upgrade WordPress to 2.8 that line will have to be removed.
Hello,
I’m using WP2.7.1 & bbPress 1alpha6 currently. I’ve noticed recently that the img tag acting abnormally. I know the Allow Images is only compatible up to 0.73, but shouldn’t there be a solution …
When a user inserts an [img]url[/img], it’s only shown to that user. And after I edit the post as admin and re-paste the image URL and save, the image appears OK.
Has anyone stumbled upon this problem ?
What version bbPress are you talking about, and will it be integrated with WordPress?
Spaces are no problem already.
With WordPress there is a handy way to override the url Options set in the DB like so:
define(‘WP_HOME’, ‘http://localhost’ );
define(‘WP_SITEURL’, ‘http://localhost’);
This is really useful for local development. Anyone know the equivalent in BBPress?
I had a functioning bbPress install for a couple of weeks now. However, the secret key was not entered into the bbPress integration settings. I entered the secret key into the WP integration settings inside bbPress. After saving, none of my usernames will log me in. I receive “This username does not exist.” Tried searching, but nothing seems appropriate.
I have a 2.7.1 WP with 0.9bbPress
I don’t know what is going on but my replies are being deleted every time. Please mods, stop it…i’m trying to find a answer to my problem.
Johnhiler, I deactivated all the plugins but the problem persists.
How can I reset the installation? I mean, the wordpress and bbpress tables are now one aren’t they? I think that’s how I installed it in the first place. How can I start over from scratch with the forum installation?
Regards,
Brad