NO PAGE BREAK

mark
mark
@mark-b
10 years ago
41 posts
I would like to display all posts on the same page without a break just like on twitter. This is my code, what do I need to mod?


{jrCore_lang skin="n8Maestro3" id="135" default="Feed"}
{jrCore_list module="jrAction" order_by="_created numerical_desc"}


updated by @mark-b: 12/22/14 03:29:31AM
brian
@brian
10 years ago
10,148 posts
mark:
I would like to display all posts on the same page without a break just like on twitter. This is my code, what do I need to mod?


{jrCore_lang skin="n8Maestro3" id="135" default="Feed"}
{jrCore_list module="jrAction" order_by="_created numerical_desc"}



You could add a really high limit - i.e.:

{jrCore_list module="jrAction" order_by="_created numerical_desc" limit=500}

But if you're looking for a "continuous scroll" type setup, that's not something supported in Jamroom at this time - you'd have to do something custom.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags