• 22-03-2008, 19:21:46
    #1



    Arkadaşlar bilirsiniz vb de normalde konu içinde cevap yaz butonu olur.ama bazı forumlarda yeni konu butonunun olduğunuda gordum bunu nasıl yapıyoruz ?
  • 22-03-2008, 20:19:09
    #2
    SHOWTHREAD Template inde aşağıdaki kodu bulun

    Alıntı
    <if condition="$show['largereplybutton']">
    <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />
    alttaki kodlarla ile değiştirin :

    Alıntı
    <if condition="$show['largereplybutton']">
    <td class="smallfont">
    <a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;

    <a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />
    Edit:

    bulmanız gereken kodlardan iki tane var aynı templatete biri üstteki cevap yaz butonu diğeri altatki cevap yaz butonu ikisinide değiştirirseniz hem altta hem üstte yeni konu butonu çıkar..
  • 22-03-2008, 20:22:05
    #3
    showthread template'inde bu kodu bul;
     <if condition="$show['largereplybutton']">
    <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />
    bununla değiştir;

    <if condition="$show['largereplybutton']">
    <td class="smallfont">
    <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a> 
    
    <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
    <else />
    edit : kaos benden önce çıkmış
  • 22-03-2008, 21:22:53
    #4
    Fhenix adlı üyeden alıntı: mesajı görüntüle

    edit : kaos benden önce çıkmış
    Baktım cevap yazan kimse yok ben yazayım dedim.. Bir daha olmaz..
  • 23-03-2008, 01:49:22
    #5
    teşekkurler arkadaşlar hallettim saolun
  • 24-06-2010, 19:17:28
    #6
    Üyeliği durduruldu
    işime yaradı gerçekten tşk ederim