تغير الازرار فى صندوق اضافة المواضيع الى صور [كامل]

الدعم الفني الخاص بمنتديات phpBB للمساعده في مشاكل تثبيت وتشغيل phpBB3 وكل مشاكل النسخة الأصلية

المشرفون: alhitary،طاقم الدعم

قوانين المنتدى
فضلاً قبل طرح أي مشكلة أو موضوع تأكد من استخدامك للبحث فقد يكون ما تسأل عنه قد تكرر مراراً وهذا يوفر عليك الوقت.

عند طرح أي موضوع اتبع التالي:
• قم بوضع عنوان بارز و معبر ولا تستخدم العبارات ( مشكلة كبيرة ، ورطة ، ساعدوني ) وإلا سيتعرض موضوعك للتجاهل والإغلاق.
• قم بتعبئة استمارة الدعم الفني.
• تأكد من وجود رابط منتداك في الموضوع.
• تأكد من شرحك للمشكلة بدقة.

في حالة تم حل مشكلتك رجاء قم بإضافة [ مجابة ] في بداية العنوان وذلك لمساعدة الآخرين أيضاً.
صورة العضو الرمزية
EgyptGhost
عضو جديد
عضو جديد
مشاركات: 54
اشترك في: الثلاثاء يوليو 08, 2008 10:05 am

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة EgyptGhost » الخميس ديسمبر 31, 2009 6:49 pm

صورة
???? ??????? ?? ????? ????? ???????? ??? ???
????
صورة

????? ?? ?????? ????? editor.zip ??? ???? ????? ?????? ??? images ????? ????? images/editor

editor.zip
???????? ??????? ??? subsilver2

???? styles/subsilver2/template/posting_buttons.html
???? ??

كود: تحديد الكل

        <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
        <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
        <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
        <!-- IF S_BBCODE_QUOTE -->
            <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
        <!-- ENDIF -->
        <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
        <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
        <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
        <input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />                
        <!-- IF S_BBCODE_IMG -->
            <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
        <!-- ENDIF -->
        <!-- IF S_LINKS_ALLOWED -->
            <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
        <!-- ENDIF -->
        <!-- IF S_BBCODE_FLASH -->
            <input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
        <!-- ENDIF -->  
??????? ??

كود: تحديد الكل

    <input type="button" class="buttonz" style="background: url('./images/editor/text_bold.png');" accesskey="b" name="addbbcode0" value="=" style="font-weight:bold; width: 40px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" /> 
          <input type="button" class="buttonz" style="background: url('./images/editor/text_italic.png');" accesskey="i" name="addbbcode2" value="=" style="font-style:italic; width: 40px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" /> 
          <input type="button" class="buttonz" style="background: url('./images/editor/text_underline.png');" accesskey="u" name="addbbcode4" value="=" style="text-decoration: underline; width: 40px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" /> 
          <!-- IF S_BBCODE_QUOTE -->
             <input type="button" class="buttonz" style="background: url('./images/editor/text_comment.png');" accesskey="q" name="addbbcode6" value="=" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" /> 
          <!-- ENDIF -->
          <input type="button" class="buttonz" style="background: url('./images/editor/page_white_code.png');" accesskey="c" name="addbbcode8" value="=" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" /> 
          <input type="button" class="buttonz" style="background: url('./images/editor/text_list_bullets.png');" accesskey="l" name="addbbcode10" value="=" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />  
          <input type="button" style="background: url('./images/editor/text_list_numbers.png');" class="buttonz" accesskey="o" name="addbbcode12" value="=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" /> 
          <input type="button" class="buttonz" style="background: url('./images/editor/bullet_black.png');" accesskey="t" name="addlitsitem" value="=" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" /> 
          <!-- IF S_BBCODE_IMG -->
             <input type="button" class="buttonz" style="background: url('./images/editor/image.png');" accesskey="p" name="addbbcode14" value="=" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />  
          <!-- ENDIF -->
          <!-- IF S_LINKS_ALLOWED -->
             <input type="button" class="buttonz" style="background: url('./images/editor/world_link.png');" accesskey="w" name="addbbcode16" value="=" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" /> 
          <!-- ENDIF -->
          <!-- IF S_BBCODE_FLASH -->
             <input type="button" class="buttonz" style="background: url('./images/editor/page_white_flash.png');" accesskey="d" name="addbbcode18" value="=" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />  
             <!-- ENDIF -->  
