08-10-2006, 01:51 AM
|
#1 (permalink)
|
|
Göz Kendine, Kulak Başkalarına İnanır
|
Konu İzlerken Yeni Konu Aç Butonu
Admin cp / SHOWTHREAD Açın..
Bunu Bulun:
PHP- Kodu:
<if condition="$show['largereplybutton']"> <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" />
Bununla Degiştirin:
PHP- Kodu:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$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
|
|
|