تسجيل الدخول

مشاهدة النسخة كاملة : طريقة نسخ محتوى الموضوع كامل مع الصور من موقع إلى موقع


alfares
11-26-2018, 09:39 PM
طريقة نسخ محتوى الموضوع كامل مع الصور من موقع إلى موقع
لصق الصور ولصق المحتوى كما هو من منتدى الى منتدى اخر بالخطوط والالوان
علامة الزر http://eshraag.com/upload/viewimages/8280e96b13.png (http://eshraag.com/upload/download/8280e96b13.html)
الطريقة للجيل الرابع من منتديات vbulletin
ابحث عن قالب
editor_toolbar_on
وابحث بداخله عن
<vb:if condition="$show['wysiwyg_compatible']">
<div class="imagebutton" id="{vb:raw editorid}_cmd_switchmode"><img src="{vb:stylevar imgdir_editor}/switchmode.png" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div> </vb:if>

ضع اسفله

<td><div class="imagebutton" id="{vb:raw editorid}_cmd_switchmode">
<p style="margin-top: 0; margin-bottom: 0"><img src="{vb:stylevar imgdir_editor}/switchmode.png" width="21" height="20" alt="{vb:rawphrase switch_editor_mode}"/></div></td>



الطريقة للجيل الثالث

ابحث في القالب نفسه عن
<td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="images/toolbox/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
</if>

استبدلها او اضف بعدها
<td><div class="imagebutton" id="{$editorid}_cmd_switchmode">
<p style="margin-top: 0; margin-bottom: 0"><img src="$stylevar[imgdir_editor]//switchmode.png" width="21" height="20" alt="$vbphrase[switch_editor_mode]"/></div></td>