Getting Offset with getImageList & getPage

I am having a problem where the offset parameter doesn’t work when used with getImageList and getPage together. Here is my call.
[[!getPage?
&element=getImageList
&docid=30
&tvname=mytv
&limit=9
&tpl=mytpl
&offset=1
]]

The offset paramete works fine directly with getImageList but not when used with getPage for pagination.

The snippet getPage calculates the value for the property offset itself (from the current page and the value of limit) to provide it to the snippet getImageList.

So whatever you define for offset in your call to getPage gets overwritten.


You’ll probably have to duplicate the getPage snippet and make some changes to the code to make it work.