Okay, I've actually searched, and I found this piece of code:
Code:
<if condition="!$addedRow and $stickyids and $thread['sticky'] == 0 and $addedRow = true">
<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>
</if>
I placed it where I was supposed to in the forumdisplay, but it seemed not to have any affect whatsoever. Does anyone else know of any other ways to separate the stickies from the normal threads?
Thanks in advance.