This is pretty simple, open your forumdisplaybit template and add the following at the very top:
This will create a separating row between sticky threads and normal threads, so they are more noticeable. View screenshot for example.
HTML 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>
Comment