Discuz的门户为什么游客状态下看不到description和keywords
Discuz的门户为什么游客状态下查看源代码看不到description和keywords用管理员帐号登陆可以看到...
Discuz的门户为什么游客状态下查看源代码 看不到description和keywords 用管理员帐号登陆可以看到
展开
2013-09-04
展开全部
通过修改 source/class/helper/helper_seo.php 文件。
找到以下内容(以discuz x2.5 为例,在helper_seo.php文件第38行):
if($descriptiontext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
修改成方案一:
if($descriptiontext && ( CURSCRIPT == 'portal' ||CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && ( CURSCRIPT == 'portal' ||CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
或者
修改成方案二:
if($descriptiontext) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
红色部分所示为代码修改的部分。
找到以下内容(以discuz x2.5 为例,在helper_seo.php文件第38行):
if($descriptiontext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
修改成方案一:
if($descriptiontext && ( CURSCRIPT == 'portal' ||CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && ( CURSCRIPT == 'portal' ||CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
或者
修改成方案二:
if($descriptiontext) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
红色部分所示为代码修改的部分。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
名片
2024-10-28 广告
2024-10-28 广告
作为优菁科技(上海)有限公司的工作人员,我们提供正版HyperWorks软件的授权服务。HyperWorks是一款集成多种工程仿真工具的创新CAE平台,广泛应用于航空航天、汽车、电子等领域。正版授权确保用户享受全面的技术支持、软件更新和安全...
点击进入详情页
本回答由名片提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询