Ayuda Simple Subforums Mod
Publicado: 25 Ago 2006, 15:21
http://eolpsp.100webspace.net/
Version PhpBB: 2.0.21
No actualizado
Template: Battle
Mods: EM, AbTracker, Atachment files, gender, edit notes...
Hola, vereis tengo un problemilla, quiero que los subforos me salgan en la misma tabla que los mensajes del foro... De momento lo he conseguido mas o menos, puesto que ya he insertado esa zona pero no me salen los subforos... Ejemplo Este es el codigo de el viewforum_body.tpl (En pastebin http://pastebin.com/775615) La zona del mod es la que se encuentra entre las lineas 29 y 47. Realmente segun el mod deberia ser
pero he tenido que eliminar el <table> del principio y el </table> del final, ya que sino me daba error en el archivo /cache/Battle.viewforum_body.tpl. Tambien he tenido que quitar el <!-- BEGIN catrow --> ; <!-- END catrow --> y el <!-- IF NUM_TOPICS || ! HAS_SUBFORUMS --> por el mismo motivo. Alguien podria decirme como deberia quedar para que no diera ese error...
Version PhpBB: 2.0.21
No actualizado
Template: Battle
Mods: EM, AbTracker, Atachment files, gender, edit notes...
Hola, vereis tengo un problemilla, quiero que los subforos me salgan en la misma tabla que los mensajes del foro... De momento lo he conseguido mas o menos, puesto que ya he insertado esa zona pero no me salen los subforos... Ejemplo Este es el codigo de el viewforum_body.tpl (En pastebin http://pastebin.com/775615) La zona del mod es la que se encuentra entre las lineas 29 y 47. Realmente segun el mod deberia ser
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 -->