إضافة رد 
 
  • 0 اصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
منتديات MyBB
روابط دعائية
البحث فى المنتدى


اشهار المواقع و المنتديات
روابط دعائية

التجارة الإلكترونية
مشكلة عند تثبيت اي مشاركة في المنتدى
مشكلة عند تثبيت اي مشاركة في المنتدى

بسم الله الرحمن الرحيم

السلام عليكم
مشكلة تظهر عن تثبيت اي مشاركة انظروا

كود:
adsselected); } $custommod->execute(intval($mybb->input['action']), $tids); $lang->custom_tool = sprintf($lang->custom_tool, $tool['name']); log_moderator_action($modlogdata, $lang->custom_tool); clearinline($fid, "forum"); $lang->redirect_customtool_forum = sprintf($lang->redirect_customtool_forum, $tool['name']); redirect("forumdisplay.php?fid=$fid", $lang->redirect_customtool_forum); break; } elseif($tool['type'] == 't' && $mybb->input['modtype'] == 'thread') { $ret = $custommod->execute(intval($mybb->input['action']), $tid); $lang->custom_tool = sprintf($lang->custom_tool, $tool['name']); log_moderator_action($modlogdata, $lang->custom_tool); if($ret == 'forum') { $lang->redirect_customtool_forum = sprintf($lang->redirect_customtool_forum, $tool['name']); redirect("forumdisplay.php?fid=$fid", $lang->redirect_customtool_forum); } else { $lang->redirect_customtool_thread = sprintf($lang->redirect_customtool_thread, $tool['name']); redirect("showthread.php?tid=$tid", $lang->redirect_customtool_thread); } break; } elseif($tool['type'] == 'p' && $mybb->input['modtype'] == 'inlinepost') { $pids = getids($tid, "thread"); if(count($pids) < 1) { error($lang->error_inline_nopostsselected); } $ret = $custommod->execute(intval($mybb->input['action']), $tid, $pids); $lang->custom_tool = sprintf($lang->custom_tool, $tool['name']); log_moderator_action($modlogdata, $lang->custom_tool); clearinline($tid, "thread"); if($ret == 'forum') { $lang->redirect_customtool_forum = sprintf($lang->redirect_customtool_forum, $tool['name']); redirect("forumdisplay.php?fid=$fid", $lang->redirect_customtool_forum); } else { $lang->redirect_customtool_thread = sprintf($lang->redirect_customtool_thread, $tool['name']); redirect("showthread.php?tid=$tid", $lang->redirect_customtool_thread); } break; } } error_no_permission(); break; } // Some little handy functions for our inline moderation function getids($id, $type) { global $_COOKIE; $cookie = "inlinemod_".$type.$id; $ids = explode("|", $_COOKIE[$cookie]); foreach($ids as $id) { if($id != '') { $newids[] = intval($id); } } return $newids; } function clearinline($id, $type) { my_unsetcookie("inlinemod_".$type.$id); } function extendinline($id, $type) { global $_COOKIE; setcookie("inlinemod_$type$id", '', time()+3600); } ?>


ما الحل
علما ان منتداي
http:/ibn-alrafdein.ch/vb
مع التحية قناص راوة
غير مسموح بعرض الروابط الا بعد التسجيل و تفعيل العضوية
2008-03-23, 03:33 PM
مشاركات: #1
زيارة موقع العضو عرض جميع مشاركات هذا العضو
اقتباس هذه الرسالة فى الرد
Re: مشكلة عند تثبيت اي مشاركة في المنتدى

بسم الله الرحمن الرحيم

اعد رفع ملف moderation.php
وملف inc/class_moderation.php
مع التحية Pepo
المنتدى: غير مسموح بعرض الروابط الا بعد التسجيل و تفعيل العضوية
الإصدار: MyBB 1.4.1
برجاء من الجميع الإنتباه لتطبيق غير مسموح بعرض الروابط الا بعد التسجيل و تفعيل العضوية
2008-03-24, 12:04 AM
مشاركات: #2
زيارة موقع العضو عرض جميع مشاركات هذا العضو
اقتباس هذه الرسالة فى الرد
Re: مشكلة عند تثبيت اي مشاركة في المنتدى

بسم الله الرحمن الرحيم

تم يا حبيبي شكرا لم

2008-03-24, 02:37 AM
مشاركات: #3
زيارة موقع العضو عرض جميع مشاركات هذا العضو
اقتباس هذه الرسالة فى الرد
إضافة رد 


المواضيع المحتمل ان تكون متشابهة.
الموضوع: الكاتب الردود: المشاهدات: اخر رد
  مشكلتي انه الي كم مشاركة لا يرد عليها ويكتب لي راجع قوانين المنتدى alaqsa-a 1 23 أمس 11:14 AM
اخر رد: Pepo
  مشكلة في معالج تثبيت المنتدى alaqsa-a 5 53 2008-08-26 11:24 AM
اخر رد: Pepo
  مشكلة تواجهني في تحميل الستايل للمنتدى alaqsa-a 1 25 2008-08-26 01:53 AM
اخر رد: Pepo
  شرح مفصل جدا لتركيب منتدى MyBB على أستضافة مجانية....بالصور murtadha_al 32 1,197 2008-08-25 11:36 PM
اخر رد: murtadha_al
  إضافة وسام لعضو barca4ever 16 124 2008-08-25 12:26 AM
اخر رد: Pepo
  شرح التحويل من منتدى vb الى منتدى myBB بالصور liro 53 2,433 2008-08-22 08:50 PM
اخر رد: alxlans
Icon1 حل مشكلة 403 Forbidden تطوير منتديات MyBB Pepo 5 3,345 2008-08-14 12:13 PM
اخر رد: spot_valantino
  ارجو المساعدة مشكلة فى تسطيب النسخة باحا 26 240 2008-08-12 05:29 PM
اخر رد: Pepo
  تجربة mybb 1.4 معربة بالكامل Pepo 19 1,066 2008-08-12 03:05 PM
اخر رد: Pepo
Icon14 هل ممكن التعريب ؟ ana makram 6 103 2008-08-12 09:23 AM
اخر رد: ana makram

التنقل السريع: