Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Working as a Page in my theme.

@nolageek

Participant

Atsutane, you are THE MAN. Mine still looks like garbage, but It’s coming along. Thanks! This really should be included in the package.

Basically, to clarify the process even more…

/// open ‘/bbpress/conf.php’ and at the top, after the opening ‘<?php’ put the following:

‘”require_once(‘/path/to/wp-blog-header.php’);”‘

Then, in your ‘my-templates’ directory, create the following files:

header.php

‘<?php get_header(); ?>

<div id=”content” class=”narrowcolumn”>

<div class=”post” id=”post-forum”>

<div class=”entry”>’

footer.php

‘</div>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>’

You will still have to tweak the code, but that’s all it took for me.

You’ll need to add the styles from the non-header/footer portions of the bbpress css files to your WP style sheet.

Check my test-forum out… http://nolageek.com/forums

One thing I can’t figure out though… when you’re viewing a topic, the “reply” form is WAAAAYYYY too long. I’ve edited this in every form I can see, but this isn’t changing..

Why are there so many edit forms? Where is this one?

Skip to toolbar