solved How to make groups show more than 10 discussions?

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
823 posts
Me and several users have noticed that any thing passed 10 discussions does not show on group pages and at the bottom of the list is no button to get to the next page of the list, is this something in settings i am missing or how it is set up?
Capture.PNG.png
Capture.PNG.png  •  117KB


updated by @zachary-moonshine: 03/10/18 11:00:06AM
paul
@paul
7 years ago
4,325 posts
In the Group item_detail.tpl template the listed discussions are limited to 10 by default (line 98). Change that to show more.
hth


--
Paul Asher - JR Developer and System Import Specialist
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
823 posts
well then it would all show on one page shouldn't it be like forums and everything else on the site with a little arrow over button so it does not take a long time to load?
paul
@paul
7 years ago
4,325 posts
Try this -
{jrCore_list module="jrGroupDiscuss" search="discuss_group_id = `$item._item_id`" order_by="_updated desc" simplepagebreak=10 page=$_post.p pager=true template=$dtpl _group=$item}
hth


--
Paul Asher - JR Developer and System Import Specialist
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
823 posts
i tried it both in the modules tpl and the skins tpl and its not showing
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
823 posts
ok 3rd tpl works ahhhah i found it
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
823 posts
thanks paul, now this should not have an affect on anything else on the site like gallerys or anything right, which is still not working btw
paul
@paul
7 years ago
4,325 posts
Thats good - No, shouldn't affect anything else.


--
Paul Asher - JR Developer and System Import Specialist