Page 1 of 1

Display Users Age in Viewtopic

Posted: 26 Jul 2011, 20:14
by Stoker
Display Users Age in Viewtopic
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 -->
Add before:

Code: Select all

<!-- IF postrow.POSTER_AGE --><dd><strong>{L_AGE}:</strong> {postrow.POSTER_AGE}</dd><!-- ENDIF -->
Open: styles/subsilver2/template/viewtopic_body.html
Find:

Code: Select all

<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
Add before:

Code: Select all

<!-- IF postrow.POSTER_AGE --><br /><b>{L_AGE}:</b> {postrow.POSTER_AGE}<!-- ENDIF -->