x.25游客看不到keyword与description的解决方案

[复制链接]
Discuz X2.5中游客看不到 keyword 与 description的解决方法

需要修改的文件:source/class/helper/helper_seo.php
  1. if($descriptiontext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
  2.                                 $seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);
  3.                         }
  4.                         if($keywordstext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
  5.                                 $seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);
复制代码
  1. if($descriptiontext) {
  2.                                 $seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);
  3.                         }
  4.                         if($keywordstext) {
  5.                                 $seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);
复制代码
简单的来说就是去掉   && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)  这个判断语句。


回复

使用道具 举报

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

本版积分规则 返回列表 发新帖

QQ|小黑屋|手机版|Archiver|南京做好站网络科技有限公司 ( 苏ICP备17019756号-1 )

GMT+8, 2025-8-28 16:44 , Processed in 0.039168 second(s), 21 queries .

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