If you want to hide the sidebar for guests open the template "Board Index -> boardIndexTemplate" and find:
{parse variable="sidebar_enabled" default="$show_side_blocks"}<php>
if ( !$this->memberData['member_id'] )
{
$this->templateVars['sidebar_enabled'] = 0;
}
</php>