Okay I need to add this to the text:
In ubbthreads.php replace:
$forum[$x][$y]['forumimage'] = "";
if ($forumimage) {
$forum[$x][$y]['forumimage'] = "<td rowspan="3"><a href="{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword"><img src="$forumimage" alt="*" hspace="3" border="0" /></a></td>";
}
with:
$forum[$x][$y]['forumimage'] = "";
if ($forumimage) {
$forum[$x][$y]['forumimage'] = "<a href="{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword"><img src="$forumimage" alt="*" hspace="3" border="0" align="left" /></a>";
}
And use the new template for ubbthreads.tmpl. Give me a few to update the zip.