+ الرد على الموضوع
صفحة 2 من 5 الأولىالأولى 1 2 3 4 5 الأخيرةالأخيرة
النتائج 6 إلى 10 من 25
  1. #6
    شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold الصورة الرمزية شجن الزمان
    تاريخ التسجيل
    14 / 06 / 2008
    الدولة
    كوكب الأرض
    العمر
    45
    المشاركات
    206
    معدل تقييم المستوى
    491

    افتراضي رد: مشكله بعد تركيب الستايل .. ( صور توضيحيه )

    إليك الحل اخي

    يجب و ضع هذا الكود في نهاية footer و مسحه من الفوتر إذا كان موجوداً في مكان ما في الأعلى :

    كود PHP:
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script> 
    ضع الكود في نهاية footer تماماً

    انتظر النتيجة

     
  2. #7
    راس عيطا is on a distinguished road
    تاريخ التسجيل
    28 / 10 / 2007
    الدولة
    مجهولة
    العمر
    44
    المشاركات
    94
    معدل تقييم المستوى
    297

    افتراضي رد: مشكله بعد تركيب الستايل .. ( صور توضيحيه )

    اشكرك ولكن للأسف لم يتغير شيء

     
  3. #8
    شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold الصورة الرمزية شجن الزمان
    تاريخ التسجيل
    14 / 06 / 2008
    الدولة
    كوكب الأرض
    العمر
    45
    المشاركات
    206
    معدل تقييم المستوى
    491

    افتراضي رد: مشكله بعد تركيب الستايل .. ( صور توضيحيه )

    تأكد اخي من حذف هذا الكود من footer

    كود PHP:
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script> 


    وبعد التأكد من حذفه أضفه في نهاية قالب footer

    وإذا لم يفلح ذلك .. الرجاء أرفق هنا محتوى قالب footer

    وسأقوم أنا بالتعديل عليه

     
  4. #9
    راس عيطا is on a distinguished road
    تاريخ التسجيل
    28 / 10 / 2007
    الدولة
    مجهولة
    العمر
    44
    المشاركات
    94
    معدل تقييم المستوى
    297

    افتراضي رد: مشكله بعد تركيب الستايل .. ( صور توضيحيه )

    بيض الله وجهك ..

    لم يفلح الامر ..

    وهذا محتوى القالب

    كود PHP:
     <? ob_start("ob_gzhandler"); ?>
    $ad_location[ad_footer_start]
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    $spacer_close
    <!-- /content area table -->
    <form action="$vboptions[forumhome].php" method="get" style="clear:$stylevar[left]">
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
    <tr>
     <if condition="$show['quickchooser']">
      <td class="tfoot">
       <select name="styleid" onchange="switch_id(this, 'style')">
        <optgroup label="$vbphrase[quick_style_chooser]">
         $quickchooserbits
        </optgroup>
       </select>
      </td>
     </if>
     <if condition="$show['languagechooser']">
      <td class="tfoot">
       <select name="langid" onchange="switch_id(this, 'lang')">
        <optgroup label="$vbphrase[quick_language_chooser]">
         $languagechooserbits
        </optgroup>
       </select>
      </td>
     </if>
     <td class="tfoot" align="$stylevar[right]" width="100%">
      <div class="smallfont">
       <strong>
        <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
        <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
        <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
        <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
        <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
        $template_hook[footer_links]
        <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
        <if condition="$vboptions[tosurl]"><a href="$vboptions[tosurl]">$vbphrase[terms_of_service]</a> -</if>
        <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
       </strong>
      </div>
     </td>
    </tr>
    </table>
    <br />
    <div align="center">
     <div class="smallfont" align="center">
     <!-- Do not remove this copyright notice -->
     $vbphrase[powered_by_vbulletin]
     <!-- Do not remove this copyright notice -->
     </div>
     <div class="smallfont" align="center">
     <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
     $cronimage
     <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
     $vboptions[copyrighttext]
     </div>
    </div>
    </form>
    $ad_location[ad_footer_end]
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
     <input type="hidden" name="s" value="$session[sessionhash]" />
     <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
     <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
     var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
     var utcOffset = new Date().getTimezoneOffset() / 60;
     if (Math.abs(tzOffset + utcOffset) == 1)
     { // Dst offset is 1 so its changed
      document.forms.dstform.submit();
     }
    //-->
    </script>
    <!-- / auto DST correction code -->
    </if>
    </td>
     </tr>
     <tr>
      <td>
      <table border="0" width="100%" cellspacing="0" cellpadding="0" background="sef/images/sef-byAMROALIRAQI_07.gif">
       <tr>
        <td width="159">
       <div align="right"> <img border="0" src="sef/images/sef-byAMROALIRAQI_09.gif" width="159" height="142"></div></td>
        <td>
       <div align="center"> <img border="0" src="sef/images/sef-byAMROALIRAQI_08.gif" width="444" height="142"></div></td>
        <td width="150">
       <div align="left"> <a href="mailto:[COLOR=red] ( تم حذف البريد لأن عرضه مخالف لشروط المنتدى ) [/COLOR]"> <img border="0" src="sef/images/sef-byAMROALIRAQI_06.gif" width="150" height="142"></a></div></td>
       </tr>
      </table>
      </td>
     </tr>
    </table>
     
     <script type="text/javascript"><!--// Main vBulletin Javascript InitializationvBulletin_init();//--></script>

     
  5. #10
    شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold شجن الزمان is a splendid one to behold الصورة الرمزية شجن الزمان
    تاريخ التسجيل
    14 / 06 / 2008
    الدولة
    كوكب الأرض
    العمر
    45
    المشاركات
    206
    معدل تقييم المستوى
    491

    افتراضي رد: مشكله بعد تركيب الستايل .. ( صور توضيحيه )

    جرب الآن بعد التعديل على القالب

    في المرفقات

    أنتظر النتيجة
    الملفات المرفقة
    • نوع الملف: txt footer.txt (3.9 كيلوبايت, 29 مشاهدات)

     

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

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

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

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

     

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

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

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

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