- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
المواضيع لا تظهر إلا لأصحابها ولم تظهر لمشرفي المنتدى ولا للمراقب
-
-
المواضيع لا تظهر إلا لأصحابها ولم تظهر لمشرفي المنتدى ولا للمراقب16-05-2011 02:23 مساءً
-
Solimanمعلومات الكاتبPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
اقتبـاس ،، أريد أن لا يطلع عليه إلا صاحب الموضوع ومشرفي ذلك المنتدى وليس كل المشرفين
قم بعمل التعديلات البرمجية التالية لجعل مشرفي القسم يتمكنون من مشاهدة المواضيع في قسم مفعل به خاصية اخفاء المواضيع عن غير اصحابها
حرر ملف : forum.module.php
ابحث في السطر ( 691 ) :
CODEif ($this->Section['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->Section['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($this->Section['id'])) {
ابحث في السطر ( 925 ) :
CODEif ($this->Section['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->Section['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($this->Section['id'])) {
ابحث في السطر ( 1139 ) :
CODEif ($this->Section['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->Section['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($this->Section['id'])) {
ابحث في السطر ( 1232 ) :
CODEif ($this->Section['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->Section['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($this->Section['id'])) {
ابحث في السطر ( 1290 ) :
CODEif ($this->Section['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->Section['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($this->Section['id'])) {
_________________________________
حرر ملف : topic.module.php
ابحث في السطر ( 144 ) :
CODEif ($this->SectionInfo['hide_subject'] and !$PowerBB->_CONF['group_info']['admincp_allow']) {
واستبدله بـ :
CODEif ($this->SectionInfo['hide_subject'] and !$PowerBB->functions->ModeratorCheck($PowerBB->_CONF['template']['SubjectInfo']['section'])) {
_______________________________
حرر قالب : sections_list.tpl
ابحث في السطر ( 133 ) :
واستبدله بـ :CODE{if {$forum['hide_subject']} AND !{$_CONF['rows']['group_info']['admincp_allow']}}
CODE<?php if ($forum['hide_subject'] and ! $PowerBB->functions->ModeratorCheck($forum['id'])) { ?>
___________________________________
احذف القوالب المؤقتة للأستايل
أنتهى
تم تحرير المشاركة بواسطة :Soliman بتاريخ:25-07-2012 10:48 مساءً
الساعة الآن 05:42 AM