วิธีตั้งค่าให้ชื่อเรื่องยาวขึ้นยังไงคับบบบบบบ

เริ่มโดย chanarit, 10 มิถุนายน 2011, 17:03:27

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

chanarit

วิธีตั้งค่าให้ชื่อเรื่องยาวขึ้นของ smf ยังไงคับบบบบบบ


:P :P :P

GOPRO


ผมทำตามนี้แล้วได้ผล

เปิดไฟล์  /Sources/Post.php แล้วหาบรรทัดคำสั่ง

   // Make sure the subject isn't too long - taking into account special characters.
   if ($func['strlen']($form_subject) > 100)
      $form_subject = $func['substr']($form_subject, 0, 100);

   // At this point, we want to make sure the subject isn't too long.
   if ($func['strlen']($_POST['subject']) > 100)
      $_POST['subject'] = addslashes($func['substr'](stripslashes($_POST['subject']), 0, 100));

   // Maximum number of characters.
   if ($func['strlen']($_POST['subject']) > 100)
      $_POST['subject'] = addslashes($func['substr'](stripslashes($_POST['subject']), 0, 100));
ลองเปลี่ยนตัวเลขจาก 100 ให้เพิ่มขึ้นเป็นซัก 300 - 500 แทน


credit

http://www.thaiseoboard.com/index.php?topic=97735.0;prev_next=next
[direct=http://www.thaiseoboard.com].[/direct]

chanarit