أعضاء وزوار معهد زين العربية، نود أن نعلمكم أن المعهد سيشهد في الفترة القادمة الكثير من التغيرات سواءا على المستوى الاداري او مستوى الاقسام، لذا نرجو منكم التعاون، وأي ملاحظات او استفسارات يرجى التواصل معنا عبر قسم الشكاوي و الإقتراحات و الطلبات ونشكركم على حسن تفهمكم وتعاونكم ،مع خالص الشكر والتقدير والاحترام من إدارة زين العربية.
في هذه الحالة يجب استخدام إضافة خاصة أو يجب عليك التعديل بشكل يدوي على ملف SessionActivity.php الموجود على المسار التالي src/XF/Repository/SessionActivity.php
ملاجظة : في حالة كانت هناك أي تحديثات جديدة على الملف SessionActivity.php ستظطر إلى إعادة التعديل من جديد
Hi guys, first post so go gentle, I've ported over from VB and am just having a little trouble increasing this option above the limited 60 minutes. I found online how you do it on older version but not on ZF2? Any help appreciated. Matt
في هذه الحالة يجب استخدام إضافة خاصة أو يجب عليك التعديل بشكل يدوي على ملف SessionActivity.php الموجود على المسار التالي src/XF/Repository/SessionActivity.php
ملاجظة : في حالة كانت هناك أي تحديثات جديدة على الملف SessionActivity.php ستظطر إلى إعادة التعديل من جديد
Hi guys, first post so go gentle, I've ported over from VB and am just having a little trouble increasing this option above the limited 60 minutes. I found online how you do it on older version but not on ZF2? Any help appreciated. Matt
return $this->db()->fetchRow("
SELECT
SUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,
SUM(IF(user_id > 0, 1, 0)) AS members,
SUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS members (this is "AS guests" by default, so up to you if you want to fudge those numbers. I don't have guests, so....)
FROM xf_session_activity
WHERE view_date >= ?
", $onlineCutOff);
}
Premium upgrade: This XF2 add-on along with the entire collection can be purchased for $50.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the...