arkadaşlar tam olarak resme bakarsanız beni daha iyi anlamış olursunuz http://img392.imageshack.us/my.php?image=adszr.jpg
bu resimdeki gibi nasıl yapabiliriz?
konu içinde yeni konu açma butonu
2
●2.000
- 03-05-2009, 01:39:05Üyeliği durdurulduSHOWTHREAD Templatesinde Bulun
<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 />
Alttaki Kodla Değiştirin
<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 />