Is this too dependent on Panels to port before Panels 2 for Drupal 6 is more finished?

Comments

wim leers’s picture

Category: feature » support
Status: Active » Fixed

Yep, it is. But in fact, no changes will be required: this will work in D6 as it is right now, since the Panels API won't change. Cheers ;) :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

markj’s picture

Just confirmed that this works (5.x-1.x-dev on 6.x-2.0-alpha1 with JavaScript Tools 6.x-1.0 and Tabs 6.x-1.0) by creating a 1-column mini panel and selecting Default panel style = Tabs.

To get Tabs panel style working with Drupal 6, I simply modified the panels_tabs.info file as follows:

name = Tabs panel style
description = Configurable 'tabs' panel style. Provides 3 kinds of tabs.
package = "Panels style plugins"
core = 6.x
dependencies[] = panels
dependencies[] = jstools
dependencies[] = tabs