Author Topic: could I disable this?  (Read 4182 times)

0 Members and 1 Guest are viewing this topic.

Offline gti-the-sexy

  • Newbie
  • *
  • Posts: 33
    • View Profile
could I disable this?
« 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?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
could I disable this?
« Reply #1 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;
    }
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline gti-the-sexy

  • Newbie
  • *
  • Posts: 33
    • View Profile
could I disable this?
« Reply #2 on: February 09, 2003, 05:50:58 PM »
thanks vano