???? ??

كود: تحديد الكل

    <!-- BEGIN custom_tags -->
          <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
       <!-- END custom_tags -->  
??????? ??

كود: تحديد الكل

    <!-- BEGIN custom_tags -->
          <input type="button" class="buttonz" name="addbbcode{custom_tags.BBCODE_ID}" value="=" style="background: url('./images/editor/{custom_tags.BBCODE_TAG}.png');" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
       <!-- END custom_tags -->  
???? styles/subsilver2/theme/stylesheet.css
?? ??? ????? ????

كود: تحديد الكل

    .buttonz {
        width: 22px !important;
        height: 22px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 6px 0px !important;
        border: 1px solid #979797 !important;
        }
        .buttonz:hover {
        background-color: #ffffdf !important;
        border: 1px solid #BC2A4D !important;
        }  

???????? ??????? ??? prosilver

???? styles/prosilver/template/posting_buttons.html
???? ???

كود: تحديد الكل

    if (e.style.display == 'block')
          {
             document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}';
          }
          else
          {
             document.getElementById('bbpalette').value = '{LA_FONT_COLOR}';
          }  
??????? ??

كود: تحديد الكل

    if (e.style.display == 'block')
                {
                   document.getElementById('bbpalette').value = '';
                }
                else
                {
                   document.getElementById('bbpalette').value = '';
                }  
???? ???

كود: تحديد الكل

    <input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
       <input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
       <input type="button" class="button2" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />
       <!-- IF S_BBCODE_QUOTE -->
          <input type="button" class="button2" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />
       <!-- ENDIF -->
       <input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />
       <input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />
       <input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" />
       <input type="button" class="button2" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" />
       <!-- IF S_BBCODE_IMG -->
          <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" />
       <!-- ENDIF -->
       <!-- IF S_LINKS_ALLOWED -->
          <input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" />
       <!-- ENDIF -->
       <!-- IF S_BBCODE_FLASH -->
          <input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" />
       <!-- ENDIF -->
       <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
          <option value="50">{L_FONT_TINY}</option>
          <option value="85">{L_FONT_SMALL}</option>
          <option value="100" selected="selected">{L_FONT_NORMAL}</option>
          <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
             <option value="150">{L_FONT_LARGE}</option>
             <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
                <option value="200">{L_FONT_HUGE}</option>
             <!-- ENDIF -->
          <!-- ENDIF -->
       </select>
       <input type="button" class="button2" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />  
??????? ??

