صفحة 1 من 1
(??????)???? ????? "??? ????? ??????..."
مرسل: الخميس سبتمبر 09, 2010 3:59 pm
بواسطة MathsMak
?????? ????? ????? ????
?????? ???? ?? ????? ??? ?? ???? ?????? ??? ??????? ?? ???? ?? ???? ???????
"??? ????? ??????..."
?? ?? ?? ????
??? ? ??? ????? ??? ??? ?????? ????
???? ????? "??? ????? ??????..."
مرسل: الخميس سبتمبر 09, 2010 4:09 pm
بواسطة محمود الديب
??? ??? ??????
?? ????? ???? ?????? ??? ??? ????? ??????? ???????? ???? ???? ???? ????
(??? ??????? ??? ??? ?????:
???? ??? ???? ??? " ??? ?????? ?? ???" ?? ???? ???????? ) ????? ??? ?? ???? ????? ??? ??? ???? ?????
??? ??? ???? ????
???? ????? "??? ????? ??????..."
مرسل: الخميس سبتمبر 09, 2010 4:13 pm
بواسطة MathsMak
???? ???? ??? ??? ????????
??? ??????? ????? ?? ???? ???? ?????? ??? ?????

???? ????? "??? ????? ??????..."
مرسل: الخميس سبتمبر 09, 2010 11:29 pm
بواسطة JAWAD94
????? ??? ..
??? ??? ?????? ??????? ????? ??? prosilver ???? ??? :
root/styles/prosilver/template/viewtopic_body.html
???? ??:
كود: تحديد الكل
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
<div class="notice">{postrow.EDITED_MESSAGE}
<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->
??? ???????? ?? ?????? ..
????? ?? ???? ????? ??????? ??? ?????????? ?????????
???? ????? "??? ????? ??????..."
مرسل: الجمعة سبتمبر 10, 2010 3:10 am
بواسطة mohamed89
?? ???? JAWAD94
?? ?? ???? ?? ??????
?? ???? ???????
???? ?? ???? ????? ??????? ?? ???? ?????? ?? ????? ???????
???? ????? "??? ????? ??????..."
مرسل: الجمعة سبتمبر 10, 2010 4:14 am
بواسطة JAWAD94

???? ????? ???????? ...
??? ??? ???? ?? ????? ???? ????? ?? ?????? ...
?? ?? ???? ..
???? ?? :
كود: تحديد الكل
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
???? ???? ??? ?????
???? ????? "??? ????? ??????..."
مرسل: الأحد سبتمبر 12, 2010 1:03 am
بواسطة MathsMak
?????? ?????
???? ???? ???? ??? ??????
??? ???? ????? ?????
كود: تحديد الكل
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="mini-rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
<div class="notice">{postrow.EDITED_MESSAGE}
<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->
???? ?? ??????? ???? ????? ????? ??? ??? ??????? ???
functions_posting.php Find (~ Line 1621):
كود: تحديد الكل
case 'edit_topic':
// If edit reason is given always display edit info
// If editing last post then display no edit info
// If m_edit permission then display no edit info
// If normal edit display edit info
// Display edit info if edit reason given or user is editing his post, which is not the last within the topic.
if ($data['post_edit_reason'] || (!$auth->acl_get('m_edit', $data['forum_id']) && ($post_mode == 'edit' || $post_mode == 'edit_first_post')))
{
$sql_data[POSTS_TABLE]['sql'] = array(
'post_edit_time' => $current_time,
'post_edit_reason' => $data['post_edit_reason'],
'post_edit_user' => (int) $data['post_edit_user'],
);
$sql_data[POSTS_TABLE]['stat'][] = 'post_edit_count = post_edit_count + 1';
}
else if (!$data['post_edit_reason'] && $mode == 'edit' && $auth->acl_get('m_edit', $data['forum_id']))
{
$sql_data[POSTS_TABLE]['sql'] = array(
'post_edit_reason' => '',
);
}
// If the person editing this post is different to the one having posted then we will add a log entry stating the edit
// Could be simplified by only adding to the log if the edit is not tracked - but this may confuse admins/mods
if ($user->data['user_id'] != $poster_id)
{
$log_subject = ($subject) ? $subject : $data['topic_title'];
add_log('mod', $data['forum_id'], $data['topic_id'], 'LOG_POST_EDITED', $log_subject, (!empty($username)) ? $username : $user->lang['GUEST']);
}
if (!isset($sql_data[POSTS_TABLE]['sql']))
??????? ?
كود: تحديد الكل
case 'edit_topic':
// If edit reason is given always display edit info
// If editing last post then display no edit info
// If m_edit permission then display no edit info
// If normal edit display edit info
// Display edit info if edit reason given or user is editing his post, which is not the last within the topic.
$sql_data[POSTS_TABLE]['sql'] = array(
'post_edit_time' => $current_time,
'post_edit_reason' => $data['post_edit_reason'],
'post_edit_user' => (int) $data['post_edit_user'],
);
$sql_data[POSTS_TABLE]['stat'][] = 'post_edit_count = post_edit_count + 1';
// If the person editing this post is different to the one having posted then we will add a log entry stating the edit
// Could be simplified by only adding to the log if the edit is not tracked - but this may confuse admins/mods
$log_subject = ($subject) ? $subject : $data['topic_title'];
add_log('mod', $data['forum_id'], $data['topic_id'], 'LOG_POST_EDITED', $log_subject, (!empty($username)) ? $username : $user->lang['GUEST']);
if (!isset($sql_data[POSTS_TABLE]['sql']))
???????
????? ????? ??? ??? ????? ????