@anointed – In a word, no.
WordPress custom post types only know to look for their files in the root of the theme folder, and the same goes for page templates as well. For now if you want a totally customized theme, those files need to live in the root. I did my best to minimize the number of files in the root, and instead split them up into template parts in the /bbpress folder (because I want the same thing you do.)
It might be possible to hook into the template loader, see what the request is, and force it to look into a different folder, but there’s no possible way to do it at all with page templates; it’s actually purposely disallowed to prevent the theme from having to scan every file inside every subfolder to find them.
@anointed – In a word, no.
WordPress custom post types only know to look for their files in the root of the theme folder, and the same goes for page templates as well. For now if you want a totally customized theme, those files need to live in the root. I did my best to minimize the number of files in the root, and instead split them up into template parts in the /bbpress folder (because I want the same thing you do.)
It might be possible to hook into the template loader, see what the request is, and force it to look into a different folder, but there’s no possible way to do it at all with page templates; it’s actually purposely disallowed to prevent the theme from having to scan every file inside every subfolder to find them.
I followed the instructions and copied the files into the themes directory. After reading the above, I just copied them into my child theme also. I have added the required code to functions.php.
I show this child theme:
bbPress (Atahualpa366 Child) 1.1 by bbPress teams, atahualpa team, keith messinger
Adds bbPress forums to the Atahualpa366 theme
Activate | Preview | Delete
The template files are located in /themes/atahualpa366. The stylesheet files are located in /themes/bbp-atahualpa366. bbPress (Atahualpa366 Child) uses templates from Atahualpa/atahualpa366. Changes made to the templates will affect both themes.
When I preview I get this error: Fatal error: Call to undefined function bbp_is_topic() in /hermes/bosweb26a/b1658/d5.savethec/public_html/stc/wp-content/themes/bbp-atahualpa366/functions.php on line 165
I know this is a beta and don’t expect it to totally work correctly. More or less just keeping the bbp up to date on my progress.
Thanks!
Request:
I am using my own theme and did copy all the files to my themes directory. Everything is working as expected.
What I would like to do is instead of having to copy all the bbpress theme files into the root of my theme folder, is it possible to simply copy the bbpress folder itself into my theme folder?
I am finding that I have a ton of files in my theme root level now, and it is a bit ‘messy’. It would be so much cleaner if I could simply keep all my files in the bbpress folder within my themes root folder.
The problem would only get worse when I add in buddypress custom theme files.
I am also thinking long-term, as if I come back to a site months down the road, it would make it much easier to remember which template is for which plugin etc.. Having all the bbpress theme files in my theme root is making it hard to remember already what does what.
What I am hoping for is:
wp-content/my-theme/bbpress-forum-template-files/
Is this possible?
Request:
I am using my own theme and did copy all the files to my themes directory. Everything is working as expected.
What I would like to do is instead of having to copy all the bbpress theme files into the root of my theme folder, is it possible to simply copy the bbpress folder itself into my theme folder?
I am finding that I have a ton of files in my theme root level now, and it is a bit ‘messy’. It would be so much cleaner if I could simply keep all my files in the bbpress folder within my themes root folder.
The problem would only get worse when I add in buddypress custom theme files.
I am also thinking long-term, as if I come back to a site months down the road, it would make it much easier to remember which template is for which plugin etc.. Having all the bbpress theme files in my theme root is making it hard to remember already what does what.
What I am hoping for is:
wp-content/my-theme/bbpress-forum-template-files/
Is this possible?
My blog post tags were giving a page-not-found notification when clicked. To get them to work again, I had to deactivate the bbPress plugin and re-save my permalinks. When I reactivated the plugin I got the same error. My permalinks setting looks like this: /%category%/%postname%/ (this scheme was recommended for ComicPress).
Is there a way to get them both working?
Thanks.
– Jeff
mellomoose.com
This is a problem with the “oh, we can make it a plugin” approach used for bbPress standalone: a good chunk of the userbase won’t upgrade until the plugins are upgraded too. I was going to start a bbPress 1.0 forum but I was dependent on so many _ck_ plugins that I basically decided to wait for 2.0 (though inability to make the theme match my site and getting too busy to even work on my blog were also contributing factors). Luckily WordPress has taken steps to prevent this (though I have a plugin that’s been basically abandoned that’s been keeping me on the 2.9 series, but it’s not a particularly popular plugin, as evidenced by the fact that it’s gone through at least three different incarnations as developers have stopped working on it).
On that note, my bbPress standalone installation was formally integrated with my WordPress installation in every way, but because I never really “launched” the forum I’d like to completely uninstall it and start over when 2.0 comes out of beta. However, I’m a little concerned that bbPress may have left some clutter in my WordPress database that I’d like to completely get rid of. How easy would that be? I’m the only user account on my site and I cut off any registrations on my bbPress installation so I’m the only account there too.
Example: https://wordpress.org/extend/plugins/comment-form-quicktags
plugin works on normal WordPress posts comment forms but doesn’t work on bbPress2’s reply forms.
Hi! Is there any wysiwyg reply form on bbPress 2, like zaerl Editor or BBcode Buttons Toolbar? I tried TinyMCEComments plugin for WP but i didn’t work on bbPress 2
Aha… I had read somewhere that _ck_ had gone “underground” and kinda disappeared. Not sure if that’s actually the case but either way I would sure love to have a Views column. Thanks!
Jonathan
kai920: That probably means that the first posts weren’t cached properly by bbPress standalone (when it was asked to do by the importer). It might fix if you restore your backup and run the import again.
tooltrainer: That was a plugin by _ck_. I might port it over if she doesn’t.
I just noticed there is no “views” column so members can know how many times a particular topic had been read. Are there plans to add this? It’s a much-desired feature.
Thanks!
Jonathan
The addition of shortcodes will most certainly make it easier for users to embed the forums as they please and see fit….
One thing I would like to see though is the addition of a shortcodes icon within the page/post editors for ease of use, this could be extended to allow you to select the specific forum to build a shortcode string.
When used within a multisite environment it would also lower the amount of confusion as it would most likely also do in single installations. Although shortcodes are simple enough, not everyone is so web savvy.
Simplicity with a forum shortcode insert button would certainly make it much easier and eye pleasing without to much more code. Please!!!! 
Thanks for all the great work here!
The addition of shortcodes will most certainly make it easier for users to embed the forums as they please and see fit….
One thing I would like to see though is the addition of a shortcodes icon within the page/post editors for ease of use, this could be extended to allow you to select the specific forum to build a shortcode string.
When used within a multisite environment it would also lower the amount of confusion as it would most likely also do in single installations. Although shortcodes are simple enough, not everyone is so web savvy.
Simplicity with a forum shortcode insert button would certainly make it much easier and eye pleasing without to much more code. Please!!!! 
Thanks for all the great work here!
With the new plugin importer, I am noticing my imported threads all have an empty first post. Is there a query I can run to delete all first posts, or a way to troubleshoot the import script at what I might have done wrong?
When I change this line:
function bbp_show_lead_topic( $show_lead = false ) {
to this:
function bbp_show_lead_topic( $show_lead = true ) {
the reply form disappears.
Is this a bug or a feature?
(This happens with a fresh bbpress install).
(I’m using bbpress 2.0 beta and wordpress 3.1)
I am not tech savvy by any means, we had a programmer develop a WP based site about a year ago, we want to incorporate a bbpress blog into this, so I created a new test site so I didn’t botch it (thank god because I DID botch it).
The test site is http://www.hersheyicecream.com/forum
I installed bbpress (www.hersheyicecream.com/forum/bbpress) and went through the integration process because I want it to pull from my WP user listing, unfortunately right after I did this all hell broke loose.
At this point I am not only showing up on the forum I created as Anonymous Unregistered, it also will not allow me to retrieve my password saying no user exists, and I have NO other users. It also will not allow me to log in to my site http://www.hersheyicecream.com/forum, instead it redirects me (not sure how) to my actual site http://www.hersheyicecream.com/dealers…
I have no way to access my “.com/forum” WP site and no way to log in to my “.com/forum/bbpress” forum.
HELP!
Ah, I didn’t see that one. Thanks.
Ah, I didn’t see that one. Thanks.
Have you used the tool in the administration to recount bbPress?
Have you used the tool in the administration to recount bbPress?
I have tested imported with latest bbPress plugin version, but after import, counts of replies and topics for all forums are incorrect. If a forum has 0 topics, count shows 0, but if a topic has more than 1 it always shows 1. I checked in postmeta table, and the wrong counts are written there.
I have tested imported with latest bbPress plugin version, but after import, counts of replies and topics for all forums are incorrect. If a forum has 0 topics, count shows 0, but if a topic has more than 1 it always shows 1. I checked in postmeta table, and the wrong counts are written there.