PHPCMS v9 tag标签调用不了缩略图

PHPCMS v9 tag标签页调用缩略图的方法

phpcms/modules/content/tag.php 里面找到如下代码大概56行

$res['description'] = str_replace($tag, ''.$tag.'', $res['description']);

改为

$res = $this->db->get_one(array('id'=>$contentid), 'title, thumb, description, url, inputtime, style');



上一篇:phpcms v9自定义栏目伪静态实现方法(列表页/分页/内容页)

下一篇:phpcms自定义表单返回上一页的实现方法