In Drupal 5, I've installed the latest Panels, Tab Panels and JS Tools. And then setup some tabs for a home page (www.lightingatwillowglen.com).

When I create a view using views there may be a 100+ items to list. In my case I have limited the number to show to 12. When you allow more you can set Panels to paging, in which case it will create the typical 1, 2, 3, etc. at the bottom of the page. When you click on one of these follow on pages it doesn't know about being in a tab so it uses a URL something like home#page=2 which is ignoring the tabbing. It should probably use a path like home#panels-tabs-3-5&page=2.

Comments

wim leers’s picture

Status: Active » Fixed

This is a bug in the Tabs module. See this issue: http://drupal.org/node/178568.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.