Closed (fixed)
Project:
Panels Tabs
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2008 at 00:42 UTC
Updated:
9 Sep 2008 at 01:41 UTC
Is this too dependent on Panels to port before Panels 2 for Drupal 6 is more finished?
Comments
Comment #1
wim leersYep, 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 ;) :)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
markj commentedJust 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