You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using pageOneLimit getPage skips the rest of the first page's limit range.
means using limit=4 together with `pageOneLimit=`1 the first page shows just one resource (correct) but nav-page#2 will start with resource#5, skipping res#2, res#3 and res#4.
It also seems to break the page-nav, resulting in an empty last nav-page.
I don't think this (pageOneLimit=1 (see demo)) is the intended behaviour. (?)
pageOneLimit is a great option to have. Especially with articles it could allow showing the full post on the first page and a list-view on the rest of the nav-pages.
The text was updated successfully, but these errors were encountered:
this still seems to be an issue :
http://forums.modx.com/thread?thread=76435
When using
pageOneLimit
getPage skips the rest of the first page'slimit
range.means using
limit=
4together with `pageOneLimit=`1
the first page shows just one resource (correct) but nav-page#2 will start with resource#5, skipping res#2, res#3 and res#4.It also seems to break the page-nav, resulting in an empty last nav-page.
I've setup a quick demo here:
http://tinyurl.com/8oq6q38
MODX: 2.2.4
getPage: 1.2.3
getResources 1.5.1
I don't think this (pageOneLimit=1 (see demo)) is the intended behaviour. (?)
pageOneLimit is a great option to have. Especially with articles it could allow showing the full post on the first page and a list-view on the rest of the nav-pages.
The text was updated successfully, but these errors were encountered: