主题列表页 添加“本版搜索”的功能 For Discuz 7.2
修改方法:编辑forumdisplay.htm 找到:<strong>[<a href="modcp.php?fid=$fid" target="_blank">{lang modcp}</a>]</strong>
<!--{/if}-->下面添加: <form class="searchform" method="post" action="search.php">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="text" id="srchtxt" name="srchtxt" size="21" value="$keyword" class="txt" tabindex="1" />
<button type="submit" name="searchsubmit" id="searchsubmit" value="true" style="height:24px; margin-left:3px; padding:0 3px;">本版搜索</button>
<select id="srchfid" name="srchfid[]" multiple="multiple" size="10" style="display:none">
<option value="$fid" selected="selected">$forum</option>
</select>
</form>**** Hidden Message *****
页:
[1]
2