energymv, there’s no real answer right now – I know it won’t happen in July and my educated guess is it’s not likely to be August. So for those that insist on a date, think September.
Sam has indicated he’s not inclined to release another version of 0.9 that changes to the 2.6 cookies, so maybe by late August there will be an early version of 1.0 beta that will be usable.
ps. sometimes Sam and MDA have been known to suddenly set a deadline and get cranking on code/bugfixes so don’t be surprised if they prove me wrong and magically churn out a new version in a few weeks – I’m just saying they have quite a bit of things to do before it’s ready…
783210Inactive
Hi,
I entered the wrong Secret value when installing BBPress. Now when I go to BBPress Settings > WordPress Integration and try to change it, it logs me out of BBPress. The value obviously does not get updated. This only hapens if I try to change the Secret field.
How do I update the field as WP integration will not work otherwise? I don’t have direct access to the database, no PHPmyadmin option. My client is using PLESK.
Thanks!
hi i want to install bbpress for the 1st time. i have WP 2.6.
when might bbpress update be available for integration with WP 2.6?
I’ve made an alpha version of bbPress Smilies available:
https://bbpress.org/plugins/topic/bb-smilies
It’s rough but will get the job done.
I was wondering, while designing my new theme, could you implement conditional meta tags? Specifically, robots control. I’d like to add noindex
and nofollow
to log-in pages, registration pages, user profiles, et cetera.
I wish there was a “Codex” for bbPress…
I’ve been working on this for about a week now, and I think it’s just about done.
http://www.xanimyle.co.cc/xaniforums
Plugins used:
- Bozo Users 1.0
- Akismet 1.0
- Post Count Plus – Dynamic.Titles & More! 1.1.5
- bbPress Web Compression (bb-gzip) 0.02
- Unread Posts 0.9.0
- Allow Images 0.7.1
- BBPress Private Messaging 0.80
- bbPress signatures 0.1.9
- Censor 0.1 (modified to change slugs and titles)
- Report Post 0.1.4
- BBcode Buttons Toolbar 0.0.4 (with an edit to use input type=”button” instead of div)
- BBcode Lite 1.0.1
- Avatar Upload 0.8.3
- Admin Can Post Anything 0.05
- Forum is category 1.2
- Temporary ban 1.0
781658Inactive
Hi sorry for the bump, My bbpress is not integrated with wordpress, and the rewrite for profile edit “/profile/username/edit?q=” doesn’t seems to work, while the other works fine.. any suggestion for my problem? thx//
781521Inactive
Hello Everyone!
Ive installed the bbpress forum on my site, but Id like to make it so that people dont have to login…and maybe just have to use CAPTCHA.
Is that possible? If so, can someone explain to me the best way to do it?
The site is http://www.portcityunderground.com/ and the forum is located under the “Rant & Rave” tab at the top in the black bar.
Thanks in advance for any help!!
is there an ETA on a version of bbpress that will work with wordpress 2.6?
thanks!
david
bbPress 1.0 is always incompatible with WordPress 2.6 at this moment?
Hum, a Matt’s intervention is needed, no?
bye
hello,
where i can download the latest version of this plugin? 
bye
I speak about that:
div.updated,
div.error,
div.wrap {
margin: 0 1.5em;
max-width: 98em;
}
so, i want to add in my plugin the function for put:
div.updated,
div.error,
div.wrap {
max-width: none !important;
}
it’s a little modification but i want to make a plugin for that, and not manually editing the files in bb-admin
1. Please post a link to your forum so we can take a look.
2. No styling usually means the path to the stylesheet is wrong. You can look in the source of the HTML to see that.
3. Redirecting is probably because you have true
or slugs
for your permalinks setting, but you haven’t set up permalinks yet. You can set the permalinks to false
to get the forum working right now, then take the next step and make permalinks work.
https://bbpress.org/documentation/faq/#pretty-permalinks
Either that, or the stylesheet is really not there at the URL you tried, and WordPress is intercepting that and sending you to 404 page.
You want to remove the max width of the whole admin section? In my installation, the admin section appears to be at max width already (my monitor is at 1280px wide right now.) It doesn’t look like there’s any restriction, unless it shows up at wider than 1280px. Did you look at the css for the admin section?
~/bbpress/bb-admin/style.css
The closest thing I know of is “Comment Quicktags”:
https://bbpress.org/plugins/topic/quicktags-4-bbpress/
I think a WYSIWYG editor would be overkill since a lot of the markup is not allowed by default. I suppose you could disable the buttons that use non-valid markup.
Or, these forum posts:
https://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress
https://bbpress.org/forums/topic/bbpress-wysiwyg-status
“set certain users to moderate only certain sections,”
I just realized I completely forgot about this plugin:
https://bbpress.org/plugins/topic/forum-moderators/
which does exactly that
775251Inactive
@ sambauers: Ok — good to know 
So I’ve moved the bbpress files over to
http://mysite.com/forums
And now things seem to look better. I can see the admin page for bbpress.
However, now it seems that a link to the forum stylesheet is broken. When I look at http://mysite.com/forms, I see the forum homepage, but with no CSS styling. Then, when I click on to view a forum topic, like http://mysite.com/forums/topic/test-topic, I seem to get redirected to my blog’s homepage. I’m confused!
Sorry for all the novice questions! Your help is much appreciated.
I’ll take a look 
If i want to contribute patches, i just upload them to trac ?? I use Eclipse, should i just use the “Create Patch” option?
(sorry, i’ve never used trac nor created patches :p)
—
Edit: i’m installing it, trying to integrate with WP. I entered all values, but at the end bbPress created a new user table, ignoring the wp_users table.
bbPress will never have a feature like that built-in.
You shouldn’t be installing bbPress in the WordPress plugin folder.
It’s not a plugin.
bbPress will probably be used to augment BuddyPress’ groups with forums. It’s a complimentary product, not a replacement.