Display Users Age in Viewtopic
Posted: 26 Jul 2011, 20:14
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:
Add before:
Open: styles/subsilver2/template/viewtopic_body.html
Find:
Add before:
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 -->