关于Joe主题7.3.6侧边栏最新回复显示数量失效的优化

关于Joe主题7.3.6侧边栏最新回复显示数量失效的优化

小天
2021-11-19 / 1 评论 / 423 阅读 / 搜一下 / 正在检测是否收录...


Joe主题[7.3.6]侧边栏最新回复评论的显示数量,我在后台 评论列表数目 里设置之后,前台页面没有反应,于是小天翻找源码,找到了问题所在。
找到usr/themes/Joe/public目录下的aside.php,第132行.

<?php $this->widget('Widget_Comments_Recent', 'ignoreAuthor=true&pageSize=5')->to($item); ?>

修改为:

<?php $this->widget('Widget_Comments_Recent', 'ignoreAuthor=true')->to($item); ?>

$this->parameter->setDefault(array('pageSize' => $this->options->commentsListSize, 'parentId' => 0, 'ignoreAuthor' => false));
4

评论 (1)

打卡
取消
  1. 头像
    ♘LV.24 小明同学
    Windows 10 · QQ Browser

    我来了

    回复