-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.3.3-RC1, 3.3.2
-
PHP 7.2.18, MySQL(i) 10.1.10-MariaDB
Right now the Category/Forum description is hidden by default in the viewforum and I think it should be the other way around. There is a note in viewforum_body.html that it can be alteredĀ
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body --> <!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body --> <!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF --> |
but I think the description should be visible by default.