วิธีการแก้โค้ด SMF แสดงรูปภาพหน้าหมวดหมู่แบบเด็ดๆๆ 18 อิอิ
ก่อนอื่นดูตััวอย่าง :
www.tonoclub.com
เปิดไฟล์ BoardIndex.template.php
ดูโค้ด :
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], ''" />'';
echo ''</a>
</td>
แก้เป็น :
if ($board[''new''])
echo ''<img src="'', $settings[''images_url''], ''/on_'', $board[''id''], ''.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''], ''/on_'', $board[''id''], ''.gif" alt="'', $txt[333], ''" title="'', $txt[333], ''" />'';
// No new posts at all! The agony!!
else
echo ''<img src="'', $settings[''images_url''], ''/off_'', $board[''id''], ''.gif" alt="'', $txt[334], ''" title="'', $txt[334], ''" />'';
echo ''</a>
</td>
จบข่าว อิอิ
เข้าชม : 2524
| คะแนน vote :
6 |
ชอบใจอย่าลืม |
|
|