أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

المواضيع لا تظهر إلا لأصحابها ولم تظهر لمشرفي المنتدى ولا للمراقب


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif المواضيع لا تظهر إلا لأصحابها ولم تظهر لمشرفي المنتدى ولا للمراقب
  16-05-2011 02:23 مساءً  
Soliman
معلومات الكاتب
اقتبـاس ،، أريد أن لا يطلع عليه إلا صاحب الموضوع ومشرفي ذلك المنتدى وليس كل المشرفين
قم بعمل التعديلات البرمجية التالية لجعل مشرفي القسم يتمكنون من مشاهدة المواضيع في قسم مفعل به خاصية اخفاء المواضيع عن غير اصحابها

حرر ملف : forum.module.php

ابحث في السطر ( 691 ) :
CODE
	   if ($this->Section['hide_subject']
		  and !$PowerBB->_CONF['group_info']['admincp_allow'])
	   {

واستبدله بـ :


CODE
	   if ($this->Section['hide_subject']
		  and ! $PowerBB->functions->ModeratorCheck($this->Section['id']))
	   {


ابحث في السطر ( 925 ) :
CODE
	   if ($this->Section['hide_subject']
		  and !$PowerBB->_CONF['group_info']['admincp_allow'])
	   {

واستبدله بـ :


CODE
	   if ($this->Section['hide_subject']
		  and ! $PowerBB->functions->ModeratorCheck($this->Section['id']))
	   {



ابحث في السطر ( 1139 ) :
CODE
	   if ($this->Section['hide_subject']
		  and !$PowerBB->_CONF['group_info']['admincp_allow'])
	   {

واستبدله بـ :


CODE
	   if ($this->Section['hide_subject']
		  and ! $PowerBB->functions->ModeratorCheck($this->Section['id']))
	   {



ابحث في السطر ( 1232 ) :
CODE
	   if ($this->Section['hide_subject']
		  and !$PowerBB->_CONF['group_info']['admincp_allow'])
	   {

واستبدله بـ :


CODE
	   if ($this->Section['hide_subject']
		  and ! $PowerBB->functions->ModeratorCheck($this->Section['id']))
	   {



ابحث في السطر ( 1290 ) :
CODE
	   if ($this->Section['hide_subject']
		  and !$PowerBB->_CONF['group_info']['admincp_allow'])
	   {

واستبدله بـ :


CODE
	   if ($this->Section['hide_subject']
		  and ! $PowerBB->functions->ModeratorCheck($this->Section['id']))
	   {


_________________________________

حرر ملف : topic.module.php


ابحث في السطر ( 144 ) :
CODE
if ($this->SectionInfo['hide_subject']
and !$PowerBB->_CONF['group_info']['admincp_allow'])
{

واستبدله بـ :

CODE
   if ($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[&#39;hide_subject&#39;]
		  and ! $PowerBB->functions->ModeratorCheck($forum[&#39;id&#39;]))
	   {
							  ?>




___________________________________
احذف القوالب المؤقتة للأستايل

أنتهى


تم تحرير المشاركة بواسطة :Soliman بتاريخ:25-07-2012 10:48 مساءً



الساعة الآن 05:42 AM