查看: 1|回复: 0

Discuz X5.0 四格图片数量和主题数数量修改

[复制链接]

271

主题

25

回帖

3518

威望

管理员

UID
1

发表于 2 小时前 | 显示全部楼层 |阅读模式

马上注册,解锁更多功能,轻松玩转日记网 riji.cn

您需要 登录 才可以下载或查看,没有账号?立即注册

×
找到:\source\app\forum\child\index\grid.php


找到:
  1.   $images = table_forum_threadimage::t()->fetch_all_order_by_tid(10);
复制代码
修改为:
  1.   $images = table_forum_threadimage::t()->fetch_all_order_by_tid(5);//四格幻灯片改为显示5张
复制代码



找到:
  1. $grids['newthread'] = table_forum_thread::t()->fetch_all_for_guide('newthread', 0, [], 0, 0, 0, 10, $_G['setting']['grid']['fids']);

  2.         $grids['newreply'] = table_forum_thread::t()->fetch_all_for_guide('reply', 0, [], 0, 0, 0, 10, $_G['setting']['grid']['fids']);
  3.         $grids['hot'] = table_forum_thread::t()->fetch_all_for_guide('hot', 0, [], 3, 0, 0, 10, $_G['setting']['grid']['fids']);
复制代码
修改为:
  1. $grids['newthread'] = table_forum_thread::t()->fetch_all_for_guide('newthread', 0, [], 0, 0, 0, 8, $_G['setting']['grid']['fids']);//四格主题数改为显示8条

  2.         $grids['newreply'] = table_forum_thread::t()->fetch_all_for_guide('reply', 0, [], 0, 0, 0, 8, $_G['setting']['grid']['fids']);//四格主题数改为显示8条
  3.         $grids['hot'] = table_forum_thread::t()->fetch_all_for_guide('hot', 0, [], 3, 0, 0, 8, $_G['setting']['grid']['fids']);//四格主题数改为显示8条
复制代码


手机版|小黑屋|日记网

相关侵权、举报、投诉及建议等,请联系客服:kf@riji.cn

© 2021-2026 . 日记网已运行: 000 小时 00 Powered by Discuz! X5.0 |苏ICP备17042338号|苏公网安备32021302002657号

在本版发帖返回顶部