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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

X3.0 keywords" content="首页 游客看不到keyword与description的解决方案

[复制链接]
tuanyuan 发表于 2013-6-30 18:53:39 | 显示全部楼层 |阅读模式
Discuz! X3 keywords" content="首页, 游客看不到keyword与description的解决方案

首先找到目录:  /source/class/helper/helper_seo.php

38-42行内的代码:

找到:
    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);
         


2.5下修改方法:https://discuz.dismall.com/forum.php?mod=viewthread&tid=3221496&reltid=2151101&pre_thread_id=0&pre_pos=1&ext=CB


说的很详细了,我已经测试过了,一切正常。
再有不会的加我QQ:10220039 有偿服务哈
我的论坛:www.wlit.cn

 楼主| tuanyuan 发表于 2013-7-26 13:30:36 | 显示全部楼层

你一定是搞错了 我的正常
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-6-2 13:59 , Processed in 0.103145 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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