Pagination
ivansf - June 11, 2009 - 14:41
| Project: | Views Node Feed |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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!

#1
Did you already test and make sure that this doesn't work? If I remember correctly it will respect pages.
#2
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?
#3
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 :).
#4
this is a bug
#5
I'm looking at the code, but I'm a newbie when if comes to Drupal modules. Any suggestions about finding the bug?