- ชื่อ: New Topic Button
- ผู้เขียน: Lean
- นำเสนอโดย: DexMoreGroup
- ประเภท: Posting
- รองรับ: SMF 2.0
- ปรับปรุงล่าสุด: 29 มิถุนายน 2554
- ต้นฉบับ: New Topic Button
รายละเอียด เพิ่มปุ่มเริ่มหัวข้อใหม่ไว้ในแต่ละบอร์ดในหน้าหลักของฟอรั่ม ก็สะดวกดีครับลัดขั้นตอนลงไปอีกหนึ่ง คือเมื่อเราจะเริ่มหัวข้อใหม่ก็ไม่ต้องเข้าไปในหน้าดัชนีข้อความเริ่มหัวข้อใหม่จากหน้าหลักได้เลย
ตัวอย่าง
แก้ไขไฟล์:file $themedir/BoardIndex.template.php
ค้นหา -->>
', $board['name'], '</a>
แก้เป็น -->>
', $board['name'], '</a><a href="' . $scripturl . '?action=post;board=' . $board['id'] . '"><img src="' . $settings['images_url'] . '/newtopic.png" align="right" alt="', $txt['new_topic'] ,'" /></a>
file $themedir/MessageIndex.template.php
ค้นหา -->>
', $board['name'], '</a>
แก้เป็น -->>
', $board['name'], '</a><a href="' . $scripturl . '?action=post;board=' . $board['id'] . '"><img src="' . $settings['images_url'] . '/newtopic.png" align="right" alt="', $txt['new_topic'] ,'" /></a>
file newtopic.png -->> $imagesdir
ลิงค์หัวข้อ:
http://dexmore.com/topic/7463