$forum['last_date_ago'] = $PowerBB->sys_functions->date($forum_last_time1);
$forum['last_post_date'] = $forum['last_time'];
$forum['last_post_date'] = $PowerBB->sys_functions->_date($forum['last_time']);
$forum['last_post_date']
{$forum['last_post_date']}
المشاركة الأصلية كتبت بواسطة: Soliman بتاريخ: 20-10-2023 06:43 مساءًإذا كنت تستخدم الإصدار 3.0.3 فتغير السطر CODE$forum['last_post_date'] = $forum['last_time']; الى CODE $forum['last_post_date'] = $PowerBB->sys_functions->_date($forum['last_time']); وكذلك ابحث عن كل سطر يبدأ بـ CODE$forum['last_post_date'] وغيره بنفس الطريقة التي استخدمتها يمكنك اقتباس نفس المتغيرات من نفس ملف : includes/functions.class.php الموجود في النسخة 3.0.4 وفي قالب : sections_list تأكد ان المتغير الذي يظهر التاريخ هو CODE{$forum['last_post_date']}
المشاركة الأصلية كتبت بواسطة: Soliman بتاريخ: 20-10-2023 11:39 مساءًللاصدار 3.0.3 امسح الاندر سكور _ من sys_functions->_date لتصبح sys_functions->date