4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: gti-the-sexy on February 09, 2003, 05:24:54 PM

Title: could I disable this?
Post 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?
Title: could I disable this?
Post by: V@no on February 09, 2003, 05:31:16 PM
open details.php
find this code and delete or comment it:
Code: [Select]
   if ($comment_headline == "")  {
      $msg .= (($msg != "") ? "<br />" : "").$lang['headline_required'];
      $error = 1;
    }
Title: could I disable this?
Post by: gti-the-sexy on February 09, 2003, 05:50:58 PM
thanks vano