最近访客
百度未收录

DiscuzQ版本429更新后帖子列表图片显示为模糊图的问题

找到:app/Api/Controller/Threads ListThreadsV2Controller.php

找到:

$cannotViewPosts = !in_array(\'thread.viewPosts\', $permissions);
$cannotFreeViewPosts = !in_array(\'thread.freeViewPosts.\' . $thread[\'type\'], $permissions);

修改为

$cannotViewPosts = !in_array(\'category\'.$thread[\"category_id\"].\'.thread.viewPosts\', $permissions);
$cannotFreeViewPosts = !in_array(\'category\'.$thread[\"category_id\"].\'.thread.freeViewPosts.\' . $thread[\'type\'], $permissions);

本方法为临时解决办法,如还是出现相关问题,可到DiscuzQ官方论坛进行反馈。

温馨提示:本文最后更新于2022/10/19 22:44:07。若文章内容或图片失效,请留言联系站长反馈!
!
也想出现在这里? 联系我们
创意广告
© 版权声明
THE END
点赞0赞赏 分享
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容