เมื่อกดปุ่ม PDF ถ้าใช้ IE7 จะไม่สามารถแสดงผลได้ สามารถแก้ไขได้โดย
แก้แฟ้ม?components/com_content/helpers/icon.php ในฟังก์ชั่น pdf()
หาข้อความ?
$attribs['onclick'] = "window.open(this.href,'win2','".$status."'); return false;";
แก้เป็น?
?//$attribs['onclick'] = "window.open(this.href,'win2','".$status."'); return false;";
$attribs['target'] = "_blank";
ปัญหานี้พบใน Joomla 1.5.2 แต่จากการแก้ไขก็พบว่า IE6 ยังทำงานเพี้ยนๆอยู่ - -'
ที่มา : http://forum.joomla.org/viewtopic.php?f=199&t=266829#p1278608

บทความ 

