ตามลิงค์เลยครับ
http://www.cordontree.com/forum/index.php/topic,2691.0/%E0%B8%84%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%94%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%87-%E0%B8%95%E0%B8%AD%E0%B8%9A%E0%B8%A2%E0%B8%B1%E0%B8%87%E0%B9%84%E0%B8%87---%E0%B8%9B%E0%B9%8A%E0%B8%AD%E0%B8%9A-%E0%B8%9B%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%B9%E0%B8%A5-%E0%B9%80%E0%B8%99%E0%B8%B7%E0%B9%89%E0%B8%AD%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%87.html
ขึ้นอย่างที่เห็นครับ บรรทัดที่ 194 สีแดงที่ทำไว้เลยครับ ช่วยดูให้หน่อยครับว่าผิดตรงไหน
พอดีผมลง mod นี้ครับ
http://custom.simplemachines.org/mods/index.php?action=parse
//Tagging System
$dbresult= $smcFunc['db_query']('', "
SELECT
t.tag,l.ID,t.ID_TAG
FROM {db_prefix}tags_log as l, {db_prefix}tags as t
WHERE t.ID_TAG = l.ID_TAG && l.ID_TOPIC = $topic"); $context['topic_tags'] = array();
while($row = $smcFunc['db_fetch_assoc']($dbresult))
{
$context['topic_tags'][] = array(
'ID' => $row['ID'],
'ID_TAG' => $row['ID_TAG'],
'tag' => $row['tag'],
);
}
$smcFunc['db_free_result']($dbresult);
//End Tagging System
อันนี้โค้ดของไฟล์ Display.php