Author Topic: Remove title in comments  (Read 3770 times)

0 Members and 1 Guest are viewing this topic.

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Remove title in comments
« on: July 03, 2007, 07:15:18 PM »
Hello,
How can i disable the title on comments? i only want to make obligatory the text...
Thanks  :D

Offline MaveriC

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Remove title in comments
« Reply #1 on: July 05, 2007, 07:58:27 AM »
remove or uncomment this from the details.php file
Code: [Select]
    if ($comment_headline == "")  {
      $msg .= (($msg != "") ? "<br />" : "").$lang['headline_required'];
      $error = 1;
    }

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: Remove title in comments
« Reply #2 on: July 06, 2007, 07:38:41 PM »
Thanks MaveriC, working perfect  :mrgreen: