If you want something simple, you could just wrap the IF Condition Blocks with one larger condition like:
Code:
<if condition="THIS_SCRIPT == 'showthread'">
Code here.
</if>
If you still want the awards to show in Private Messages; it's possible that the problem is in the "jointime" variable --
$this->post['joindate'] --
$this->post should be corrected for use with Private Messages.