كود: تحديد الكل

    <input type="button" class="buttonz" accesskey="b" name="addbbcode0" value="=" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" style="background: url('./images/editor/text_bold.png');" />   
       <input type="button" class="buttonz" accesskey="i" name="addbbcode2" value="=" style="background: url('./images/editor/text_italic.png');" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />  
       <input type="button" class="buttonz" accesskey="u" name="addbbcode4" value="=" style="background: url('./images/editor/text_underline.png');" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />  
       <!-- IF S_BBCODE_QUOTE -->
          <input type="button" class="buttonz" accesskey="q" name="addbbcode6" value="=" style="background: url('./images/editor/text_comment.png');" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />   
       <!-- ENDIF -->
       <input type="button" class="buttonz" accesskey="c" name="addbbcode8" value="=" style="background: url('./images/editor/page_white_code.png');" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />    
       <input type="button" class="buttonz" accesskey="l" name="addbbcode10" value="=" style="background: url('./images/editor/text_list_bullets.png');" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />   
       <input type="button" class="buttonz" accesskey="o" name="addbbcode12" value="=" style="background: url('./images/editor/text_list_numbers.png');" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" />  
       <input type="button" class="buttonz" accesskey="t" name="addlitsitem" value="=" style="background: url('./images/editor/bullet_black.png');" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" />    

       <!-- IF S_BBCODE_IMG -->
          <input type="button" class="buttonz" accesskey="p" name="addbbcode14" value="=" style="background: url('./images/editor/image.png');" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" />  
       <!-- ENDIF -->
       <!-- IF S_LINKS_ALLOWED -->
          <input type="button" class="buttonz" accesskey="w" name="addbbcode16" value="=" style="background: url('./images/editor/world_link.png');" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" />   
       <!-- ENDIF -->
       <!-- IF S_BBCODE_FLASH -->
          <input type="button" class="buttonz" accesskey="d" name="addbbcode18" value="=" style="background: url('./images/editor/page_white_flash.png');" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" />   
       <!-- ENDIF -->
       <input type="button" class="buttonz" name="bbpalette" id="bbpalette" value="=" style="background: url('./images/editor/color_wheel.png');" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />   

       <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
          <option value="50">{L_FONT_TINY}</option>
          <option value="85">{L_FONT_SMALL}</option>
          <option value="100" selected="selected">{L_FONT_NORMAL}</option>
          <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
             <option value="150">{L_FONT_LARGE}</option>
             <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
                <option value="200">{L_FONT_HUGE}</option>
             <!-- ENDIF -->
          <!-- ENDIF -->
       </select>  
???? ??

كود: تحديد الكل

    <!-- BEGIN custom_tags -->
          <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
       <!-- END custom_tags -->   
??????? ??

كود: تحديد الكل

    <!-- BEGIN custom_tags -->
          <input type="button" class="buttonz" name="addbbcode{custom_tags.BBCODE_ID}" value="=" style="background: url('./images/editor/{custom_tags.BBCODE_TAG}.png');" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
       <!-- END custom_tags -->   
???? styles/prosilver/theme/buttons.css
?? ??? ????? ????

كود: تحديد الكل

    .buttonz {
        width: 22px !important;
        height: 22px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 6px 0px !important;
        border: 1px solid #979797 !important;
        }
        .buttonz:hover {
        background-color: #ffffdf !important;
        border: 1px solid #BC2A4D !important;
        }  
[hr][/hr]
???? ???? ???? ??? ????? ??????? ??????? ??????? ??? ????? ??? ?? ?? ?? ???? ??? ?????? ??? ????? ???? ??? ????? ???????? png ???? ??? ?????? ???? center ??? ?????? ????? ???? center ???? ??? ?????? center.png
?????? ???? ????? ???? ????
??? ????? ??? ??????
صورة
??? ???? ?????
صورة


??? ??? ????? ????? ?? ??????? ??? ????
قُلْ يَا عِبَادِيَ الَّذِينَ أَسْرَفُوا عَلَى أَنفُسِهِمْ لَا تَقْنَطُوا مِن رَّحْمَةِ اللَّهِ إِنَّ اللَّهَ يَغْفِرُ الذُّنُوبَ جَمِيعًا إِنَّهُ هُوَ الْغَفُورُ الرَّحِيمُ ))




صورة العضو الرمزية
im2soft
عضو فعال
عضو فعال
مشاركات: 736
اشترك في: الجمعة إبريل 03, 2009 4:58 pm
اتصال:

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة im2soft » الجمعة يناير 01, 2010 2:28 pm

????? ???? ?????? ????? ??? ????? ????? ???????

??? ??? ?? ??? ??? ??????? ?? ?????? ???? ?? ??? ???? ?? ???? ??? ???? ????? ???? ????? ?????? ???? ??? ???? ?? ?????
http://www.im2soft.com لحجز النطاقات والاستضافات وشراء المنتجات بدون اى مصاريف اضافيه
للتفاهم 002/0101332336


