View Full Version : Wanted : <div> version of the threadlist


Floris
7th August 2007, 04:03 PM
Is there someone who knows how to convert the table threadlist code into <div> only? or some of the elements of it?

darnoldy
9th August 2007, 10:24 PM
Floris-

It is quite easy to convert the threadlist to <div> <UL> coding--however, it breaks the AJAX. The javascript that operates that function looks specifically for table cells of certain IDs. If you have a list item or a div--even if it has the same ID, the script will not find it!

IMNSHO, this is a design issue that Jelsoft needs to address.