اقتباس:
المشاركة الأصلية كتبت بواسطة ساري ليل
|
مرحبا اخوي / ساري
التعديل أفتح قالب postbit و postbit_legacy :
ابحث عن :
كود PHP:
<em>
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</em> <if condition="$post[edit_reason]">
<input type="text" name="edit_reason" size="80%" dir="rtl" value="سبب التعديل : $post[edit_reason]" class="alt1" style="border-style:solid; border-width:1px; font-family:MS Sans Serif; font-size:10px; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; color:#FF0000"></if></div>
<!-- / edit note -->
استبدله بـ :
كود PHP:
<!-- edit note -->
<div class="smallfont" style="color:red; margin-top:5px; font-weight:normal">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
</div>
<!-- / edit note -->
موفق