97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里
Discuz! 官方交流社區(qū)
標(biāo)題:
游客也可以看到會(huì)員的帖子列表和廣播
[打印本頁(yè)]
作者:
csz
時(shí)間:
2025-4-23 13:44
標(biāo)題:
游客也可以看到會(huì)員的帖子列表和廣播
DZX3.1的邏輯有點(diǎn)幽默,比如會(huì)員的個(gè)人資料頁(yè)面是敞開(kāi)了給游客看,反而帖子列表匯總是禁止的。帖子列表反正又沒(méi)什么秘密可言,到處都可以看到的,直接顯示出來(lái)還可以增加收錄量。
游客可以查看帖子列表
修改/source/module/home/home_space.php,查找
if(empty($_G['uid']) && in_array($_GET['do'], array('thread', 'trade', 'poll', 'activity', 'debate', 'reward')))
[color=rgb(119, 128, 135) !important]
復(fù)制代碼
刪除
'thread',
[color=rgb(119, 128, 135) !important]
復(fù)制代碼
即改為:
if(empty($_G['uid']) && in_array($_GET['do'], array('trade', 'poll', 'activity', 'debate', 'reward')))
[color=rgb(119, 128, 135) !important]
復(fù)制代碼
游客可以查看廣播
修改/source/module/home/home_follow.php,查找p 查找
if(!$_G['uid']) {
showmessage('login_before_enter_home', null, array(), array('showmsg' => true, 'login' => 1));
}
[color=rgb(119, 128, 135) !important]
復(fù)制代碼
刪除即可
網(wǎng)上轉(zhuǎn)載的,轉(zhuǎn)載發(fā)帖記錄一下
歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/)
Powered by Discuz! X5.0