arkadaşlar bu sayede forumda cevap ver linki popup olarak açılır..
forum/viewforum.php dosyasını açın ve şunu bulun
include LOCALE.LOCALESET."forum/main.php";
ve hemen altına şunu ekleyin
$newthread = "title=\"header=[<center>".$locale['566']."</center>] body=[".phpentities($locale['573'])."] delay=[0] fade=[on]\"";
daha sonra şu kodu arayın
<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a>
ve bununla değiştirin
<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' $newthread style='border:0px;'></a>
kayıt edip kapatın..
viewthread.php açın ve şunu bulun
include INCLUDES."functions_forum.php";
hemen altına şunu ekleyin (birden fazla var ise hepsine ekleyin)
$postreply = "title=\"header=[<center>".$locale['565']."</center>] body=[".phpentities($locale['572'])."] delay=[0] fade=[on]\"";
$newthread = "title=\"header=[<center>".$locale['566']."</center>] body=[".phpentities($locale['573'])."] delay=[0] fade=[on]\"";
daha sonra şu satırı bulun
echo "<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a></td>\n";
ve şununla değiştirin
echo "<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' $newthread style='border:0px;'></a></td>\n";
sonra şu satırı bulun
echo "<a href='post.php?action=reply&forum_id=$forum_id&thread_id=$thread_id'><img src='".THEME."forum/reply.gif' alt='".$locale['565']."' style='border:0px;'></a> \n";
ve şununla değiştirin
echo "<a href='post.php?action=reply&forum_id=$forum_id&thread_id=$thread_id'><img src='".THEME."forum/reply.gif' alt='".$locale['565']."' $postreply style='border:0px;'></a> \n";
kayıt edip kapatın.
önemli not : kesinlikle önce yedek alınız....