Jump to content

[MOD] PHPBB3 ultimo mensaje


Recommended Posts

Esta pequeña modificación les permite ver el título del último tópico posteado.

 

EDITAR:

/styles/prosilver/template/forumlist_body.html

 

BUSCAR:

 

<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span>

 

 

CAMBIAR POR:

 

<br />

<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_SUBJECT}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span>

 

Edited by Holic
Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...