سوي هذا التعديل على بلوك اخبار المنتدى
افتح ملف vb_board_functions.php الموجود على هذا المسار /mkportal/include/vb/
وابحث عن
كود PHP:
FROM " . TABLE_PREFIX . "post AS post, " . TABLE_PREFIX . "thread AS thread
واستبدلها بـ
كود PHP:
FROM (" . TABLE_PREFIX . "post AS post, " . TABLE_PREFIX . "thread AS thread)