Forum'da ara:
Ara


Yazar Mesaj
Mesaj21.11.2010, 13:15 (UTC)    
Mesaj konusu: Son Eklenen Konular

Arkadaşlar şu sitedeki gibi son eklenen konular diye birşey nasıl yapabilirim.
http://bilgisayarfareleri.tr.gg/
çok acil lazım.Şimdiden teşekkürler...
Mesaj21.11.2010, 13:25 (UTC)    
Mesaj konusu:

Merhabalar,
Manuel olarak Ana Sayfaya eklemelisiniz..
Otomatik eklenmez...
Iyi forumlar. Wink
Mesaj21.11.2010, 13:26 (UTC)    
Mesaj konusu:

phpbb de otomatiği varda burada henüz yok malesef Sad

ben manuel olarak düzenliyorum..
______________
Mesaj21.11.2010, 15:58 (UTC)    
Mesaj konusu:

otomatik olarak eklenmediğini biliyorum.linki verdiğim sitedekine benzer bi kod lazım
Mesaj21.11.2010, 16:16 (UTC)    
Mesaj konusu:

Mause ile üstüne gelince açılan ve kapanan Duyuru kodu ve Son eklenenler kodu

Duyuru kodu

Kod:
 <!--Kaynak kodbanks.tr.gg-Duyurular kodu basla-->
<p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 1px solid; padding-right: 4px; border-top: #000066 1px solid; padding-left: 4px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 1px solid; width: 15px; color: #000066; padding-top: 4px; border-bottom: #000066 1px solid; height: 16px; background-color: #ffffcc; text-left: center"><a id="Text" onmouseover="parentSay(this);divGoster()" onmouseout="divGizle()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="2">Duyurular</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 138px; border-bottom: #000000 1px solid; position: absolute; height: 58px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="161" border="0" onmouseover="divGoster()" onmouseout="divGizle()" style="font: bold 11px verdana; width: 185px; border-collapse: collapse; height: 15px">
    <tbody>
        <tr>
            <td align="left" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><!--Kaynak-Kodbanks.tr.gg*Duyurular kodu basla--><left></left><li>Duyurularınızı buraya yazınız 1
<li>Duyurularınızı buraya yazınız 2
<li>Duyurularınızı buraya yazınız 3
            <!--Kaynak-Kodbanks.tr.gg*Duyurular kodu bitir--> </td>
        </tr>
    </tbody>
</table>
</div>
<!--Kaynak kodbanks.tr.gg-Duyurular kodu bitir-->


Son eklenenler kodu

Kod:
<!--Kaynak kodbanks.tr.gg-son eklenenler kodu basla-->
<p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 1px solid; padding-right: 4px; border-top: #000066 1px solid; padding-left: 4px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 1px solid; width: 185px; color: #000066; padding-top: 4px; border-bottom: #000066 1px solid; height: 16px; background-color: #ffffcc; text-left: center"><a id="Text" onmouseover="parentSay(this);divGoster()" onmouseout="divGizle()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="2">Sitemize son eklenenler</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 138px; border-bottom: #000000 1px solid; position: absolute; height: 58px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="161" border="0" onmouseover="divGoster()" onmouseout="divGizle()" style="font: bold 11px verdana; width: 185px; border-collapse: collapse; height: 15px">
    <tbody>
        <tr>
            <td align="left" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><!--Kaynak-Kodbanks.tr.gg*Son eklenen linkler kodu basla--><left></left><a href="http://kodbanks.tr.gg">»Son eklenen link-1</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-2</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-3</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-4</a> <br type="_moz" />
            <!--Kaynak-Kodbanks.tr.gg*Son eklenen linkler kodu bitir--></td>
        </tr>
    </tbody>
</table>
</div>
<!--Kaynak kodbanks.tr.gg-son eklenenler kodu bitir-->


Tıklama olmadan açılıp kapanmaktadırlar bu şekilde isterseniz güle güle kullanın..

Bu kodlarda istediğinize benziyor.!


alintidir
______________

Bilgisayarfareleri'ne teşekkürler!
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu