I’m having a lot of issues getting bbpress to work properly. first thing I need for users to able to write a post with HTML capabilities, and for some reason that option is all blanked out for subscribing users, i’ve tried everything. Second I would like users to have the ability to edit their post, I had that option before and now its disappeared for what ever reason i am not sure. And when i did have the edit post option available to users, you could make the revision but you couldnt submit it because of some issue with the form. Its the same problem as if I was Admin and editing another users post. you just cant submit it. I am working off the default bbpress theme, if anybody can shed some light on the topic It would be much appreciated, im losing my mind here
I need help with my bbpress
Published on October 4th, 2012 by johnny676767Readers cannot register and log into site/forum
Published on October 3rd, 2012 by organicecobabyI have the bbPress forum on my site that I am trying to get my readers involved in. When they try to register for an account they get this message:
ERROR: The solution of task you submitted was incorrect. Please read the instruction and try again.
What could this possibly mean?
Some of them successfully registered (or already had an account) and left a comment.
WordPress 3.4.2
bbPress Version 2.1.2
My site: http://blog.organicecobaby.com/

Where to find working plugins?
Published on October 3rd, 2012 by rogerhnnHello
I am using version 2.1.2 and its hard to find plugins that actually work with bbpress.
For example: this link https://bbpress.org/plugins/topic/bb-ratings/
go to a forum post, and not to the proper plugin page.
Any help?
Thanks
Email capture from users
Published on October 3rd, 2012 by ellpHello,
I need to capture the names and emails from all users from a particular forum post. Any one knows how to do it?
Thanks!
How make bbpress forums full page without sidebar?
Published on October 3rd, 2012 by smokeradiosocialmediaHi There,
Im looking for some advice on what I need to do in order to get the forum on my site to display as a ‘Full page Post’ or in other words to turn the sidebar off in just the Forums.
Is there a plugin that allows you to turn off sidebars instead of just creating custom ones for specific pages/categories etc. This would be most useful; Although I’d appreciate another way ie with coding; If thats out there as well.
In Short can anybody guide me though how to remove the sidebar on my BBPress Forums?
That be grand. Cheers
post in special forum just by admin
Published on October 3rd, 2012 by fffkralHello
Is there a way or plugin for this, for example in forum 1 just admin can post topics?
Thanks
Use Forum Path for Topics URL?
Published on October 3rd, 2012 by Kr3m1inI’m quite peeved that bbPress doesn’t have a url structure like this for topics:
website.com/forum/subforum/anothersubforum/topic-name
but rather
website.com/topic/topic-name
Is there any solution for this? (If plugin requests aren’t permitted here, please let me know kindly and I’ll remove it.)
Blank Page Problems
Published on October 3rd, 2012 by RobMackayHi guys. Bbpress installed really well and integrated brilliantly. Very nice.
My problem though is when creating a new topic and hit submit, I am taken to a blank page (as in no content at all). Now I have changed all my permalinks back to default and back again and to many other variations – no joy, even on the default. It seems to happen when the page is submitted so I am guessing now that it might be something to do with the $_POST not being handled right. I get no error with WP_DEBUG set to true (which it currently is) and if I just refresh the page it loads the forum up like nothing has happend.
my error_log file has nothing in it since the 5th of July.
If you goto http://www.fluffygamers.co.uk/forums feel free to have a go. 🙂
Thanks very much for reading!
- Rob
Are statistics shown in theme-compat by default?
Published on October 2nd, 2012 by javyAs the title says…is this an option/shortcode in bbp-theme-compat?
Or do I need to create a page template and use some of the functions contained in page-forum-statistics.php?
Hook into the forums query
Published on October 2nd, 2012 by HiranthiSince there’s no Advanced (or similar) Forum I guess I’m supposed to post it here.
I already asked my question here: http://wordpress.stackexchange.com/questions/66098/only-display-forums-with-specific-taxonomy-bbpress#comment87342_66098 but apparently not much of the bbPress community hangs there.
Apparently my real question in that ticket wasn’t explicit enough so I’ll try to formulate it as clear as possible:
I’m working on an extranet for my company. I’ve added a filter to the WP core query to only show CPT’s with a specific term added to it (from my Client taxonomy, it’s the client’s user nicename). The thing is: this filter doesn’t work for bbPress forums.
I want to add a separate forum per project (ie Client X with Project Y) and clients are only allowed to see the forums that have their specific term attached (so Client X can only view the Client X forums). Unfortunately bbPress still shows all forums on the Forums page and that’s what I need to filter.
I’m sure there is a way to accomplish this, so I’m hoping someone here can push me in the right direction.