We have implemented QuickTabs within our site.
I have created 2 tabs on www.amateurradio.com.au/node/242, the stories are displayed using VIEWS. The stories display the "more pages link". BPL has 2 pages and WORLD has 6 pages.
When I select page 2 of WORLD, I get page 2 of BPL.
The first TAB, that has multiple pages works fine, but any subsequent TABS with multiple pages don't display correct page content.
The VIEWS work fine separately.
Anyone with any suggestions.
Gary - Melbourne
Comments
Comment #1
katbailey commentedPlease see http://drupal.org/node/345525 - there is a patch for views which solves this paging problem. You will need to update to the latest dev snapshot of views.
Comment #2
Anonymous (not verified) commentedHi Katherine,
I downloaded and installed the DEV version of views and applied the patch. The second one on the page - ajax_view_table_sort.patch 855 bytes
The same problem is still occurring.
Can I supply you any other information?
The page is still up at same URL as previous post.
Gary - Melbourne
Comment #3
pasqualle@ivtinkle: you need to use ajax views, if you need pagination, sort, or filter view functionality inside quicktabs. Non-ajax view makes a full page reload (which looks like a switch back to the first tabpage).
edit view->Basic settings->Use AJAX
Comment #4
Anonymous (not verified) commentedThanks Pasqualle that was the issue.
Thank you kindly for your assistance.
Gary
Comment #5
Anonymous (not verified) commented