+ الرد على الموضوع
صفحة 2 من 3 الأولىالأولى 1 2 3 الأخيرةالأخيرة
النتائج 6 إلى 10 من 11
  1. #6
    ضامي الود 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 الصورة الرمزية ضامي الود
    تاريخ التسجيل
    19 / 08 / 2007
    الدولة
    بلاد الحرمين - الاحساء
    العمر
    39
    المشاركات
    3,906
    معدل تقييم المستوى
    5093

    افتراضي رد: شريط اخر المواضيع المطور(المدمج مع ادوات المودة للاداره)

    شوف الصورة بنفسك

    http://img146.imageshack.us/img146/8859/432oy4.jpg

    ----------------------------------------------

    لكن في ملاحظة بسيطة في نفس القالب احذف كود الشريط المتحرك فقط ضع كود الهاك وهو متحرك من نفسة من دون اي شريط متحرك آخر

     
  2. #7
    ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future الصورة الرمزية ابو سياف
    تاريخ التسجيل
    12 / 07 / 2008
    الدولة
    مجهولة
    العمر
    44
    المشاركات
    257
    معدل تقييم المستوى
    653

    افتراضي رد: شريط اخر المواضيع المطور(المدمج مع ادوات المودة للاداره)

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

     
  3. #8
    ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future الصورة الرمزية ابو سياف
    تاريخ التسجيل
    12 / 07 / 2008
    الدولة
    مجهولة
    العمر
    44
    المشاركات
    257
    معدل تقييم المستوى
    653

    افتراضي رد: شريط اخر المواضيع المطور(المدمج مع ادوات المودة للاداره)

    اقتباس المشاركة الأصلية كتبت بواسطة ضامي الود مشاهدة المشاركة
    شوف الصورة بنفسك



    ----------------------------------------------



    لكن في ملاحظة بسيطة في نفس القالب احذف كود الشريط المتحرك فقط ضع كود الهاك وهو متحرك من نفسة من دون اي شريط متحرك آخر



    حاولت اخي الكريم ضامي الود ان اجد الكود المطلوب حذف ولم اجده


    مرفق قالب الهيدر اذا ماعليك امر تساعدني بالبحث عنه (الكود المطلوب حذفه) .


    كود:
    <a name="top"></a>
    <style>  
    body  
    {  
    CURSOR: url("http://www.*********.com/vb/images/611.ani");  
    }  
    
    </style>
    <META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
    <META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
     <if condition="$show[guest]">
    <!-- Improve registration Rates -->
    <style type="text/css">
    #topbar{
    position:absolute;
    border: 1px solid black;
    padding: 4px;
    background-color: white;
    width: 380px;
    visibility: hidden;
    z-index: 0;
    }
    </style>
    <script type="text/javascript">
    var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 30 //set x offset of bar in pixels
    var startY = 4 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }
    function get_****ie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.****ie.length > 0) {
    offset = document.****ie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.****ie.indexOf(";", offset);
    if (end == -1) end = document.****ie.length;
    returnvalue=unescape(document.****ie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    function closebar(){
    if (persistclose)
    document.****ie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }
    function staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
    var el=d.getElementById(id);
    if (!persistclose || persistclose && get_****ie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return el;
    }
    window.stayTopLeft=function(){
    if (verticalpos=="fromtop"){
    var pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }
    if (window.addEventListener)
    window.addEventListener("load", staticbar, false)
    else if (window.attachEvent)
    window.attachEvent("onload", staticbar)
    else if (document.getElementById)
    window.onload=staticbar
    </script>
     
    <div id="topbar">
    <a href="" onClick="closebar(); return false"><img src="close.gif" border="0" /></a>
    <span lang="ar-sa">أنت غير مسجل في منتديات ***** الاسلامية </span>. للتسجيل الرجاء اضغط <a href="register.php"><font color="#FF0000">هنـا</font></a> 
    </div></if>
    <!-- بداية هاك صفحة مطوية -->
    <script type="text/javascript" src="clientscript/nice.js"></script>
    <!-- نهاية هاك صفحة مطوية -->
    <!-- logo -->
    <!-- هاك الترحيب أسفل الأكسبلورر -->
    <if condition="$bbuserinfo[userid] != 0">
    <SCRIPT>
      <!-- Hide from old browsers
      message     = " مرحبا بك يا $bbuserinfo[username] في $vboptions[bbtitle] ^" +
                    " آخر زيارة لك كانت في $pmbox[lastvisitdate] $pmbox[lastvisittime]^" +
                    " بريدك المسجل لدينا هو $bbuserinfo[email]^" +
                    " عدد مشاركاتك  $bbuserinfo[posts]^" +
                    " أنت الآن في رتبة $bbuserinfo[usertitle]^" +  
    <if condition="$bbuserinfo['options'] & $_USEROPTIONS['receivepm']">
                    " يوجد لديك $bbuserinfo[pmunread] رسالة خاصة غير مقروءة^" +
                    " مجموع الرسائل الخاصة هو $bbuserinfo[pmtotal]^" +
                    
    </if>
                     "^"
      scrollSpeed = 50
      lineDelay   = 1800
      // Do not change the text below //
      txt         = ""
      function scrollText(pos) {
        if (message.charAt(pos) != '^') {
          txt    = txt + message.charAt(pos)
          status = txt
          pauze  = scrollSpeed
        }
        else {
          pauze = lineDelay
          txt   = ""
          if (pos == message.length-1) pos = -1
        }
        pos++
        setTimeout("scrollText('"+pos+"')",pauze)
      }
      // Unhide -->
    scrollText(0)
      </SCRIPT>
    <else />
    <SCRIPT>
      <!-- Hide from old browsers
      message     = " مرحبا بك عزيزي الضيف في $vboptions[bbtitle] ^" +
                    " أنت غير مسجل لدينا^" +
                    "  يمكنك التسجيل في المنتدى والمشاركة مع اخوانك في $vboptions[bbtitle]^" +
                    " أو يمكنك تسجيل الدخول إذا كنت قد سجلت مسبقا^" +
                     "^"
      scrollSpeed = 50
      lineDelay   = 1800
      // Do not change the text below //
      txt         = ""
      function scrollText(pos) {
        if (message.charAt(pos) != '^') {
          txt    = txt + message.charAt(pos)
          status = txt
          pauze  = scrollSpeed
        }
        else {
          pauze = lineDelay
          txt   = ""
          if (pos == message.length-1) pos = -1
        }
        pos++
        setTimeout("scrollText('"+pos+"')",pauze)
      }
      // Unhide -->
    scrollText(0)
      </SCRIPT>
    </if>
    <!-- هاك الترحيب أسفل الأكسبلورر --> 
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr>
      <td width="88%" 
    background="fh.com.sa/eid/images/eid_02.jpg">
       <a href="index.php">
       <IMG SRC="fh.com.sa/eid/images/eid_03.jpg" WIDTH=647 HEIGHT=214 ALT="" border="0"></a></td>
      <td width="12%">
       <p align="right">
       <img border="0" src="fh.com.sa/eid/images/eid_01.jpg" width="120" height="214"><IMG SRC="fh.com.sa/eid/images/eid_02.jpg" WIDTH=3 HEIGHT=214 ALT=""></td>
     </tr>
    </table>
    <p>&nbsp;</p>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr>
      <td width="1%">
       <IMG SRC="fh.com.sa/eid/images/eid_08.jpg" WIDTH=88 HEIGHT=35 ALT=""></td>
    
      <td width="98%" background="fh.com.sa/eid/images/eid_07.jpg">
    <marquee dir="rtl" direction="right" scrolldelay="140" height="20" scrollAmount="5" onmouseover="this.stop()" onmouseout="this.start()" style="padding-top: 5px; padding-bottom: 2px" width="100%">
    $lxt
    <span class="smallfont"> 
    $latest_threads</span></marquee></td>
      <td width="1%">
       <IMG SRC="fh.com.sa/eid/images/eid_05.jpg" WIDTH=64 HEIGHT=35 ALT=""></td>
     </tr>
    </table>
    <!-- /logo -->
    
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-4756822-3";
    urchinTracker();
    </script>
    <!-- content table -->
    
    $spacer_open
    $_phpinclude_output
    $ad_location[ad_header_end]

     
  4. #9
    ضامي الود 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 الصورة الرمزية ضامي الود
    تاريخ التسجيل
    19 / 08 / 2007
    الدولة
    بلاد الحرمين - الاحساء
    العمر
    39
    المشاركات
    3,906
    معدل تقييم المستوى
    5093

    افتراضي رد: شريط اخر المواضيع المطور(المدمج مع ادوات المودة للاداره)

    كود:
    <a name="top"></a>
    <style>  
    body  
    {  
    CURSOR: url("http://www.*********.com/vb/images/611.ani");  
    }  
    </style>
    <META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
    <META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
     <if condition="$show[guest]">
    <!-- Improve registration Rates -->
    <style type="text/css">
    #topbar{
    position:absolute;
    border: 1px solid black;
    padding: 4px;
    background-color: white;
    width: 380px;
    visibility: hidden;
    z-index: 0;
    }
    </style>
    <script type="text/javascript">
    var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 30 //set x offset of bar in pixels
    var startY = 4 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }
    function get_****ie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.****ie.length > 0) {
    offset = document.****ie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.****ie.indexOf(";", offset);
    if (end == -1) end = document.****ie.length;
    returnvalue=unescape(document.****ie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    function closebar(){
    if (persistclose)
    document.****ie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }
    function staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
    var el=d.getElementById(id);
    if (!persistclose || persistclose && get_****ie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return el;
    }
    window.stayTopLeft=function(){
    if (verticalpos=="fromtop"){
    var pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }
    if (window.addEventListener)
    window.addEventListener("load", staticbar, false)
    else if (window.attachEvent)
    window.attachEvent("onload", staticbar)
    else if (document.getElementById)
    window.onload=staticbar
    </script>
     
    <div id="topbar">
    <a href="" onClick="closebar(); return false"><img src="close.gif" border="0" /></a>
    <span lang="ar-sa">أنت غير مسجل في منتديات ***** الاسلامية </span>. للتسجيل الرجاء اضغط <a href="register.php"><font color="#FF0000">هنـا</font></a> 
    </div></if>
    <!-- بداية هاك صفحة مطوية -->
    <script type="text/javascript" src="clientscript/nice.js"></script>
    <!-- نهاية هاك صفحة مطوية -->
    <!-- logo -->
    <!-- هاك الترحيب أسفل الأكسبلورر -->
    <if condition="$bbuserinfo[userid] != 0">
    <SCRIPT>
      <!-- Hide from old browsers
      message     = " مرحبا بك يا $bbuserinfo[username] في $vboptions[bbtitle] ^" +
                    " آخر زيارة لك كانت في $pmbox[lastvisitdate] $pmbox[lastvisittime]^" +
                    " بريدك المسجل لدينا هو $bbuserinfo[email]^" +
                    " عدد مشاركاتك  $bbuserinfo[posts]^" +
                    " أنت الآن في رتبة $bbuserinfo[usertitle]^" +  
    <if condition="$bbuserinfo['options'] & $_USEROPTIONS['receivepm']">
                    " يوجد لديك $bbuserinfo[pmunread] رسالة خاصة غير مقروءة^" +
                    " مجموع الرسائل الخاصة هو $bbuserinfo[pmtotal]^" +
     
    </if>
                     "^"
      scrollSpeed = 50
      lineDelay   = 1800
      // Do not change the text below //
      txt         = ""
      function scrollText(pos) {
        if (message.charAt(pos) != '^') {
          txt    = txt + message.charAt(pos)
          status = txt
          pauze  = scrollSpeed
        }
        else {
          pauze = lineDelay
          txt   = ""
          if (pos == message.length-1) pos = -1
        }
        pos++
        setTimeout("scrollText('"+pos+"')",pauze)
      }
      // Unhide -->
    scrollText(0)
      </SCRIPT>
    <else />
    <SCRIPT>
      <!-- Hide from old browsers
      message     = " مرحبا بك عزيزي الضيف في $vboptions[bbtitle] ^" +
                    " أنت غير مسجل لدينا^" +
                    "  يمكنك التسجيل في المنتدى والمشاركة مع اخوانك في $vboptions[bbtitle]^" +
                    " أو يمكنك تسجيل الدخول إذا كنت قد سجلت مسبقا^" +
                     "^"
      scrollSpeed = 50
      lineDelay   = 1800
      // Do not change the text below //
      txt         = ""
      function scrollText(pos) {
        if (message.charAt(pos) != '^') {
          txt    = txt + message.charAt(pos)
          status = txt
          pauze  = scrollSpeed
        }
        else {
          pauze = lineDelay
          txt   = ""
          if (pos == message.length-1) pos = -1
        }
        pos++
        setTimeout("scrollText('"+pos+"')",pauze)
      }
      // Unhide -->
    scrollText(0)
      </SCRIPT>
    </if>
    <!-- هاك الترحيب أسفل الأكسبلورر --> 
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr>
      <td width="88%" 
    background="fh.com.sa/eid/images/eid_02.jpg">
       <a href="index.php">
       <IMG SRC="fh.com.sa/eid/images/eid_03.jpg" WIDTH=647 HEIGHT=214 ALT="" border="0"></a></td>
      <td width="12%">
       <p align="right">
       <img border="0" src="fh.com.sa/eid/images/eid_01.jpg" width="120" height="214"><IMG SRC="fh.com.sa/eid/images/eid_02.jpg" WIDTH=3 HEIGHT=214 ALT=""></td>
     </tr>
    </table>
    <p>&nbsp;</p>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr>
      <td width="1%">
       <IMG SRC="fh.com.sa/eid/images/eid_08.jpg" WIDTH=88 HEIGHT=35 ALT=""></td>
      <td width="98%" background="fh.com.sa/eid/images/eid_07.jpg">
    <div dir="rtl" direction="right" scrolldelay="140" height="20" scrollAmount="5" onmouseover="this.stop()" onmouseout="this.start()" style="padding-top: 5px; padding-bottom: 2px" width="100%">
    $lxt
    </div></td>
      <td width="1%">
       <IMG SRC="fh.com.sa/eid/images/eid_05.jpg" WIDTH=64 HEIGHT=35 ALT=""></td>
     </tr>
    </table>
    <!-- /logo -->
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-4756822-3";
    urchinTracker();
    </script>
    <!-- content table -->
    $spacer_open
    $_phpinclude_output
    $ad_location[ad_header_end]
    لكن في بداية القالب نجوم كذا http://www.*********.com/vb/images/611.ani

    غير النجوم مثل ماعندك لأني اتوقع المودة حظر الرابط

     
  5. #10
    ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future ابو سياف has a brilliant future الصورة الرمزية ابو سياف
    تاريخ التسجيل
    12 / 07 / 2008
    الدولة
    مجهولة
    العمر
    44
    المشاركات
    257
    معدل تقييم المستوى
    653

    افتراضي رد: شريط اخر المواضيع المطور(المدمج مع ادوات المودة للاداره)

    [align=center]
    ماقصرت يالغالي بس للاسف ماضبط الحال
    المشكلة اكييد من عندي
    [/align]

     

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

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

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

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

     

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

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

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

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