In your template edit of FORUMDISPLAY, SHOWTHREAD.
- Kill the Red (3) places.
Code:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br />
<else />
<if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center><br />
<else />
<if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center><br />
</if>
</if>
</if>
Quote:
Originally Posted by SupermanInNY
Could you kindly remind me where or how to remove the Space between the Top forums?
I have a little tick just below the banner on my index page?
I know there is a place (I've done this before, just can't remember where) where I add the number of the First forum in the list and that removes the 'space' tick between the index page banner and the first forum.
|