phpcms 内容页关键词tags全站搜索插件,插件是gb2312的。
 
首先将压缩包解压以后将phpcms文件夹放到根目录覆盖原来的文件夹(其实所有的文件都是新建的)
然后打开phpcms/model/content_model.class.php  找到
...
Dedecms5.5,在 /include/helpers/archive.helper.php 中有GetTags函数: 
function GetTags($aid) 
{ 
 global $dsql; 
 $tags = ''; 
 $query = "Select tag From `#@__taglist` where aid='$aid' "; 
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
