llobarret
Enviado: 16/03/2007 a las 00:03
Posteador de Bronce
Karma: 9 (20 Votos)
Registrado: 07/03/05
Mensajes: 372
Estado: Desconectado Ultima visita: 05/12/08
Hola a mi si me interesa, te paso mi correo por mp ok
Saludos y gracias
21aToPe
Enviado: 16/03/2007 a las 10:03
Forero
Karma: 9 (9 Votos)
Registrado: 15/05/06
Mensajes: 166
Estado: Desconectado Ultima visita: 08/10/08
modulers/pnForum/pntemplates/pnforum_centerblock_display.html:
Código <!--
[ *
$Id : pnforum_centerblock_display.html,v
1.13 2005 /
11 /
12 07 :
55 :
09 landseer
exp $ *
] -->
<!--[ * use show_m2f=true as parameter for readlastposts to show mail2forum postings, there are hidden per default *] -->
<!--[ readlastposts maxposts=$maxposts show_m2f=true ] -->
<!--[ if $lastpostcount > 0 ] -->
<table width="100%" border="0" cellpadding="3" cellspacing="1" >
<tr>
<td>
<ul class ="pnf_statslist" >
<!--[ pnml name='_PNFORUM_CATEGORIES' ] -->: <!--[ $total_categories ] --> - <!--[ pnml name='_PNFORUM_FORUMS' ] -->: <!--[ $total_forums ] --> - <!--[ pnml name='_PNFORUM_TOPICS' ] -->: <!--[ $total_topics ] --> - <!--[ pnml name='_PNFORUM_POSTS' ] -->: <!--[ $total_posts ] -->
</ul>
</td>
<tr>
<td colspan="4" >
<strong><center><!--[ $lastpostcount ] --><!--[ pnml name='_PNFORUM_CB_RECENTPOSTS' ] --></center></strong>
</td>
</tr>
<!--[ foreach item=lastpost from=$lastposts ] -->
<tr>
<td align="right" >
<!--[ $lastpost .topic_replies ] -->
</td>
<td >
<a href="<!--[ pnmodurl modname=pnForum type=user func=viewtopic topic=$lastpost.topic_id start=$lastpost.start ]-->" ><!--[ $lastpost .topic_title ] --></a>
</td>
<td >
<a href="<!--[ pnmodurl modname=pnForum type=user func=viewforum forum=$lastpost.forum_id ]-->" ><!--[ $lastpost .forum_name ] --></a>
</td>
<td align="center" >
<!--[ $lastpost .posted_time ] -->
</td>
<td >
<!--[ $lastpost .poster_name|profilelink ] -->
</td>
</tr>
<!--[ /foreach ] -->
</table>
<!--[ else ] -->
<div >
<!--[ pnml name='_PNFORUM_NOPOSTS' ] -->
</div>
<!--[ /if ] -->
<div >
<a href="<!--[ pnmodurl modname=pnForum func=main ]-->" title="<!--[ pnml name='_PNFORUM_GOTO_FORUM' ]-->" ><!--[ pnml name='_PNFORUM_GOTO_FORUM' ] --></a>
</div>
modulers/pnForum/pntemplates/pnforum_centerblock_display2.html:
Código <!--
[ *
$Id : pnforum_centerblock_display2.html,v
1.3 2005 /
11 /
12 07 :
55 :
09 landseer
exp $ *
] -->
<!--[ readlastposts forum_id=$forum_id maxposts=$maxposts ] -->
<!--[ if $lastpostcount > 0 ] -->
<table width="100%" border="1" cellpadding="2" cellspacing="1" >
<tr>
<td bgcolor="<!--[ $bgcolor6 ]-->" align="center" >
<strong><!--[ $lastpostcount ] --> <!--[ pnml name='_PNFORUM_CB_RECENTPOSTS' ] --></strong>
</td>
<td bgcolor="<!--[ $bgcolor6 ]-->" align="center" ><!--[ readstatistics ] --><strong><!--[ $total_categories ] --></strong> <!--[ pnml name='_PNFORUM_CATEGORIES' ] --> <strong><!--[ $total_forums ] --></strong> <!--[ pnml name='_PNFORUM_FORUMS' ] --> <strong><!--[ $total_topics ] --></strong> <!--[ pnml name='_PNFORUM_TOPICS' ] --> <strong><!--[ $total_posts ] --></strong> <!--[ pnml name='_PNFORUM_POSTS' ] -->
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="2" cellspacing="1" >
<!--[ foreach item=lastpost from=$lastposts ] -->
<tr>
<td colspan="4" bgcolor="<!--[ $bgcolor5 ]-->" >
<a href="<!--[ pnmodurl modname=pnForum type=user func=viewforum forum=$lastpost.forum_id ]-->" ><!--[ $lastpost .forum_name ] --></a>
</td>
<td align="right" >
<!--[ $lastpost .topic_replies ] -->
</td>
<td >
<a href="<!--[ pnmodurl modname=pnForum type=user func=viewtopic topic=$lastpost.topic_id start=$lastpost.start ]-->" ><!--[ $lastpost .topic_title ] --></a>
</td>
<td bgcolor="<!--[ $bgcolor3 ]-->" align="center" >
<!--[ $lastpost .posted_time ] --><br />
</td>
<td bgcolor="<!--[ $bgcolor2 ]-->" >
<!--[ $lastpost .poster_name|profilelink ] -->
</td>
</tr>
<!--[ /foreach ] -->
</table>
<!--[ /if ] -->
Muestra a la izquierda de cada hilo en número de respuestas. Y en la cabecera el total de Categorías, Foros, Temas y Mensajes.
JanusDC
Enviado: 20/04/2007 a las 19:04
Novato
Karma: 0 (0 Votos)
Registrado: 18/02/05
Mensajes: 14
Estado: Desconectado Ultima visita: 18/06/07
Alguien tiene algún bloque que muestre los últimos mensajes de una categoría en particular? (o los últimos de cada categoría). Porque lo que permite hacer es los últimos de un foro, pero no de una categoría.