diff --git a/templates/forumposts.tpl b/templates/forumposts.tpl
index 270ca768c44e444599a8b1424e7a03e0949f0e35..eb778aa4a9380259baeb4c24e6f22ca33f821906 100644
--- a/templates/forumposts.tpl
+++ b/templates/forumposts.tpl
@@ -1,6 +1,11 @@
 {if count($posts) > 0 }
 <div class="cbb">
+<h3>Looking for Something?</h3>
+<p>We are looking to remove the Forum component from the SUCS site.</p>
+<p>We recommend that you backup your data. Forum links will still work.</p>
+<p>If you don't want us to remove it please share your opinion admin@sucs.org</p>
 
+{*
 <h3>Recent Forum posts</h3>
 
 <table width="100%" class="border">
@@ -15,5 +20,6 @@
 </tr>
 {/foreach}
 </table>
+*}
 </div>
 {/if}