مشروع المنتدى العربى الشامل بدأ فى العمل
بيانات ومعلومات وشروط الانضمام الى المشروع

انطلاق المنتدى العربى الشامل
http://www.dd4pp.com


الاستضافات سؤال وجواب وكل ما يتعلق بها واي الشركات افضل


صورة

صورة العضو الرمزية
EgyptGhost
عضو جديد
عضو جديد
مشاركات: 54
اشترك في: الثلاثاء يوليو 08, 2008 10:05 am

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة EgyptGhost » الجمعة يناير 01, 2010 4:20 pm

im2soft كتب:????? ???? ?????? ????? ??? ????? ????? ???????

??? ??? ?? ??? ??? ??????? ?? ?????? ???? ?? ??? ???? ?? ???? ??? ???? ????? ???? ????? ?????? ???? ??? ???? ?? ?????
??? ????? ??? ???? ??? ??? ?????? ??? ??? ???????? ???? ?????? ?? ????? ???
قُلْ يَا عِبَادِيَ الَّذِينَ أَسْرَفُوا عَلَى أَنفُسِهِمْ لَا تَقْنَطُوا مِن رَّحْمَةِ اللَّهِ إِنَّ اللَّهَ يَغْفِرُ الذُّنُوبَ جَمِيعًا إِنَّهُ هُوَ الْغَفُورُ الرَّحِيمُ ))

صورة العضو الرمزية
im2soft
عضو فعال
عضو فعال
مشاركات: 736
اشترك في: الجمعة إبريل 03, 2009 4:58 pm
اتصال:

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة im2soft » الجمعة يناير 01, 2010 5:36 pm

????? ?? ???? ???? ???? ???
http://www.im2soft.com لحجز النطاقات والاستضافات وشراء المنتجات بدون اى مصاريف اضافيه
للتفاهم 002/0101332336


مشروع المنتدى العربى الشامل بدأ فى العمل
بيانات ومعلومات وشروط الانضمام الى المشروع

انطلاق المنتدى العربى الشامل
http://www.dd4pp.com


الاستضافات سؤال وجواب وكل ما يتعلق بها واي الشركات افضل


صورة

صورة العضو الرمزية
sedrata
عضو جديد
عضو جديد
مشاركات: 9
اشترك في: الأربعاء سبتمبر 02, 2009 12:59 pm
اتصال:

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة sedrata » السبت يناير 02, 2010 2:04 pm

????? ?? ???? ??????? ??? ???? ??? ???? ??????? ???

صورة العضو الرمزية
im2soft
عضو فعال
عضو فعال
مشاركات: 736
اشترك في: الجمعة إبريل 03, 2009 4:58 pm
اتصال:

???? ??????? ?? ????? ????? ???????? ??? ??? [????]

مشاركةبواسطة im2soft » الأربعاء يناير 06, 2010 3:18 am

sedrata كتب:????? ?? ???? ??????? ??? ???? ??? ???? ??????? ???
???? ??? ?????
http://www.mediafire.com/?jdmcggw2ngh
????? ?? ????? ?????????
المرفقات
editor.zip
(13.6 KiB) حُمِّل 274 مرةً
http://www.im2soft.com لحجز النطاقات والاستضافات وشراء المنتجات بدون اى مصاريف اضافيه
للتفاهم 002/0101332336


مشروع المنتدى العربى الشامل بدأ فى العمل
بيانات ومعلومات وشروط الانضمام الى المشروع

انطلاق المنتدى العربى الشامل
http://www.dd4pp.com


الاستضافات سؤال وجواب وكل ما يتعلق بها واي الشركات افضل


صورة


العودة إلى ”الدعم الفني [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: Amazon [Bot] و 35 زائرًا