知识专栏
多方位、多角度、深度解读您所关心的问题

phpcms v9系统自带的搜索框模板不好看,一般都会放弃不用,启用自己的模板和搜索框样式。

这种情况下,自定义搜索框代码怎么写?

完整调用代码如下:

        <form action="{APP_PATH}index.php" method="get" target="_blank">
          <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="3" id="typeid"/>//数字3为模型的modelid值
          <input type="hidden" name="siteid" value="{$siteid}" id="siteid"/>
          <input type="text" name="q" id="q" value="请输入关键字">
          <input type="submit" value="">
        </form>

此处的搜索是指定模型的搜索,并不是全站搜索。如果你要搜索哪个模型里面的文章内容,就把上述的数字3改为对应的模型modelid值即可。

赞一下
--
踩一脚
--

您已成功复制微信号

leishi010

打开微信添加好友?

确定