+ الرد على الموضوع
صفحة 1 من 2 1 2 الأخيرةالأخيرة
النتائج 1 إلى 5 من 6
  1. #1
    الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الصورة الرمزية الشـــلاحي
    تاريخ التسجيل
    07 / 12 / 2007
    الدولة
    k.s.a
    المشاركات
    178
    معدل تقييم المستوى
    400

    افتراضي لتركيب الصندوق الماسي الرابع مع خاصية الإبتسامات بجانب الصندوق

    السلام عليكم ورحمة الله وبركاته

    ربما هناك البعض يرغب بإضافة وتركيب هاك الصندوق الماسي الرابع وكذلك يرغب بوضع الإبتسامات بجانب الصندوق
    في موقعها الإفتراضي

    فاليكم طريقة التركيب

    أولا في قالب headinclude

    ضع هذا الكود في أعلى او أسفل القالب

    كود:
     
    <!-- /  www.bdr130.net الجقوق محفوظة ولااسمح بازالتها او التعديل على الملفات اخوكم الدربيل  - ابو عمر -->
    <script language="javascript" src="poem.js"></script>
    <script language="javascript" src="mycodes.js"></script>
    <script language="JavaScript">
    <!--
    function stopError() {
    return true;
    }
    window.onerror = stopError;
    // -->
    </script>
    <STYLE>
      .rainbow{ behavior:url(rainbow.htc) } 
    </STYLE>
    <script>
    nereidFadeObjects = new Object();
    nereidFadeTimers = new Object();
    function nereidFade(object, destOp, rate, delta){
    if (!document.all)
    return
    if (object != "[object]"){  
    setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
    return;
    }
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
        diff = destOp-object.filters.alpha.opacity;
        direction = 1;
        if (object.filters.alpha.opacity > destOp){
        direction = -1;
        }
        delta=Math.min(direction*diff,delta);
        object.filters.alpha.opacity+=direction*delta;
        if (object.filters.alpha.opacity != destOp){
            nereidFadeObjects[object.sourceIndex]=object;
            nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
        }
    }
    </script>
    <style>
    .shakeimage{
    position:relative
    }
    </style>
    <script language="JavaScript1.2">
    var rector=3
    var stopit=0 
    var a=1
    function init(which){
    stopit=0
    shake=which
    shake.style.left=0
    shake.style.top=0
    }
    function rattleimage(){
    if ((!document.all&&!document.getElementById)||stopit==1)
    return
    if (a==1){
    shake.style.top=parseInt(shake.style.top)+rector
    }
    else if (a==2){
    shake.style.left=parseInt(shake.style.left)+rector
    }
    else if (a==3){
    shake.style.top=parseInt(shake.style.top)-rector
    }
    else{
    shake.style.left=parseInt(shake.style.left)-rector
    }
    if (a<4)
    a++
    else
    a=1
    setTimeout("rattleimage()",50)
    }
    function stoprattle(which){
    stopit=1
    which.style.left=0
    which.style.top=0
    }
    </script>
    <script language="JavaScript1.2">
    function flashit(){
    if (!document.all)
    return
    if (myexample.style.borderColor=="blue")
    myexample.style.borderColor="red"
    else
    myexample.style.borderColor="blue"
    }
    setInterval("flashit()", 200)
    </script>
    <!-- /  www.bdr130.net الجقوق محفوظة ولااسمح بازالتها او التعديل على الملفات اخوكم الدربيل  - ابو عمر -->
    ومن ثم نقوم بالتعديل على قالب editor_smiliebox
    ونحذف كل مابداخله ونضع الكود التالي :

    كود:
     
    <if condition="$show['smiliebox']">
    <fieldset id="{$editorid}_smiliebox" title="$vbphrase[smilies]">
     <legend>$vbphrase[smilies]</legend>
     <table cellpadding="4" cellspacing="0" border="0" align="center">
     $smiliebits
     <if condition="$show['moresmilieslink']">
     <tr>
      <td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
     </tr>
     </if>
     </table>
    </fieldset>
    <else />
    <div id="smiliebox" style="display:none"></div>
    </if>
    ومن ثم نقوم بتحرير قالب editor_toolbar_on
    واستبداله بالملف المرفق

    واذا كنت ترغب بإضافة الصندوق الماسي بدون تغيير مكان الإبتسامات فقم بوضع هذا الكود في قالب editor_toolbar_on
    بدون التعديل على قالب editor_smiliebox

    كود:
     
    <!-- /  www.bdr130.net الجقوق محفوظة ولااسمح بازالتها او التعديل على الملفات اخوكم الدربيل  - ابو عمر -->
    <div id="$editorid" class="vBulletin_editor">
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td id="{$editorid}_controls" class="controlbar" colspan="2">
    <table dir="ltr" border="0" cellpadding="1" cellspacing="1" width="100%">
    <tr>
    <td align="center" oncontextmenu="return false" onselectstart="return false" onmousedown="Capture(1)" onmouseup="Capture(0)" onmousemove="Capture(0)">
    <script language="javascript">
    showButtons();
    showKeyboard();
    </script>
    </td>
    </tr>
    </table>
    <script language="javascript">
      var maxchars = $vboptions[postmaxchars];
      var minchars = $vboptions[postminchars];
    </script>
    <div class="controlbar" style="text-align:$stylevar[left]">
    </div>
    <!-- END NORMAL TEXT AREA -->
    <script language="Javascript" src="p5s.js"></script>
    <script language="Javascript">
    toolbox_backcolor = "#DADEDD";
    toolbox_background ="backgrounds/33.gif";
    btn_bordercolor = "black";
    btn_backcolor_over = "cornsilk";
    btn_backcolor_down = "white";
    statusColor = "black";
    tipColor = "maroon";
    </script>
    <STYLE TYPE="text/css">
    .cbtn{
      width:20px;
      height:18px;
      cursor:hand;
    }
    </STYLE>
    <table dir="ltr" border="0" cellpadding="1" cellspacing="1" width="100%">
    <tr><td align="center" oncontextmenu="return false" onselectstart="return false" 
    onmousedown="Capture(1)" onmouseup="Capture(0)" onmousemove="Capture(0)">
    <script language="javascript">
    showButtons();
    showKeyboard();
    </script>
    </td></tr></table>
    <script language="javascript">
      var maxchars = $vboptions[postmaxchars];
      var minchars = $vboptions[postminchars];
    </script>
    $vBeditTemplate[clientscript]
    <div class="controlbar" style="text-align:$stylevar[left]">
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td>&nbsp;</td>
    <!--
    <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>
    -->
    <if condition="is_browser('opera')">
    <else />
    </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>
    $vBeditTemplate[extrabuttons]
    </tr>
    </table>  
    </td>
    </tr>
    <tr valign="top">
     <td class="controlbar" width="100%"><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>
    </tr>
    <tr>
    <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>
    <!-- /  www.bdr130.net الجقوق محفوظة ولااسمح بازالتها او التعديل على الملفات اخوكم الدربيل  - ابو عمر -->
    ودمتم بخير
    الملفات المرفقة

     
  2. #2
    المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute الصورة الرمزية المودة
    تاريخ التسجيل
    17 / 08 / 2004
    العمر
    32
    المشاركات
    20,806
    معدل تقييم المستوى
    26158

    افتراضي رد: لتركيب الصندوق الماسي الرابع مع خاصية الإبتسامات بجانب الصندوق

    شـكــ وبارك الله فيك ـــرا لك ... لك مني أجمل تحية .

     
  3. #3
    الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الصورة الرمزية الشـــلاحي
    تاريخ التسجيل
    07 / 12 / 2007
    الدولة
    k.s.a
    المشاركات
    178
    معدل تقييم المستوى
    400

    افتراضي رد: لتركيب الصندوق الماسي الرابع مع خاصية الإبتسامات بجانب الصندوق

    ويبارك فيك اخوي أبو راشد
    ويسعدني اطلاعك

    تحياتي

     
  4. #4
    باقر محمد is on a distinguished road
    تاريخ التسجيل
    11 / 02 / 2008
    الدولة
    مجهولة
    العمر
    30
    المشاركات
    15
    معدل تقييم المستوى
    213

    افتراضي رد: لتركيب الصندوق الماسي الرابع مع خاصية الإبتسامات بجانب الصندوق

    السلام عليكم ورحمة الله وبركاته
    عزيزي بارك الله بك اخي انا كنت مركب الصندوق الرابع وعملت كل هل الخطوات اللي حظرتك شارحها
    بس ما صارن الابتسامات بجنب الصندوق وماتغير شي
    شنو السبب بارك الله بك
    سلامي

     
  5. #5
    الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الشـــلاحي is on a distinguished road الصورة الرمزية الشـــلاحي
    تاريخ التسجيل
    07 / 12 / 2007
    الدولة
    k.s.a
    المشاركات
    178
    معدل تقييم المستوى
    400

    افتراضي رد: لتركيب الصندوق الماسي الرابع مع خاصية الإبتسامات بجانب الصندوق

    اقتباس المشاركة الأصلية كتبت بواسطة باقر محمد مشاهدة المشاركة
    السلام عليكم ورحمة الله وبركاته
    عزيزي بارك الله بك اخي انا كنت مركب الصندوق الرابع وعملت كل هل الخطوات اللي حظرتك شارحها
    بس ما صارن الابتسامات بجنب الصندوق وماتغير شي
    شنو السبب بارك الله بك
    سلامي
    وعليكم السلام والرحمة

    ماهو نوع الصندوق اللي تستخدمه
    وتأكد انك عدلت على القالب editor_smiliebox

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

     

 
+ الرد على الموضوع
صفحة 1 من 2 1 2 الأخيرةالأخيرة

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

ضوابط المشاركة

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