In my ubbthreads.php I changed this line
// Now cycle through the boards in this category
$firstpass = 0;
$y = 0;
while ( $boardrows = $dbh -> fetch_array($boards)) {
list($Title,$Description,$Keyword,$Total,$Last,$Number,$Moderated,$ReadPerm,$WritePerm,$Threads,$Sorter,$Posterid,$lastmain,$lastnumber,$Poster,$Subject,$Icon,$Reged,$AnonName) = $boardrows;
by removing the varibables at the end
,$Poster,$Subject,$Icon,$Reged,$AnonName
Now I have several spaces and a 'dash' in my Main Index to the right under Last Post, along with what I want.. only the date and time of the last post.
Any ideas. (Also still looking for a reference source of the variable definitions)