linhuiming
因上努力,果上随缘

5.1 搜索模板

  • LinHuiMing

5.1 搜索模板

搜索模板常用

系统搜索到约有<strong>[!--ecms.num--]</strong>项符合<strong>[!--keyboard--]</strong>的查询结果

搜索结果列表:

[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]

分页代码:

[!--show.page--]

列表内容模板(list.var) (*)

<li>[!--no.num--]. <a href="[!--titleurl--]" target="_blank"><h2>[!--title--]</h2></a><p class="search_text">[!--smalltext--]</p><p class="search_info"><span>[!--titleurl--] - [!--newstime--]</span> - <a href="[!--this.classlink--]" target="_blank">[!--this.classname--]</a></p></li>

搜索模板支持动态标签调用的方法

打开 /e/search/result/index.php 文件

找到

require("../../class/connect.php");require("../../class/db_sql.php");require("../../data/dbcache/class.php");require("../../class/q_functions.php");require "../".LoadLang("pub/fun.php");

修改为

require('../../class/connect.php');require('../../class/db_sql.php');require('../../class/functions.php');require('../../class/t_functions.php');require('../../data/dbcache/class.php');require "../".LoadLang("pub/fun.php");

找到

//替换公共模板变量$listtemp=$tempr[temptext];

在其上边添加以下代码

//页面支持标签$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0); 
  • YES
  • NO
更多>>

相关文章