From a5f6f009e9db6d1e72dc97ce6e21ba47d5c26836 Mon Sep 17 00:00:00 2001
From: Robert Scott James <rjames93@sucs.org>
Date: Mon, 9 Dec 2013 19:55:27 +0000
Subject: [PATCH] Started work to remove the forum component on the SUCS site,
 links to forum will still work just not appear on recent posts M   
 templates/forumposts.tpl

---
 templates/forumposts.tpl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/templates/forumposts.tpl b/templates/forumposts.tpl
index 270ca76..eb778aa 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}
-- 
GitLab