![]() |
|
|||||||
| Discuz/SupeSite/X-Space 讨论Discuz安装、升级、模板、插件、源代码修改以及使用技巧等。 |
|
|
Thread Tools | Display Modes |
|
#1
IP: 49.87.3.53
|
|||
|
|||
|
修改文件:
source/class/helper/helper_seo.php Code:
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);
}
Code:
if($descriptiontext) {
$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext) {
$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);
}
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X3.2 首页怎么会显示home.php的? | Oakland Park | Discuz/SupeSite/X-Space | 0 | 2015-03-03 07:33 AM |
| Discuz X2.5 X3.0 X3.1 X3.2 彻底去除门户的portal.php | Three Creek | Discuz/SupeSite/X-Space | 0 | 2015-03-02 08:25 AM |
| 後台添加取消註冊郵箱必填功能 (x3.2 版本 繁和簡) | Hackleburg | Discuz/SupeSite/X-Space | 0 | 2015-01-14 08:05 AM |