I want to get little free space or some line (i prefer line) between sticked post and normal post. Beacase now forumdisplay page isnt very legibly...
How can I do that?
im already find a way:
in FORUMDISPLAY template find:
Code:
<!-- <tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"> </td></tr>-->
and change it to:
Code:
<tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"> </td></tr>