ابحث عن
CODE
// Form
أضف فوقه
CODE
$section = 20;
$Adress=$PowerBB->functions->GetForumAdress();
if ($PowerBB->_POST['reply_id'])
{
$reply_count = '&count='.$PowerBB->_POST['count'].'#'.$PowerBB->_POST['reply_id'].'';
}
$url = $Adress.'index.php?page=topic&show=1&id='.$PowerBB->_POST['id'].$reply_count;
$comment_text=$PowerBB->_POST['text'];
$comment_text = $PowerBB->functions->CleanVariable($comment_text,'trim');
$comment_text = $PowerBB->functions->CleanVariable($comment_text,'sql');
$comment_text = $PowerBB->functions->CleanVariable($comment_text,'html');
$Report_title = $PowerBB->_POST['title'] . ' من العضو '.$PowerBB->_CONF['member_row']['username'];
$comment_text ='\n'.$PowerBB->_CONF['template']['lang']['Topic_'].'\n\r'. $url . '\n\r\n\r' . $PowerBB->_CONF['template']['lang']['message'] . ':\n\r [quote='.$PowerBB->_CONF['member_row']['username'].']'.$comment_text.'[/quote]';
$SubjectArr = array();
$SubjectArr['field'] = array();
$SubjectArr['field']['title'] = $Report_title;
$SubjectArr['field']['text'] = $comment_text;
$SubjectArr['field']['writer'] = $PowerBB->_CONF['member_row']['username'];
$SubjectArr['field']['write_time'] = $PowerBB->_CONF['now'];
$SubjectArr['field']['native_write_time'] = $PowerBB->_CONF['now'];
$SubjectArr['field']['icon'] = 'look/images/icons/winner_first_h4h.gif';
$SubjectArr['field']['section'] = $section;
$Insert = $PowerBB->subject->InsertSubject($SubjectArr);
$PowerBB->functions->msg('تم إضافة الموضوع بنجاح');
احفظه وارفعه لمكانه وجربه. باقي للكود اضافة تحديث آخر مشاركة في الرئيسية وزيادة مشاركات العضو. هل هي مهمه لك؟ تحتاج بحث اكثر في برنامج المنتدى لكيفية عملها.