Remove the gap when no forum description

Mixed forum with code snippets, guides and styles
Forum rules
Everything in this forum is for everybody
But support only for Donators!
Post Reply
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Remove the gap when no forum description

Post 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
Board rules! No PM support
Post Reply