Apparently, it was the empty IF conditional causing the problem. I got around it by closing off the DIV in the
SHOWTHREAD template, and putting just a regular opening DIV tag in the empty part of the conditional:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
<div>
<else />
<div>
<b class="djdarkcorner">
<b class="djdarkcorner1"><b></b></b>
<b class="djdarkcorner2"><b></b></b>
<b class="djdarkcorner3"></b>
<b class="djdarkcorner4"></b>
<b class="djdarkcorner5"></b></b>
</if>