帝国cms搜索页支持php和动态标签方法

帝国CMS默认搜索页面是不支持默认标签调用的,所以需要改动下,让帝国CMS搜索页支持php和动态标签。找到 /e/search/result/index.php 文件在下面找到require("../../class/q_functions.php");替换为r

[时间:09-06]    [浏览:]    [放入收藏夹]    [查看详情]

帝国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代码了

  本文转载自:精准像素:11px.cn ,感谢作者分享实用知识


标签: