Discuz教程网

[代码修改] 主题列表页 添加“本版搜索”的功能 For Discuz 7.2

[复制链接]
authicon dly 发表于 2011-11-5 09:55:01 | 显示全部楼层 |阅读模式
修改方法:
编辑forumdisplay.htm 找到:
  1. <strong>[<a href="modcp.php?fid=$fid" target="_blank">{lang modcp}</a>]</strong>
  2.                         <!--{/if}-->
复制代码
下面添加:
  1.         <form class="searchform" method="post" action="search.php">
  2.                 <input type="hidden" name="formhash" value="{FORMHASH}" />
  3.                 <input type="text" id="srchtxt" name="srchtxt" size="21" value="$keyword" class="txt" tabindex="1" />
  4.                 <button type="submit" name="searchsubmit" id="searchsubmit" value="true" style="height:24px; margin-left:3px; padding:0 3px;">本版搜索</button>
  5.                 <select id="srchfid" name="srchfid[]" multiple="multiple" size="10" style="display:none">
  6.                         <option value="$fid" selected="selected">$forum[name]</option>
  7.                 </select>
  8.         </form>
复制代码
更新缓存



上一篇:修改勋章,将勋章位置挪动到UID上面头像下面 For discuz 7.x
下一篇:快速回复加表情的方法已更正,完美无错版 For discuz 7.2
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2025-5-3 05:47

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表