5
Which version are you using?
In 1.2.1+ this is controlled in submit.php, where something along these lines should be present towards the bottom:
if ($approveprivilege) {
$description='';
$keywords='';
$topicdisplay = 0;
$topicalign = 'R';
$ihome = 0;
$bodytext = '';
$approve = 0;
$autodate = '';
$expired = 0;
$published = 0;
}
Change $topicdisplay = 0; to $topicdisplay = 1;