Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖

[修改] X2.5将网站默认搜索由“帖子”改为“文章“的方法

[复制链接]
 楼主| loubin612 发表于 2012-10-8 12:53:20 | 显示全部楼层
datuotuo 发表于 2012-9-25 19:28
修改了没变化的。。。。。

不可能,判断条件已经变了,肯定是文章不会错的
回复

使用道具 举报

ss0t 发表于 2012-11-1 14:09:12 | 显示全部楼层
很好用,谢谢楼主
回复

使用道具 举报

ku17202 发表于 2012-11-1 14:41:49 | 显示全部楼层
淘宝论坛来支持一下
回复

使用道具 举报

小小太 发表于 2012-11-1 15:38:20 | 显示全部楼层
{:soso_e104:}           我钱多
回复

使用道具 举报

ss0t 发表于 2012-12-22 18:54:44 | 显示全部楼层
如果要将默认的搜索 文章改为默认搜索帖子应该怎么修改?? 我直接按照你的方法倒过来没用
下面是我网站pubsearchform.html文件的所有代码!!!
  1. <!--{if $_G['setting']['search']}-->
  2.         <!--{eval $slist = array();}-->
  3.         <!--{if $_G['fid'] && $_G['forum']['status'] != 3 && $mod != 'group'}--><!--{block slist[forumfid]}--><li><a href="javascript:;" rel="curforum" fid="$_G[fid]" >{lang search_this_forum}</a></li><!--{/block}--><!--{/if}-->
  4.         <!--{if $_G['setting']['portalstatus'] && $_G['setting']['search']['portal']['status'] && ($_G['group']['allowsearch'] & 1 || $_G['adminid'] == 1)}--><!--{block slist[portal]}--><li><a href="javascript:;" rel="article">{lang article}</a></li><!--{/block}--><!--{/if}-->
  5. <!--{if $_G['setting']['search']['forum']['status'] && ($_G['group']['allowsearch'] & 2 || $_G['adminid'] == 1)}--><!--{block slist[forum]}--><li><a href="javascript:;" rel="forum" class="curtype">{lang thread}</a></li><!--{/block}--><!--{/if}-->
  6.         <!--{if helper_access::check_module('album') && $_G['setting']['search']['album']['status'] && ($_G['group']['allowsearch'] & 8 || $_G['adminid'] == 1)}--><!--{block slist[album]}--><li><a href="javascript:;" rel="album">{lang album}</a></li><!--{/block}--><!--{/if}-->
  7.         <!--{if $_G['setting']['groupstatus'] && $_G['setting']['search']['group']['status'] && ($_G['group']['allowsearch'] & 16 || $_G['adminid'] == 1)}--><!--{block slist[group]}--><li><a href="javascript:;" rel="group">$_G['setting']['navs'][3]['navname']</a></li><!--{/block}--><!--{/if}-->
  8.         <!--{block slist[user]}--><li><a href="javascript:;" rel="user">{lang users}</a></li><!--{/block}-->
  9. <!--{/if}-->
  10. <!--{if $_G['setting']['search'] && $slist}-->
  11. <div id="scbar" class="{if $_G['setting']['srchhotkeywords'] && count($_G['setting']['srchhotkeywords']) > 5}scbar_narrow {/if}cl">
  12.         <form id="scbar_form" method="{if $_G[fid] && !empty($searchparams[url])}get{else}post{/if}" autocomplete="off" onsubmit="searchFocus($('scbar_txt'))" action="{if $_G[fid] && !empty($searchparams[url])}$searchparams[url]{else}search.php?searchsubmit=yes{/if}" target="_blank">
  13.                 <input type="hidden" name="mod" id="scbar_mod" value="search" />
  14.                 <input type="hidden" name="formhash" value="{FORMHASH}" />
  15.                 <input type="hidden" name="srchtype" value="title" />
  16.                 <input type="hidden" name="srhfid" value="$_G[fid]" />
  17.                 <input type="hidden" name="srhlocality" value="$_G['basescript']::{CURMODULE}" />
  18.                 <table cellspacing="0" cellpadding="0" width="425">
  19.                         <tr>
  20.                                
  21.                                 <td class="scbar_txt_td"><input type="text" name="srchtxt" id="scbar_txt" value="" autocomplete="off" /></td>
  22.                                
  23.                                 <td class="scbar_btn_td" style="background:none;"><input type="image" alt="搜索" src="{$_G['style']['styleimgdir']}/so_submit.jpg" id="scbar_btn" name="submit"></td>

  24.                         </tr>
  25.                         <tr>
  26.                             <td colspan="2" ><div id="scbar_hot">
  27.                                                 <!--{if $_G['setting']['srchhotkeywords']}-->
  28.                                                         <strong class="xw1">{lang hot_search}: </strong>
  29.                                                         <!--{loop $_G['setting']['srchhotkeywords'] $val}-->
  30.                                                                 <!--{if $val=trim($val)}-->
  31.                                                                         <!--{eval $valenc=rawurlencode($val);}-->
  32.                                                                         <!--{block srchhotkeywords[]}--><a href="search.php?mod=forum&srchtxt=$valenc&formhash={FORMHASH}&searchsubmit=true&source=hotsearch" target="_blank" class="xi2">$val</a><!--{/block}-->
  33.                                                                 <!--{/if}-->
  34.                                                         <!--{/loop}-->
  35.                                                         <!--{echo implode('', $srchhotkeywords);}-->
  36.                                                 <!--{/if}-->
  37.                                         </div></td>
  38.                     </tr>
  39.                 </table>
  40.         </form>
  41. </div>
  42. <ul id="scbar_type_menu" class="p_pop" style="display: none;"><!--{echo implode('', $slist);}--></ul>
  43. <script type="text/javascript">
  44.         initSearchmenu('scbar', '$searchparams[url]');
  45. </script>
  46. <!--{/if}-->
  47. <style type="text/css">
  48. .scbar_txt_td{background: url({$_G['style']['styleimgdir']}/so_input.jpg) no-repeat scroll 0 0 transparent;
  49.     border: medium none;
  50.     color: #FF4D4D;
  51.     float: left;
  52.     font-size: 14px;
  53.     margin-right:0;
  54.     padding: 5px 10px
  55.     width: 401px;
  56.     height:32px;
  57.    }
  58.     #scbar{ background:none transparent; border:none;
  59.     line-height:14px;
  60.     height:65px}
  61.    
  62.     #scbar_txt{ padding:5px 10px; background:transparent;}
  63.     #scbar_hot strong, #scbar_hot a{ line-height:20px;}
  64.    #scbar_hot{ height:20px;}
  65. </style>
复制代码
回复

使用道具 举报

扎粉网 发表于 2013-2-28 09:16:54 | 显示全部楼层
淘宝论坛来支持一下|
回复

使用道具 举报

CCTV没立体声 发表于 2013-7-4 01:50:21 | 显示全部楼层
太感谢撸主了!
回复

使用道具 举报

CCTV没立体声 发表于 2013-7-4 01:51:14 | 显示全部楼层
照这样修改之后在门户就默认搜索文章,在论坛就默认搜索帖子,赞!!!
回复

使用道具 举报

454545454554545 发表于 2013-9-13 19:36:32 | 显示全部楼层
X3.0还可以用  太感谢了    不然在门户也是默认搜索帖子  麻烦  
回复

使用道具 举报

lvovovo 发表于 2014-1-23 17:01:24 | 显示全部楼层
想要在门户上搜索也默认为帖子,要怎么办呀。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 09:39 , Processed in 0.028031 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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