بحث متقدم | التسجيل
الويب العربي
  تسجيل دخول
 
   
   

  ملاحظة
الموقع متاح للإطلاع والقراءة فقط، المشاركة والمواضيع الجديدة غير متاحة حالياً لحين تطوير الموقع.




الموقع متاح للإطلاع والقراءة فقط، المشاركة والمواضيع الجديدة غير متاحة حالياً لحين تطوير الموقع.

عـودة للخلف   الويب العربي المركز التعليمي المجاني قسم المنتديات

 
 
خيارات الموضوع طريقة العرض
  #1  
قديم 05-06-2007, 01:53 AM
الصورة الشخصية لـ bhshahad
bhshahad bhshahad غير متصل
عضو
 
تاريخ التسجيل: Mar 2007
مشاركة: 394
مستوى تقييم العضوية: 18
bhshahad is on a distinguished road
الافتراضي الصندوق الماسى الصغير بدون ثغرات +شرح التركيب

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

صورة من التحكم بالهاك من لوحة التحكم





ولمشاهده مركب والاطلاع على مميزاته اضغط هنا


نيجى الان لكيفية تركيبة
التركيب ينقسم الى جزئيتين الاولى هى تعديل التمبلات سهلة
الثانية رفع البرودكت والملفات بعد سهل
نيجى الان للتعديل على التملات تجد التمبلات بالمرفقات لاى ضرر بها
نفتح قالب showthread_quickreply
ونستبدل الى داخله كلة بــــ

كود:
<if condition="$show['editor_toolbar']">
<div id="{$editorid}_controls" class="controlbar">
 <table cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td>
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
 <if condition="$show['basic_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
 </if>
 <if condition="$show['color_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
   <table cellpadding="0" cellspacing="0" border="0">
   <tr>
    <td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
    <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" alt="" width="11" height="16" /></td>
   </tr>
   </table>
  </div></td>
 </if>
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
 <if condition="$show['url_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
 </if>
 <if condition="$show['img_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>
 </if>
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
        <!-- /second control row By 7beebi.com-->
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        <if condition="$vbulletin->options['allowedtexteffect1']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertglow"><img src="images/toolbox/glow.gif" width="21" height="20" alt="وضع إشعاعي" /></div>
        </td><td><div class="imagebutton" id="{$editorid}_cmd_insertblink"><img src="images/toolbox/blink.gif" width="21" height="20" alt="وميض" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertglint"><img src="images/toolbox/glint.gif" width="21" height="20" alt="بريق" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertgradient"><img src="images/toolbox/gradient.gif" width="21" height="20" alt="ألوان متدرجة" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedtexteffect2']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertframe"><img src="images/toolbox/frame.gif" width="21" height="20" alt="إنشاء إطار" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedhide']"> 
        <td><div class="imagebutton" id="{$editorid}_cmd_inserthide"><img src="images/toolbox/hide.gif" width="21" height="20" alt="إخفاء النص" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
       
     <if condition="$vbulletin->options['kaythings']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertkeys"><img src="images/toolbox/keyb.gif" width="21" height="20" alt=""/></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertara"><img src="images/toolbox/toar.gif" width="21" height="20" alt="تحويل الحروف الإنجليزية إلى عربية" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_plain"><img src="images/toolbox/plain.gif" width="21" height="20" alt="إزالة التنسيق" /></div></td>
     </if>
 
 <if condition="!is_browser('opera')">
  <td width="100%">&nbsp;</td>
 </if>
 <if condition="is_browser('ie')">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
 </if>
  <td>
   <div class="imagebutton" id="{$editorid}_cmd_resize_0_99"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
   <div class="imagebutton" id="{$editorid}_cmd_resize_1_99"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
  </td>
 <if condition="$show['wysiwyg_compatible']">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
 </if>
 </tr>
 </table>
</div>
</if>
<div class="controlbar">
 <if condition="$show['qr_require_click']">
 <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
 <else />
 <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
 </if>
</div>
<!-- /second control row By 7beebi.com-->
<script type="text/javascript" src="clientscript/beebi_textedit.js"></script>
<script type="text/javascript">showKeyboard();</script>  
<!-- /second control row By 7beebi.com-->
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
var QR_EditorID = '$editorid';
//-->
</script>

وايضا قالب editor_toolbar_on
نستبدل الى داخله كلة بــــ

كود:
$vBeditTemplate[clientscript]
 
