当前位置:首页站长学院PHPCMSphpcms v9搜索功能怎么做
企业营销,就选知企PROSAAS

phpcms v9搜索功能怎么做

phpcms v9搜索功能怎么做

phpcms v9搜索功能怎么做?phpcmsV9 全站搜索功能如何实现

给大家分享一下如何运用搜索功能吧,

1. 首先, 模块->全站搜索->添加搜索分类,添加搜索分类,此时生成的ID为typeid

phpcms v9搜索功能怎么做

 

2. 添加form表单,此时的typeid即为上图的id,siteid为站点的id

<form method="get" action="{APP_PATH}index.php" target="_blank">
   <td width="">搜索:</td>
   <td width="">
     <input type="text" name="q" id="q" value="" class="inputCom" style="width:196px; height:22px; line-height:22px;">
     <input type="hidden" name="m" value="search"/>
     <input type="hidden" name="c" value="index"/>
     <input type="hidden" name="a" value="init"/>
     <input type="hidden" name="typeid" value="{$typeid}" id="typeid"/>
     <input type="hidden" name="siteid" value="{$siteid}" id="siteid"/>
   </td>
   <td width=""><input type="image" src="{IMG_PATH}sousuo.jpg" border="0" class="sousuo" id="search_btn"></td>
</form>

3.修改搜索页面 phpcms\templates\default\search\list.html

{pc:get sql="SELECT * FROM `表名` where title like '%$q%' order by id DESC " num="10" page="$page" return="data"}
    {loop $data $r}
    <tr>
       <td width="500" align="left" style="margin-top:2px; ">· <a href="{$r[url]}" title="{$r[title]}" class="centerTitle" style="text-decoration:none" >{$r[title]}</a></td>
       <td width="200" align="right" style="color:#FF6600;margin-top:2px;">{date('Y-m-d',$r[inputtime])}</td>
    </tr>
    {/loop}
    {if empty($data)}未找到结果{/if}
    <div class="pages">{$pages}</div>
{/pc}

此时,搜索页面就可以了。

PHP中文网,大量的免费PHPCMS教程,欢迎在线学习!

以上就是phpcms v9搜索功能怎么做的详细内容,更多请关注知企PROSAAS其它相关文章!

温馨提示:

文章标题:phpcms v9搜索功能怎么做

文章链接:https://ceshi.prosaas.cn/6353.html

更新时间:2020年02月03日

声明: 本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:973664285@qq.com我们将第一时间处理! 资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。 所有资源仅限于参考和学习,版权归原作者所有,更多请阅读知企PROSAAS协议

给TA打赏
共{{data.count}}人
人已打赏
PHPCMS

phpcms v9判断用户是否登录

2020-2-3 10:50:13

PHPCMS

phpcms v9无法上传缩略图怎么办

2020-2-3 11:04:30

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索