- ชื่อ: Custom icon board
- ผู้เขียน: Crazy™
- นำเสนอโดย: DexMoreGroup
- ประเภท:Feature Enhancement
- รองรับ: SMF 1.1.xx, 2.0.xx
- ปรับปรุงล่าสุด: 17 มิถุนายน 2553
รายละเอียด กำหนด icon board ให้มีความแตกต่างกันออกไปในแต่ละบอร์ด เพื่อใช้ภาพ icon board สื่อความหมายของบอร์ดนั้นๆ
ตัวอย่าง
ภาพประกอบจาก zone-it.comแก้ไขไฟล์:file BoardIndex.template.php
ค้นหา -->>
// If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
แก้เป็น -->>
ขออภัย! ส่วนนี้สงวนไว้เฉพาะสมาชิกเท่านั้น กรุณา เข้าสู่ระบบ หรือ ลงทะเบียนfile MessageIndex.template.php
ค้นหา -->>
// If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
// No new posts at all! The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';
แก้เป็น -->>
ขออภัย! ส่วนนี้สงวนไว้เฉพาะสมาชิกเท่านั้น กรุณา เข้าสู่ระบบ หรือ ลงทะเบียนสร้างโฟลเดอร์ boardicon ใน Themes/.............../images
ตั้งชื่อไฟล์ตาม ID บอร์ดด้วยเลข 2 หลัก เช่น on_01.gif, off_01.gif, on2_01.gif
เก็บไว้ใน $board/Themes/.............../images/boardicon/on1_01.gif
ลิงค์หัวข้อ:
http://dexmore.com/topic/196