<div id="$editorid" class="vBulletin_editor">
 
 <table cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td id="{$editorid}_controls" class="controlbar" colspan="2">
 
   <table cellpadding="0" cellspacing="0" border="0">
   <tr>
    <td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   <if condition="$show['font_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
     <table cellpadding="0" cellspacing="0" border="0">
     <tr>
      <td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
      <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
     </tr>
     </table>    
    </div></td>
   </if>
   <if condition="$show['size_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
     <table cellpadding="0" cellspacing="0" border="0">
     <tr>
      <td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
      <td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
     </tr>
     </table>
    </div></td>
   </if>
   <if condition="$show['color_bbcode']">
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    <td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
     <table cellpadding="0" cellspacing="0" border="0">
     <tr>
      <td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
      <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
     </tr>
     </table>
    </div></td>
   </if>
   <if condition="$show['wysiwygsmilies']">
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    <td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
     <table cellpadding="0" cellspacing="0" border="0">
     <tr>
      <td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td>
      <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
     </tr>
     </table>
    </div></td>
   </if>
   <if condition="$show['attach']">
    <td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
     <table cellpadding="0" cellspacing="0" border="0">
     <tr>
      <td><img src="$stylevar[imgdir_editor]/attach.gif" alt="" width="21" height="20" /></td>
      <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
     </tr>
     </table>
    </div></td>
   </if>
<!--    
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.gif" width="21" height="20" alt="$vbphrase[cut]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.gif" width="21" height="20" alt="$vbphrase[copy]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.gif" width="21" height="20" alt="$vbphrase[paste]" /></div></td>
-->    
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td>
   <if condition="is_browser('opera')">
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   <else />
    <td width="100%">&nbsp;</td>
   </if>
   <if condition="is_browser('ie') AND !is_browser('mac')">
    <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
   </if>
    <td>
     <div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
     <div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
    </td>
   <if condition="$show['wysiwyg_compatible']">
    <td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
   </if>
   </tr>
   </table>
   <table cellpadding="0" cellspacing="0" border="0">
   <tr>
   <if condition="$show['basic_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   </if>
   <if condition="$show['align_bbcode']">
    <if condition="$stylevar['textdirection'] == 'ltr'">
    <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
    <else />
    <td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
    </if>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   </if>
   <if condition="$show['list_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.gif" width="21" height="20" alt="$vbphrase[ordered_list]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.gif" width="21" height="20" alt="$vbphrase[unordered_list]" /></div></td>
   </if>
   <if condition="$show['align_bbcode'] OR $show['list_bbcode']">
    <if condition="$stylevar['textdirection'] == 'ltr'">
    <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
    <else />
    <td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
    </if>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   </if>
   <if condition="$show['url_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_unlink"><img src="$stylevar[imgdir_editor]/unlink.gif" width="21" height="20" alt="$vbphrase[remove_link]" /></div></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_email"><img src="$stylevar[imgdir_editor]/email.gif" width="21" height="20" alt="$vbphrase[insert_email_link]" /></div></td>
   </if>
   <if condition="$show['img_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>
   </if>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
    <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
   <if condition="$show['code_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.gif" width="21" height="20" alt="$vbphrase[wrap_code_tags]" /></div></td>
   </if>
   <if condition="$show['html_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.gif"  width="21" height="20" alt="$vbphrase[wrap_html_tags]" /></div></td>
   </if>
   <if condition="$show['php_bbcode']">
    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/bhb.gif" width="21" height="20" alt="$vbphrase[wrap_php_tags]" /></div></td>
   </if>
    $vBeditTemplate[extrabuttons]
   </tr>
   </table>  
<!-- third control row By 7beebi.com-->
<div id="$editorid">
 
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
        <if condition="$vbulletin->options['allowedtexteffect1']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertglow"><img src="images/toolbox/glow.gif" width="21" height="20" alt="وضع إشعاعي" /></div>
        </td><td><div class="imagebutton" id="{$editorid}_cmd_insertblink"><img src="images/toolbox/blink.gif" width="21" height="20" alt="وميض" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertglint"><img src="images/toolbox/glint.gif" width="21" height="20" alt="بريق" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertgradient"><img src="images/toolbox/gradient.gif" width="21" height="20" alt="ألوان متدرجة" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedmedia']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertrplayer"><img src="images/toolbox/rplayer.gif" width="21" height="20" alt="تشغيل ملف رييل بلاير (rm,ra,ram,...)" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmedia"><img src="images/toolbox/media.gif" width="21" height="20" alt="تشغيل ملفات الصوت والصورة (mp3,wav,au,wma,mpg,mpeg,wmv,avi,...)" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertflash"><img src="images/toolbox/flash.gif" width="21" height="20" alt="إدخال فلاش"></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertbimg"><img src="images/toolbox/bimg.gif" width="21" height="20" alt="وضع مصغر لصوره كبيره"></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedmove']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmleft"><img src="images/toolbox/mleft.gif" width="21" height="20" alt="تحريك إلى اليسار" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmright"><img src="images/toolbox/mright.gif" width="21" height="20" alt="تحريك إلى اليمين" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmup"><img src="images/toolbox/mup.gif" width="21" height="20" alt="تحريك إلى الأعلى" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmdown"><img src="images/toolbox/mdown.gif" width="21" height="20" alt="تحريك إلى الأسفل" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedpoem']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertpoem"><img src="images/toolbox/poem.gif" width="21" height="20" alt="تنسيق قصيدة شعرية" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedtexteffect2']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertframe"><img src="images/toolbox/frame.gif" width="21" height="20" alt="إنشاء إطار" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertmark"><img src="images/toolbox/mark.gif" width="21" height="20" alt="تظليل النص" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertcolor"><img src="images/toolbox/colorpicker.gif" width="21" height="20" alt="تلوين النص" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertline"><img src="images/toolbox/line.gif" width="21" height="20" alt="خط فاصل" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
        <if condition="$vbulletin->options['allowedhide']"> 
        <td><div class="imagebutton" id="{$editorid}_cmd_inserthide"><img src="images/toolbox/hide.gif" width="21" height="20" alt="إخفاء النص" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
 
        <if condition="$vbulletin->options['allowedupload']"> 
        <td><div class="imagebutton" id="{$editorid}_cmd_insertuploader"><img src="images/toolbox/upload.gif" width="21" height="20" alt="رفع الصور" /></div></td>
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20"/></td>
        </if>
        
 <if condition="$vbulletin->options['kaythings']">
        <td><div class="imagebutton" id="{$editorid}_cmd_insertkeys"><img src="images/toolbox/keyb.gif" width="21" height="20" alt=""/></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_insertara"><img src="images/toolbox/toar.gif" width="21" height="20" alt="تحويل الحروف الإنجليزية إلى عربية" /></div></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_plain"><img src="images/toolbox/plain.gif" width="21" height="20" alt="إزالة التنسيق" /></div></td>
 </if>
