Index: contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post-preview.tpl.php
--- contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post-preview.tpl.php Base (1.1.2.3)
+++ contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post-preview.tpl.php Locally Modified (Based On 1.1.2.3)
@@ -65,6 +65,8 @@
           // We hide the comments and links now so that we can render them later.
           hide($content['taxonomy_forums']);
           hide($content['comments']);
+          if (!$top_post)
+            hide($content['body']);
           hide($content['links']);
           print render($content);
         ?>
@@ -83,3 +85,4 @@
   </div>

 </div>
+
\ No newline at end of file
Index: contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post.tpl.php
--- contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post.tpl.php Base (1.1.2.2)
+++ contributions/modules/advanced_forum/styles/naked/advanced-forum.naked.post.tpl.php Locally Modified (Based On 1.1.2.2)
@@ -90,6 +90,8 @@
           hide($content['taxonomy_forums']);
           hide($content['comments']);
           hide($content['links']);
+          if (!$top_post)
+            hide($content['body']);
           print render($content);
         ?>
       </div>
