Quote:
Originally Posted by Sid
bananalive:
Thanks - that seems to have added the box.
One small problem, however: it only displays the steam status box of the thread starter (on the first post of the thread). I'd like all posts by a user to display their status. Is it a case of simply removing the <if> condition:
<if condition="$show['messageicon'] OR $post['title']">
?
|
yes or you could change it to:
<if condition="$show['messageicon'] OR $post['title'] OR $post['steam']">