Paste the code below at the end of your language pack (/lang/eng.php or whatever):
/* Hide form from anonymous users */
if($user_id==0 and ($action=='vthread' or $action=='vtopic')) {
$roForums[]=$forum;
$l_userFormWarning='Only registered users can make new postings on our forums. Log-in first on the start page, or <a href="'.$main_url.'/'.$indexphp.'action=registernew">register</a> first.';
}
else $l_userFormWarning='';
/* --Hide form from anonymous users */
{$l_userFormWarning} is the variable to paste in main_post_form.html. It should be displayed when form won't be available.