ดาวน์โหลด SMF 2.0.13 แบบติดตั้งใหม่และอัพเกรดพร้อมไฟล์ภาษาไทย
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
'time' => timeformat($row['firstPosterTime']), 'timestamp' => forum_time(true, $row['firstPosterTime']), 'subject' => $row['firstSubject'], 'preview' => $row['firstBody'], 'icon' => $row['firstIcon'], 'icon_url' => $settings[$context['icon_sources'][$row['firstIcon']]] . '/post/' . $row['firstIcon'] . '.gif', 'href' => $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0', 'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0">' . $row['firstSubject'] . '</a>'
'time' => timeformat($row['firstPosterTime']), 'timestamp' => forum_time(true, $row['firstPosterTime']), 'subject' => $row['firstSubject'], 'preview' => $row['firstBody'], 'icon' => $row['firstIcon'], 'icon_url' => $settings[$context['icon_sources'][$row['firstIcon']]] . '/post/' . $row['firstIcon'] . '.gif', 'href' => $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0', 'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0" target="_blank">' . $row['firstSubject'] . '</a>'
ไว้ค่อยหัดเขียน Mod
เห็นว่ามาถามกันบ่อย เลยตั้งกระทู้ไว้เลยคงจะดีกว่าค่ะแก้ไขที่ไฟล์ Sources/MessageIndex.php ค่ะหาโค้ดส่วนนี้ออกมาค่ะโค้ด: [เลือก] 'time' => timeformat($row['firstPosterTime']), 'timestamp' => forum_time(true, $row['firstPosterTime']), 'subject' => $row['firstSubject'], 'preview' => $row['firstBody'], 'icon' => $row['firstIcon'], 'icon_url' => $settings[$context['icon_sources'][$row['firstIcon']]] . '/post/' . $row['firstIcon'] . '.gif', 'href' => $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0', 'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0">' . $row['firstSubject'] . '</a>'แทรกคำสั่ง target="_blank" ไว้ในส่วนของ <a href="...">จะได้แบบนี้ค่ะโค้ด: [เลือก] 'time' => timeformat($row['firstPosterTime']), 'timestamp' => forum_time(true, $row['firstPosterTime']), 'subject' => $row['firstSubject'], 'preview' => $row['firstBody'], 'icon' => $row['firstIcon'], 'icon_url' => $settings[$context['icon_sources'][$row['firstIcon']]] . '/post/' . $row['firstIcon'] . '.gif', 'href' => $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0', 'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0" target="_blank">' . $row['firstSubject'] . '</a>'Save ไฟล์ แล้ว Refresh หน้าเว็บลองคลิกที่กระทู้ จะเปิดหน้าใหม่ให้เองเลยค่ะ
ก็ในแต่ล่ะบรรทัดของหัวข้อคำถาม ข้างท้ายคำถามจะมี เลขหน้า เช่น <<1 2 3 >> เวลา คลิกที่เลขหน้าแล้ว ก็จะไม่ได้เป็น blank หน้าใหม่ เหมือนกับที่แก้ไปแล้วคับ