You can use any image you like, just save it to your /styles/prosilver/imageset/ directory.
Open up styles/prosilver/template/viewtopic_body.html and find :
- Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
after-add
- Code: Select all
<!-- IF postrow.S_FRIEND --> <dd><img src="{T_IMAGESET_PATH}/friend.gif" /></dd> <!-- ENDIF -->
You can place that code where ever you desire between <!-- BEGIN postrow --> and <!-- END postrow -->