Por lo del
title="">Vampiro,
al final me di cuenta de k mi modificacion sobre esa linea era una tonteria; no pongas el
>...
Lo de la barra de navegacion es culpa de k arriba y abajo no usa el mismo formato...
Eso se arregla facilmente; tienes k coger un backup del archivo
templates/AdInfinitum/viewforum_body.tpl y aplicarle los siguientes cambios:
BuscarCódigo: Seleccionar todo
<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_TOPICS_READ}</a></span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
Añadir después:
Código: Seleccionar todo
<!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {catrow.CAT_DESC} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink<!-- IF catrow.forumrow.UNREAD --> topic-new<!-- ENDIF -->">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
</table>
<br />
<!-- END catrow -->
<!-- IF NUM_TOPICS || ! HAS_SUBFORUMS -->
Hacer:
Código: Seleccionar todo
#
#-----[ FIND ]------------------------------------------
#
<td colspan="2"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> ~ <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<!-- IF PARENT_FORUM --> ~ <a class="nav" href="{U_VIEW_PARENT_FORUM}">{PARENT_FORUM_NAME}</a> <!-- ENDIF -->
Hacer:
Código: Seleccionar todo
#
#-----[ FIND ]------------------------------------------
#
<th colspan="6" align="left" height="28" class="nav" nowrap="nowrap"><a href="{U_INDEX}" class="nav"><</a> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<!-- IF PARENT_FORUM --> ~ <a class="nav" href="{U_VIEW_PARENT_FORUM}">{PARENT_FORUM_NAME}</a><!-- ENDIF -->
Buscar:
Código: Seleccionar todo
<td align="right" valign="TOP"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>
Añadir después:
Código: Seleccionar todo
<!-- ELSE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right">{JUMPBOX}</td>
</tr>
</table>
<!-- ENDIF -->
Con esto volvemos a aplicar todas las modificaciones al
viewforum_body.tpl y debería aparecer la barrita arriba...
Ahora vamos con lo siguiente... He entendido que quieres que si un foro tiene subforos no aparezca la parte de los posts... Corrigeme si me equivoco...
Estoy mirando a ver si encuentro alguna forma... Ya te comentaré si encuentro algo...
Saludos