</tr>
</table>
</div>    
<script type="text/javascript" src="clientscript/beebi_textedit.js"></script> 
<script type="text/javascript">showKeyboard();</script>              
<!-- /third control row By 7beebi.com-->  
  </td>
 </tr>
 <tr valign="top">
  <td class="controlbar"><textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]">$newpost[message]</textarea></td>
  <if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
 </tr>
 </table>
 
</div>
 
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
 
<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
//-->
</script>

في آخر استايل الهيدر انكلود اضف

كود:
<script type="text/javascript" src="clientscript/beebi.js"></script>

هتلاقى بالمرفقات مجلد اسمة upload
حمله بتلاقى داخله فولدرات باسم
images>>>>>>>>>>>ارفع مابداخل imagesالى مجلد ايماجز بمنتداك
includes>>>>>>>>>>>ارفع مابداخل incldesالى مجلد انكلود بمنتداك
clientscript>>>>>>>>>ارفع مابداخل مجلد سيلنت سكربت الى مابداخل سيلنت سكربت بمنتداك
uploaded>>>>>>>>>>.ارفع كلة الى مجلد vb
product-extra_tools......................ارفعة من لوحة التحكم

تستطيع التحكم باالازرار التي تريده ان تظهر والتي تريد اخفائه
من لوحة التحكم بعد رفع البرودكت


اتمنى لكم التوفيق





 




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

كود vB متاح
كود [IMG] متاح
كود HTML مغلق
إنتقل إلى

مواضيع مشابهة
الموضوع الكاتب القسم مشاركة آخر مشاركة
الصندوق الماسي smd-sh.com قسم المنتديات 1 01-06-2007 08:18 AM
مطلوب هاك الصندوق السحري بدون ثغرات bhshahad قسم المنتديات 0 05-05-2007 07:56 PM
قنبله هاك الصندوق الماسي لل vb3.5.0 من تطوير شغال 100% سهل التركيب وبنظام Product منتديات المخترع تطويرالمواقع 6 24-09-2005 01:17 PM
طلب هاك الصندوق الماسي الصغير واهم شي ايقونة الابتسامات al-mobrmg تطويرالمواقع 6 15-08-2005 07:46 PM
مضمون : ركب هاك الصندوق الماسي + الصندوق الماسي في الرد السريع ( شغال 100% ) غريب ديار طلبات البرمجة والتصميم والتطوير 13 25-09-2004 03:10 AM


جميع الأوقات بتوقيت مكة المكرمة. الساعة الآن » 09:27 AM.

Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.


 
 »  خدمات البرمجة   »  رئيسية الدليل
  »  خدمات التصميم   »  الأمن والحماية
  »  الدعاية والتسويق
  »  الدعم والتطوير
  »  الشركات الرسمية
  »  حجز دومينات
  »  خدمات الإستضافة
 
 
  »  مكتبة الإستايلات   »  رئيسية المكتبة
  »  أكواد برمجية   »  أدوات الويب ماسترز
  »  مكتبة الهاكات   »  أدوات المصممين
  »  سكربتات متنوعة
  »  مجلات إلكترونية
  »  بلوكات متنوعة
  »  ثيمات مختلفة
 
 

صحيفة متخصصة في متابعة أخبار وجديد الإنترنت العربي
والحوارات الصحفية ومعلومات تقنية متنوعة .

   
 
 

للتواصل مع فريق عمل الويب العربي
يمكنك ذالك من خلال مركز الدعم والمساندة.

 الدعم الفني |  اعتماد العضويات |  قوانين الإنتساب |  إتفاقية الإستخدام |  أهداف الويب العربي |  دليل الشركات |  مكتبة الويب |  صحيفة الويب العربي |  الرئيسية