Written by EY
With a single edit you can display users age in viewtopic.
Open: styles/prosilver/template/viewtopic_body.html
Find:
Code: Select all
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
Code: Select all
<!-- IF postrow.POSTER_AGE --><dd><strong>{L_AGE}:</strong> {postrow.POSTER_AGE}</dd><!-- ENDIF -->
Find:
Code: Select all
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
Code: Select all
<!-- IF postrow.POSTER_AGE --><br /><b>{L_AGE}:</b> {postrow.POSTER_AGE}<!-- ENDIF -->