- ชื่อ: Link Tree
- ผู้เขียน: Cyclon Boy
- นำเสนอโดย: kenchilo
- ประเภท: Feature Enhancement
- รองรับ: SMF 1.1.xx
- ปรับปรุงล่าสุด: 28 สิงหาคม 2552
- ต้นฉบับ: Link Tree
ตัวอย่าง
แก้ไขไฟล์:file index.template.php
ค้นหา -->>
foreach ($context['linktree'] as $link_num => $tree)
{
// Show something before the link?
if (isset($tree['extra_before']))
echo $tree['extra_before'];
// Show the link, including a URL if it should have one.
echo '<b>', $settings['linktree_link'] && isset($tree['url']) ? '<a href="' . $tree['url'] . '" class="nav">' . $tree['name'] . '</a>' : $tree['name'], '</b>';
// Show something after the link...?
if (isset($tree['extra_after']))
echo $tree['extra_after'];
// Don't show a separator for the last one.
if ($link_num != count($context['linktree']) - 1)
echo ' > ';
}
แก้เป็น -->>
ขออภัย! ท่านไม่สามารถเข้าถึงข้อมูลส่วนนี้ได้ กรุณาอ่าน เงื่อนไขการใช้งาน DexMore.ComFile Operations
Move the included file "nav_inline_end.gif" to "./Themes/default/images".
Move the included file "nav_inline_start.gif" to "./Themes/default/images".
Move the included file "folder_open2.gif" to "./Themes/default/images/icons".
ลิงค์หัวข้อ:
http://dexmore.com/topic/148