thread.htm中,將以下放入喜歡的位置
複製程式
<script Language='JavaScript'>
var sf=0;
function chkscr() {
if(sf!=1) {
sf=1;
return true;
}
return false;
}
</script>
<form action='search.php?' method=post onsubmit='return chkscr()'><td align=center>
搜尋本區:<input type=text name=keyword size=10>
<input type='submit' value='搜尋'>
<input type='hidden' name='sch_area' value='S'>
<input type='hidden' name='method' value='OR'>
<input type='hidden' name='asc' value='ASC'>
<input type='hidden' name='seekfid' value='$fid'>
</td></form>
上述是該插件的內容..(align=center是我自己補上的,也可以不加)
應該是您放置的位置的問題..
如果您是要放在"發表文章"的圖片前面,請搜尋thread.htm以下內容
<td align=right><a href='post.php?fid=$fid'>
並將上述code中的內容貼在quote內容之"前"