Ok, figured it out, to make the edited by show up at the bottom of the TOPIC cell you need to find:
Response.Write "</td>" & vbNewLine & _
" <td bgcolor=""" & strForumFirstCellColor & """ width=""" & strTopicWidthRight & """"
and make these changes
Response.Write "</td>" & vbNewLine & _
" <td bgcolor=""" & strForumFirstCellColor & """ width=""" & strTopicWidthRight & """ height=""100%"""
This is also needed if you decide to put the TOP icon in the Topic cell.