Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

DZ x 2.5游客看不到keyword与description的解决方案

[复制链接]
a306963633 发表于 2013-3-6 11:56:48 | 显示全部楼层 |阅读模式
Discuz X 2.5中游客看不到 keyword 与 description的最终解决方案

需要修改的文件: source/class/helper/helper_seo.php
if($descriptiontext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {

                                $seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);

                        }

                        if($keywordstext && (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);


简单的来说就是去掉  && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)  这个判断语句。
回复

使用道具 举报

free158 发表于 2013-3-6 13:47:23 | 显示全部楼层
楼主发的不是建议哦
回复

使用道具 举报

路遥梦 发表于 2013-3-6 15:16:31 | 显示全部楼层
游客本来就看不到啊》?
回复

使用道具 举报

langtou 发表于 2013-3-19 16:59:48 | 显示全部楼层
这样的话首页是按后台设置的来读取,但是帖子内容列表是不可以显示的
回复

使用道具 举报

 楼主| a306963633 发表于 2013-3-22 01:14:36 | 显示全部楼层
langtou 发表于 2013-3-19 16:59
这样的话首页是按后台设置的来读取,但是帖子内容列表是不可以显示的

怎么讲?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-13 03:06 , Processed in 0.091471 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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