<vb:if condition="$bbuserinfo['userid'] == 0"> show this to guests </vb:if>
if ($bbuserinfo['userid'] == 0) { do this for guests }