I may be missing some other option that works as a solution for me. But I would love to see a way to get an offset, as an argument or just make pagination available.
Something to work as www.domain.com/xml/TermArgument?page=1
I'm parsing this xml on a mobile device so I need to do it on little steps.
Thanks!
Comments
Comment #1
andrewlevine commentedDid you already test and make sure that this doesn't work? If I remember correctly it will respect pages.
Comment #2
Cheek commentedFirst of all, thanks for the great module! It's easy to implement and works as expected.
Only, just like Ivan I can't get the offset to work. I tried adding "?page=5" to the URL and several Views settings, but it keeps displaying the first 8 items - I've set Views to 8 items per page.
Any solution?
Comment #3
andrewlevine commentedThis did work in D5 and I haven't worked on the D6 branch at all. Don't have time for this but I will look at any patches submitted :).
Comment #4
andrewlevine commentedthis is a bug
Comment #5
Cheek commentedI'm looking at the code, but I'm a newbie when if comes to Drupal modules. Any suggestions about finding the bug?