Moke|墨客

 找回密码
 立即注册
搜索
查看: 8781|回复: 0

Discuz?X3/3.1?门户中keywords和description显示不正确

[复制链接]

3636

主题

0

回帖

3681

积分

超级版主

Rank: 8Rank: 8

积分
3681
发表于 2016-5-9 15:35:06 | 显示全部楼层 |阅读模式



    本文主要介绍 Discuz X3/3.1 门户中keywords和description对游客显示不正确的解决方法
打开 source/class/helper/helper_seo.php 文件
搜索
if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);
}
修改为
if($descriptiontext) {
$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext) {
$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);
}  
  查看更多discuz教程 discuz模板 discuz插件
分享到 更多   
本文地址:http://www.moke8.com/article-12661-1.html
文章标题:Discuz X3/3.1 门户中keywords和description显示不正确
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

 

 

快速回复 返回顶部 返回列表