Page 1 of 1

Remove the gap when no forum description

Posted: 26 Jul 2011, 20:44
by Stoker
Remove the gap when no forum description
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:
sub1.gif
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}
Replace with:

Code: Select all

<!-- IF forumrow.FORUM_DESC -->
					<br />{forumrow.FORUM_DESC}
					<!-- ENDIF -->
Save, upload and refresh the template

The result:
sub2.gif