How can i show the $threadbit results in 2 (two) columns instead of in 1 (one) column ?
Example of what i want to do :
Original code which list the threads in forumdisplay :
Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
</if>
$threadbits
</tbody>
<!-- end show threads -->
I will appreciate it a lot if someone let me learn what can i do to divide my threadbit in 2 column.
Regards