This PR introduces a new Forum feature, accessible through a link added to the footer, which directs users to the newly designed and responsive forum page. The forum page contains the following sections:
Answered Questions: Displays questions that have already been answered.
Unanswered Questions: Lists questions that have not yet received an answer, allowing authenticated users to submit answers directly.
Ask a Question: Provides a form for authenticated users to post new questions to the forum.
Additionally, appropriate messages are shown to unauthenticated users in sections where authentication is required.
PR Description
Overview
This PR introduces a new Forum feature, accessible through a link added to the footer, which directs users to the newly designed and responsive forum page. The forum page contains the following sections:
Additionally, appropriate messages are shown to unauthenticated users in sections where authentication is required.
https://github.com/user-attachments/assets/f368e601-0add-4b43-8b2b-6fe94ccc6285
PR2 and closes #465