设为首页收藏本站

IITT网络服务中心

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 2562|回复: 0
打印 上一主题 下一主题

DiscuzX3.2修改门户文章允许游客表态

[复制链接]

453

主题

399

帖子

1764

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1764
跳转到指定楼层
楼主
发表于 2016-4-13 06:28:43 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
好多人希望开启门户文章的游客表态功能,我的解决方法如下:
方法/步骤
  • 1、首先找到自己网站source\module\home\home_spacecp.php,利用编辑软件将其打开;


  • 2、查找并删除以下内容:
    if($ac != 'comment' || !$_G['group']['allowcomment']) {        if(empty($_G['uid'])) {                if($_SERVER['REQUEST_METHOD'] == 'GET') {                        dsetcookie('_refer', rawurlencode($_SERVER['REQUEST_URI']));                } else {                        dsetcookie('_refer', rawurlencode('home.php?mod=spacecp&ac='.$ac));                }                showmessage('to_login', '', array(), array('showmsg' => true, 'login' => 1));        }


  • if(($space['status'] == -1 || in_array($space['groupid'], array(4, 5, 6))) && $ac != 'usergroup') {                showmessage('space_has_been_locked');        }}

  • 4

    if(empty($space)) {        showmessage('space_does_not_exist');}



分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

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

本版积分规则

小黑屋|手机版|Archiver|IITT网络服务中心    

GMT+8, 2024-5-3 20:44 , Processed in 0.079147 second(s), 28 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

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