From 24230915b685573ab131e81b9e902457b254b619 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 22 Dec 2024 19:39:55 -0800 Subject: [PATCH] Minor tweaks to the forum pages * Set the file upload box to accept .gif files * Add a note to the Explore tab explaining what it is --- web/templates/forum/index.html | 6 ++++++ web/templates/forum/new_post.html | 2 +- web/templates/forum/thread.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/templates/forum/index.html b/web/templates/forum/index.html index 56d2f4a..220ffd7 100644 --- a/web/templates/forum/index.html +++ b/web/templates/forum/index.html @@ -37,6 +37,12 @@ {{if .IsExploreTab}}
+ +
+ The "Explore" tab is where you can search and find all of the available forums, including Community Forums + created by your fellow {{PrettyTitle}} members. +
+
diff --git a/web/templates/forum/new_post.html b/web/templates/forum/new_post.html index b508b5e..80f1ad1 100644 --- a/web/templates/forum/new_post.html +++ b/web/templates/forum/new_post.html @@ -202,7 +202,7 @@ + accept=".jpg,.jpeg,.jpe,.png,.gif"> diff --git a/web/templates/forum/thread.html b/web/templates/forum/thread.html index f21c87c..f5cdd91 100644 --- a/web/templates/forum/thread.html +++ b/web/templates/forum/thread.html @@ -510,7 +510,7 @@ + accept=".jpg,.jpeg,.jpe,.png,.gif">