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];
在上面添加如下代碼
//新增支持靈動標(biāo)簽和萬能標(biāo)簽
$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);
修改完成,這樣就可以在搜索模板中靈活使用帝國CMS強(qiáng)大的靈動和萬能標(biāo)簽了
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: 帝國CMS搜索模板不支持靈動標(biāo)簽和萬能標(biāo)簽的解決方法