Re: Topic Templates
Hmmm…
it may be possible to write a short plugin to overwrite and extand the Template-Function.
Actually the post_template() loads only the “post.php” – in functions.bb-template.php
function bb_post_template() {
bb_load_template( 'post.php' );
}