ishare
04-05-2009, 05:23 PM
How can i show the $threadbit results in 2 (two) columns instead of in 1 (one) column ?
Example of what i want to do :
http://www.dwgallery.net/data/503/medium/preview.jpg
Original code which list the threads in forumdisplay :
<!-- 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
Example of what i want to do :
http://www.dwgallery.net/data/503/medium/preview.jpg
Original code which list the threads in forumdisplay :
<!-- 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