2.更改搜索代碼
<script language="javascript" type="text/javascript"> <!-- function check(){ if(document.formsearch.channeltype.value=="3") document.formsearch.action="{dede:field name='phpurl'/}/search_images.php" else document.formsearch.action="{dede:field name='phpurl'/}/search.php" } --> </script>
<form name="formsearch" action="" *****ubmit="check();"> <div class="form"> <input type="hidden" name="kwtype" value="0" /> <input name="q" type="text" class="search-keyword" id="search-keyword" value="{dede:global name='keyword' function='RemoveXSS(@me)'/}" /> <select name="channeltype" id="channeltype" > <option value='1' selected='1'>新聞</option> <option value='3'>軟件</option> </select> <button type="submit" class="search-submit">搜索</button> </div> </form>
其中重點就是
這里設置的按游戲模型搜索 1是文章模型 3是軟件模型
<select name="channeltype" id="channeltype" > <option value='1' selected='1'>新聞</option> <option value='3'>軟件</option> </select>
require_once(DEDEINC."/arc.searchview.class.php");
更改為
5.復制 arc.searchview.class.php 更名為 arc.searchimg.class.phprequire_once(DEDEINC."/arc.searchimg.class.php");
為$tempfile = $GLOBALS['cfg_basedir'].$GLOBALS['cfg_templets_dir']."/".$GLOBALS['cfg_df_style']."/search.htm";
核心的修改已經(jīng)結束了,剩下的就是在search_images.htm這個模板里自由發(fā)揮了。同理也可以實現(xiàn)按欄目type搜索顯示不同風格的結果頁得。$tempfile = $GLOBALS['cfg_basedir'].$GLOBALS['cfg_templets_dir']."/".$GLOBALS['cfg_df_style']."/search_images.htm";
版權聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!