Sorry I must have been trippin, I got it working.
Having trouble copying over the template. I basically want to use a different header file called get_header(‘bb’) for the BB templates. I read the codex and a few other post and no luck. Here’s what I’ve done:
Uploaded most recent bbPress Plugin and WordPress install
This is what bb plugin tree looks like:
-includes
-languages
-templates
–default
—bbpress FOLDER
—css FOLDER
—extras FOLDER
—js FOLDER
bbpress-functions.php
From my understanding of the bb theme-compatability codex, I copied the contents of the extras folder into a folder in my theme called bbpress.
I added add_theme_support( ‘bbpress’ ); to the after_setup_theme hook
Now it should work!?! Should I be copying the contents of default folder into the bbpress folder of my theme?