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

katbailey’s picture

Please 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.

Anonymous’s picture

Hi 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

pasqualle’s picture

Status: Active » Postponed (maintainer needs more info)

@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

Anonymous’s picture

Thanks Pasqualle that was the issue.

Thank you kindly for your assistance.
Gary

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)