Index: theme-compat.php
===================================================================
--- theme-compat.php	(revision 7073)
+++ theme-compat.php	(working copy)
@@ -582,7 +582,7 @@
 			'ID'             => bbp_get_forum_id(),
 			'post_title'     => bbp_get_forum_title(),
 			'post_author'    => bbp_get_forum_author_id(),
-			'post_date'      => 0,
+			'post_date'      => get_post_time('Y-m-d H:i:s', false, bbp_get_forum_id()),
 			'post_content'   => $bbp_shortcodes->display_forum_form(),
 			'post_type'      => bbp_get_forum_post_type(),
 			'post_status'    => bbp_get_forum_visibility(),
@@ -600,7 +600,7 @@
 			'ID'             => bbp_get_forum_id(),
 			'post_title'     => bbp_get_forum_title(),
 			'post_author'    => bbp_get_forum_author_id(),
-			'post_date'      => 0,
+			'post_date'      => get_post_time('Y-m-d H:i:s', false, bbp_get_forum_id()),
 			'post_content'   => $bbp_shortcodes->display_forum( array( 'id' => bbp_get_forum_id() ) ),
 			'post_type'      => bbp_get_forum_post_type(),
 			'post_status'    => bbp_get_forum_visibility(),
@@ -675,7 +675,7 @@
 			'ID'             => bbp_get_topic_id(),
 			'post_title'     => bbp_get_topic_title(),
 			'post_author'    => bbp_get_topic_author_id(),
-			'post_date'      => 0,
+			'post_date'      => get_post_time('Y-m-d H:i:s', false, bbp_get_topic_id()),
 			'post_content'   => $new_content,
 			'post_type'      => bbp_get_topic_post_type(),
 			'post_status'    => bbp_get_topic_status(),
@@ -725,7 +725,7 @@
 			'ID'             => bbp_get_reply_id(),
 			'post_title'     => bbp_get_reply_title(),
 			'post_author'    => bbp_get_reply_author_id(),
-			'post_date'      => 0,
+			'post_date'      => get_post_time('Y-m-d H:i:s', false, bbp_get_reply_id()),
 			'post_content'   => $new_content,
 			'post_type'      => bbp_get_reply_post_type(),
 			'post_status'    => bbp_get_reply_status(),
