PDA

View Full Version : How to divide threadbit in 2 column ?


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

ishare
04-10-2009, 07:48 PM
Any idea ?

Lynne
04-10-2009, 08:01 PM
You will have to write some code (plugins) to spit it out in two columns. You can look at the code used to spit forumdisplay sub-forums into two columns and modify it to use for threads instead.