First, on the admin opton comment configuration tab be sure the fields you do not want to show are not checked as required. Then delete the lines indicated from default's image.php script.
(I know it has been a while since reply was posted but have been distracted by other more salary threatening stuff)
<<Then delete the lines indicated from default's image.php script.>> I am struggling to find image.php, could you give me a clue as to where it is/should be ?
Comments
`
( /> <?php echo gettext("don't publish"); ?>)
" class="inputbox" />
`
<del>
`
" class="inputbox" />
" class="inputbox" />
`
</del>
`<?php if (getOption('Use_Captcha')) {<br />
$captchaCode=generateCaptcha($img); ?>
alt="Code" align="bottom"/>
"/>
<?php } ?>
<<Then delete the lines indicated from default's image.php script.>>
I am struggling to find image.php, could you give me a clue as to where it is/should be ?
Steve
Steve