by Guest February 6th 2012, 3:18 pm
Hi!
Go to Administration Panel => Display => Templates => General => viewtopic_body =>
=> Find this variable:
- Code:
{postrow.displayed.ONLINE_IMG}
and delete that.
Then...
- If you want to put the icon near the username:
Find this:
- Code:
<h4 class="username">{postrow.displayed.POSTER_NAME}</h4>
and replace with:
- Code:
<h4 class="username">{postrow.displayed.POSTER_NAME}</h4> {postrow.displayed.ONLINE_IMG}
Save then publish template.
- If you want to put the icon near the profile icons:
Find this:
- Code:
<!-- END contact_field -->
and replace with:
- Code:
<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
Save then publish template.