4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: gti-the-sexy on February 09, 2003, 05:24:54 PM
-
I want to disable "forcing people to enter the comment subject to comment"
how could I cancel this?
-
open details.php
find this code and delete or comment it:
if ($comment_headline == "") {
$msg .= (($msg != "") ? "<br />" : "").$lang['headline_required'];
$error = 1;
}
-
thanks vano