Index: /trunk/bb-post.php
===================================================================
--- /trunk/bb-post.php	(revision 2074)
+++ /trunk/bb-post.php	(revision 2075)
@@ -51,5 +51,6 @@
 	$link = add_query_arg( 'replies', $topic->topic_posts, $link );
 
-do_action( 'bb_post.php', $post_id );
+// This action used to be bb_post.php, changed to avoid conflict in bb_load_template()
+do_action( 'bb-post.php', $post_id );
 if ($post_id)
 	wp_redirect( $link );
