帝国CMS预设搜索页面是不支持预设标签调用的,所以须要改动下,使帝国CMS搜索页积极支持php和动态标签。
找到 /e/search/result/index.php 文件
在下面找到
require("../../class/q_functions.php");
替代为
require('../../class/functions.php'); require('../../class/t_functions.php');
稳步找到 $listtemp=$tempr[temptext];
在上面减少
$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);
修正完成 现在试试 搜索页模板里可以使用标签了php代码了