I would start styling the table. Copy and paste the original code from the style.css from the bbpress into your new theme and then go from there.
Sounds like you also need to split an existing topic… where a non-bozo-but-misguided user has replied to a topic when they should have started a new one.
Yea, i saw this plugin after i edited the files. I switched to the plugin.
Im working on integrating it with wordpress. Check out my forum for updates on progress.
http://www.talkaboutdesign.com/forum/
Looking good 
(As an aside, I see you’ve edited the core files to allow image tags. There is also a plugin for this: https://bbpress.org/plugins/topic/5 )
I added a default avatar, and also working on adding more stuff to this template. Check out my forum to see progress.
http://www.talkaboutdesign.com/forum/
OK, so I’ve got this far:
http://www.macuserblog.com/boards/
What can I do to make the rest perfect? Thanks!
I would make a copy of your functions (wp_admin_bar and wp_admin_bar_style) and put them in a bbPress plugin.
I you want to make sure the code is always the same, you could use a symlink or instead make a bbPress plugin that just includes the one needed mu plugin.
that was MUCH needed…thanks
i will be releasing my template for bbpress pretty soon. check out http://www.talkaboutdesign.com/forum/
to stay updated.
You make a directory inside of bbpress directory called my-templates and copy the contents of bb-templates into there and modify the files.
Thanks. Don’t know why I didn’t think of that before. Ah well. (I edited my web site in my profile to use that link so I’ll have a link for it on this site. Perhaps I’ll link to it from my BB too.
)
‘Rekd
Hi all ,
this board is very nice , and the support also , they respond me very fast !
i am customizing a little my Bbpress to give it a strange new look , but to continue , i need to know how to get poster’s ID to get the profil URL , i tried this , but it doesnt work ( on post.php ) :
echo $post->poster_id;
So what’s the problem ?
TFYT .
Atsutane: Thanks so much for your help!! I really appreciate it
From what i see. I think it only css problem and some html problem. It seem before <div id=”footer”> u got 1 extra </div> … well i think so
Anyway i need to go now. Good luck with your bbpress
It’s getting pretty busy here pretty quickly and hard to find what you’re looking for. Tags help and are pretty cool, but limited to what others have put there.
Would it be possible for you guys to add a search box here?
Thanks!
Rekd
OK, so I keep getting closer
Atsutane, I don’t use K2 unfortunately 
http://www.macuserblog.com/boards/ is where I’m at now. Is the remaining problem CSS or PHP-related? Thanks again!
For me i put inside footer.php after i close all div that hold my forum content. If u are k2 user maybe i can share my header.php and footer.php
OK, I can follow that, where do I need to put get_sidebar()? In the header?
I do like this. In header.php i put
<?php get_header(); ?>
<div something>
<div something>
Inside footer.php i put
</div> // close something div
<?php get_sidebar(); ?>
</div> // close something div
<?php get_footer(); ?>
When u put “<?php get_header; get_sidebar(); get_footer(); ?>” all inside header.php that mean u load all ur header, sidebar and footer before u load ur content
try:
// ** MySQL settings ** //
define('BBDB_NAME', 'n22_n22');
define('BBDB_USER', 'n22_n22');
define('BBDB_PASSWORD', '123456');
define('BBDB_HOST', 'db2.awardspace.com');
$bb_table_prefix = 'bb_';
$bb->domain = 'http://n22.awardspace.com';
$bb->path = '/bbpress/';
$bb->name = 'N22 Forums';
// This must be set before running the install script!!!
$bb->admin_email = 'haiyuezhang@hotmail.com';
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = 'true';