进入文件夹/phpcms/modules/comment/

编辑comment_admin.php文件

找到public function lists()函数

修改语句$data = $this->comment_data_db->listinfo($where, $order, $page, 10);

=》$data = $this->comment_data_db->listinfo($where, $order, $page, 100);

保存就可以每次打开是列出100条评论

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-04-18
猜你喜欢
  • 2021-11-08
  • 2022-01-31
  • 2022-12-23
  • 2021-09-24
  • 2021-04-17
  • 2021-09-19
  • 2021-12-12
相关资源
相似解决方案