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

andrewlevine’s picture

Did you already test and make sure that this doesn't work? If I remember correctly it will respect pages.

Cheek’s picture

First 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?

andrewlevine’s picture

This 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 :).

andrewlevine’s picture

Category: feature » bug

this is a bug

Cheek’s picture

I'm looking at the code, but I'm a newbie when if comes to Drupal modules. Any suggestions about finding the bug?