10.03.11, 02:35 PM
|
#1
|
|
|
Vbulletin yeni konu aç Botunu Ekle
Mesaj okuma bölümünde direk yeni konu aç butonu ekler...
SHOWTHREAD Template inde Bulun;
PHP- Kodu:
<if condition="$show***91;'largereplybutton'***93;"> <td class="smallfont"><a href="newreply.php?$session***91;sessionurl***93;do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show***91;'closethread'***93;"><img src="$stylevar***91;imgdir_button***93;/reply.gif" alt="$vbphrase***91;reply***93;" border="0" /><else /><img src="$stylevar***91;imgdir_button***93;/threadclosed.gif" alt="$vbphrase***91;closed_thread***93;" border="0" /></if></a></td> <else />
Değiştirin
PHP- Kodu:
<if condition="$show***91;'largereplybutton'***93;"> <td class="smallfont"> <a href="newthread.php?$session***91;sessionurl***93;do=newthread&f=$foruminfo***91;forumid***93;" rel="nofollow"><img src="$stylevar***91;imgdir_button***93;/newthread.gif" alt="$vbphrase***91;post_new_thread***93;" border="0" /></a>
<a href="newreply.php?$session***91;sessionurl***93;do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show***91;'closethread'***93;"><img src="$stylevar***91;imgdir_button***93;/reply.gif" alt="$vbphrase***91;reply***93;" border="0" /><else /><img src="$stylevar***91;imgdir_button***93;/threadclosed.gif" alt="$vbphrase***91;closed_thread***93;" border="0" /></if></a></td> <else />
|
|
|