Written by Stoker
When you have a forum with no forum description and subforums you will have an anoying gap between the forum title and the subforums.
See Screenshot: Lets fix this with a single edit of the template.
Open styles/prosilver/template/forumlist_body.html
Find:
Code: Select all
<br />
{forumrow.FORUM_DESC}
Code: Select all
<!-- IF forumrow.FORUM_DESC -->
<br />{forumrow.FORUM_DESC}
<!-- ENDIF -->
The result: