If using prosilver or prosilver based style..
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_POSTS != '' and U_MCP --><dd><strong>{L_POSTS}:</strong> <a href="search.php?keywords=&terms=all&author={postrow.POST_AUTHOR}">{postrow.POSTER_POSTS}</a></dd><!-- ELSE --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</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 -->
Code: Select all
<!-- IF postrow.POSTER_POSTS != '' and U_MCP --><br /><b>{L_POSTS}:</b> <a href="search.php?keywords=&terms=all&author={postrow.POST_AUTHOR}">{postrow.POSTER_POSTS}</a><!-- ELSE --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->