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内容之"前"