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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...