学习NO.1 发表于 2016-2-17 19:03:46

discuz X3.2 最新修改论坛首页搜索框教程

discuz后台
今天道勤主机小编我给大家分享的是如何修改这个面积较大的搜索框,我把他改小了,代码来源于互联网,小编这里操作使用的是默认主题模板,如果大家有指定模板的话,记得找到相对应的主题哦,现在在这里分享给大家,希望对大家有所帮助:需要修改文件路径:./template/default/common/ pubsearchform.htm把文件pubsearchform.htm下载到本地,并且进行操作,大约在12~70行代码注释掉,添加如下代码:<div id=”search” class=”{if $_G[‘setting’][‘srchhotkeywords’] && count($_G[‘setting’][‘srchhotkeywords’]) > 5}scbar_narrow {/if}cl”><form id=”scbar_form” method=”{if $_G && !empty($searchparams)}get{else}post{/if}” autocomplete=”off” onsubmit=”searchFocus($(‘scbar_txt’))” action=”{if $_G && !empty($searchparams)}$searchparams{else}search.php?searchsubmit=yes{/if}” target=”_blank”><input type=”hidden” name=”mod” id=”scbar_mod” value=”search” /><input type=”hidden” name=”formhash” value=”{FORMHASH}” /><input type=”hidden” name=”srchtype” value=”title” /><input type=”hidden” name=”srhfid” value=”$_G” /><input type=”hidden” name=”srhlocality” value=”$_G[‘basescript’]::{CURMODULE}” /><!–{if !empty($searchparams)}–><!–{loop $searchparams $key $value}–><!–{eval $srchotquery .= ‘&’ . $key . ‘=’ . rawurlencode($value);}–><input type=”hidden” name=”$key” value=”$value” /><!–{/loop}–><input type=”hidden” name=”source” value=”discuz” /><input type=”hidden” name=”fId” id=”srchFId” value=”$_G” /><input type=”hidden” name=”q” id=”cloudsearchquery” value=”” /><div style=”display: none; position: absolute; top:37px; left:44px;” id=”sg”><div id=”st_box” cellpadding=”2″ cellspacing=”0″></div></div><!–{/if}–><table cellspacing=”0″ cellpadding=”0″><tr><td class=”search_icon_td”></td><td class=”search_txt_td”><input type=”text” name=”srchtxt” id=”search_txt” value=”{lang enter_content}” autocomplete=”off” x-webkit-speech speech /></td><td class=”search_btn_td”><button type=”submit” name=”searchsubmit” id=”search_btn” sc=”1″ class=”search_pn” value=”true”><strong class=”xi2″>{lang search}</strong></button></td></tr></table></form></div>把原来的代码替换掉以后,保存上传到你的主题目录下面的common文件里面,然后去后台更新缓存,效果图如下:
discuz
小技巧:这个搜索框可以移动位置的哦,在主题文件common/ header.htm文件里面,随意添加代码: <!–{subtemplate common/pubsearchform}–> 来控制这个搜索的位置!
页: [1]
查看完整版本: discuz X3.2 最新修改论坛首页搜索框教程