06 Temmuz 2021, 19:17
|
#1
|
|
Konu İçerisinde Yeni Konu Aç Butonu 3.7.x-3.8.x
Kullandığınız temada SHOWTHREAD templatesini
Aç ve BuL:
PHP- Kodu
<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>
Altakki Kod İLe Değiştirin:
PHP- Kodu
<td class="smallfont"><a rel="nofollow" href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a> <a rel="nofollow" href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><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>
________________
Öpüşmek; alt katı kiralamak için, üst katta yapılan anlaşmadır..
|
|
|