Comenzemos entonces a darle el retoque

(guarda copia de este archivo sin editar) - En
viewforum_body.tpl
Buscar:
Código: Seleccionar todo
<th colspan="2" class="thCornerL" height="15" nowrap="nowrap"> {switch_attached_list.L_ATTACHED_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {switch_attached_list.L_ATTACHED_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {switch_attached_list.L_ATTACHED_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {switch_attached_list.L_LAST_POST} </th>
Reemplazar por:
Código: Seleccionar todo
<th colspan="2" class="row6" height="15" nowrap><span class="mainmenu"> {switch_attached_list.L_ATTACHED_FORUM} </span></th>
<th width="50" class="row6" nowrap><span class="mainmenu"> {switch_attached_list.L_ATTACHED_TOPICS} </span></th>
<th width="50" class="row6" nowrap><span class="mainmenu"> {switch_attached_list.L_ATTACHED_POSTS} </span></th>
<th class="row6" nowrap><span class="mainmenu"> {switch_attached_list.L_LAST_POST} </span></th>
Buscar:
Código: Seleccionar todo
<img src="{switch_attached_list.switch_attached_present.FORUM_FOLDER_IMG}" width="46" height="25" alt="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" title="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" />
En la misma linea, buscar y BORRAR:
Buscar:
Código: Seleccionar todo
<td class="row1" width="75%"><span class="forumlink"><a class="forumlink" href="{switch_attached_list.switch_attached_present.U_VIEWFORUM}">{switch_attached_list.switch_attached_present.FORUM_NAME}</a></span><br /><span class="genmed">{switch_attached_list.switch_attached_present.FORUM_DESC}</span></td>
Reemplazar por:
Código: Seleccionar todo
<td class="row1" width="75%"><span class="mainmenu"><a class="mainmenu" href="{switch_attached_list.switch_attached_present.U_VIEWFORUM}">{switch_attached_list.switch_attached_present.FORUM_NAME}</a></span><br /><span class="genmed">{switch_attached_list.switch_attached_present.FORUM_DESC}</span></td>
Intenta eso, creo que no me ha faltado nada... lo que hize fue cambiar los class (que tu foro usa row6 para el fondo de las tablas y mainmenu para los nombres y titulos de columnas y foros, y quitar el ancho y alto de la imagen de la izquierda para que quede como las otras)
Ya me cuentas si cometí algun error o si me falto por hacer algún cambio, saludos