Hello,
There is an error when putting various views in the same content.
The pager looks to put the same url (like ?page=x,y) in both pagers so when going to page 2, both views go to page 2...
Thanks for all your jobs.
Hello,
There is an error when putting various views in the same content.
The pager looks to put the same url (like ?page=x,y) in both pagers so when going to page 2, both views go to page 2...
Thanks for all your jobs.
Comments
Comment #1
tfeserver commentedTested with devel. branch: same result.
Comment #2
pasqualleYou need to change the pager element in one of the views.
On the view edit page > Use pager > Yes > set Pager Element to 1
then the two pagers will be handled as ?page=x,y (where x corresponds to page in view1 pager, y corresponds to page in view2 pager)
Comment #3
tfeserver commentedIt works fine that way.
Sorry for this bad entry.