Try this
In SHOWTHREAD template
Find
PHP Code:
<div class="separator"></div>
Put above
HTML Code:
<vb:if condition="$show['guest']">
<div align="center">
<div style="background-color:#CAFFCB; border:1px solid black; padding:5px;">
<span style="font-size:18pt"> <b>Only unlogged users can see this</b> <br />Your text here to, bla, bla, bla</span>
</div>
</div>
</vb:if>