星哥的博客

  • 首页
  • 系统
  • 虚拟机
  • 网站开发
  • 硬件外设
  • VPS/云主机
  • 心情随笔
  1. 首页
  2. 网站开发
  3. Code
  4. 正文

织梦搜索页面无法使用arclist等标签解决办法

2013年7月9日 2074点热度 0人点赞 0条评论

dede模板搜索页search.php支持arclist和channelartlist标签调用
打开include/arc.searchview.class.php
查找

require_once(DEDEINC."/taglib/hotwords.lib.php");
require_once(DEDEINC."/taglib/channel.lib.php");

下面插入

require_once(DEDEINC.”/taglib/arclist.lib.php");
require_once(DEDEINC."/taglib/channelartlist.lib.php");

查找

else if($tagname=="hotwords")
{
$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));
}

下面插入

else if($tagname=="arclist")
{
$this->dtp->Assign($tagid,lib_arclist($ctag,$this));
}
else if($tagname=="channelartlist")
{
$this->dtp->Assign($tagid,lib_channelartlist($ctag,$this));
}

标签: 暂无
最后更新:2013年7月9日

wangxingcs

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

This site uses Akismet to reduce spam. Learn how your comment data is processed.

wangxingcs

这个人很懒,什么都没留下

我的博客

仅记录一些有用的教程,自己的经历,已屏蔽各大搜索引擎收录。

新浪微博 @wangxingcs

Twitter @wangxingcs(常在)

最新 热点 随机
最新 热点 随机
Proxmox VE(PVE)6.X 添加硬盘 PVE解决VM is locked问题 Proxmox VE配置更新源 黑群晖显示真实CPU信息(支持7.0.1) Proxmox VE直通硬盘(全盘映射方式) PVE去除“没有有效订阅”提示
Hyper-V 安装 Linux Integration Services v2.1 ProxmoxVE添加E1000e网卡(可升级群晖6.2.2) android-apktool 中文使用说明 dede文章列表页和文章内页调用tag的方法 织梦DEDECMS模块/插件管理空白的解决办法 mod_expires模块安装
标签聚合
DSM CMS MTP 群晖 PVE FineCMS 驱动 虚拟机

COPYRIGHT © 2015-2023 wangxingcs.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

陕ICP备13007295号