1. 程式人生 > >帝國cms搜尋模板支援靈動標籤和萬能標籤(支援到7.2-7.5)

帝國cms搜尋模板支援靈動標籤和萬能標籤(支援到7.2-7.5)

1,開啟 /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");

2,再查詢

//替換公共模板變數
$listtemp=$tempr[temptext];

在上面新增如下程式碼

//頁面支援標籤
$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);

修改完成,這樣就可以在搜尋模板中靈活使用帝國cms強大的靈動和萬能標籤了

一定要重新整理一下:清除臨時檔案和資料